How can we prevent an aspx page get refreshed when any
information fetch from the database ?

Answers were Sorted based on User's Feedback



How can we prevent an aspx page get refreshed when any information fetch from the database ?..

Answer / vijaybhaskar challa

By Using AJAX

Is This Answer Correct ?    9 Yes 0 No

How can we prevent an aspx page get refreshed when any information fetch from the database ?..

Answer / kapil sharma

Using Update Pannel of Microsoft AJAX or using Simple Ajax

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can you explain the basic use of dataview?

0 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


Define managed code and managed data in .net?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Security types in ASP/ASP.NET? Different Authentication modes?

4 Answers   QuadLabs Technologies,






code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

0 Answers  


how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


Explain the difference between asp & asp.net.

0 Answers  


Give real time examples for polymorphism, encapsulation, inheritance..

2 Answers   L&T,


What are the different authentication modes in asp.net?

0 Answers  


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What are the disadvantages of view state / what are the benefits?

2 Answers   Siebel Systems,


Categories