Page Refreshment problem
-
Hi All. we have developed a web application using asp.net and c# and we didn't use ajax much in this application. my problem is that whenever i click on a button to perform some operations user is presented with white screen for a second. how can i prevent this without using ajax. can you plz help me on this. thank you,
siri
-
Hi All. we have developed a web application using asp.net and c# and we didn't use ajax much in this application. my problem is that whenever i click on a button to perform some operations user is presented with white screen for a second. how can i prevent this without using ajax. can you plz help me on this. thank you,
siri
use IFrame to postback the page, so that only the part that you want will be posted.
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
Hi All. we have developed a web application using asp.net and c# and we didn't use ajax much in this application. my problem is that whenever i click on a button to perform some operations user is presented with white screen for a second. how can i prevent this without using ajax. can you plz help me on this. thank you,
siri