How can we prevent an aspx page get refreshed when any
information fetch from the database ?
Answer Posted / vijaybhaskar challa
By Using AJAX
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is cookies cache and session?
What do you mean by caching in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
How you can add an event handler?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is a user developed application?
Explain the difference between debug.write and trace.write?
9. Why should we hire you over the others waiting to be interviewed?
Define reflection in .net?
What are the various types of cookies in asp.net?
Explain the main differences between asp and asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What are the page life cycle events?
Describe paging in asp.net?
What is preprocessor in .net and type, where it use?