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


Please Help Members By Posting Answers For Below Questions

What is cookies cache and session?

627


What do you mean by caching in asp.net?

639


What is the difference between “Web.config” and “Machine.Config”?

778


How you can add an event handler?

645


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?

626






What is a user developed application?

614


Explain the difference between debug.write and trace.write?

605


9. Why should we hire you over the others waiting to be interviewed?

2257


Define reflection in .net?

651


What are the various types of cookies in asp.net?

627


Explain the main differences between asp and asp.net?

597


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.

1527


What are the page life cycle events?

582


Describe paging in asp.net?

762


What is preprocessor in .net and type, where it use?

751