Dear friends,
i have a web Form in which there are controls like Textbox,Dropdownlist.
these controls have their events defined in code behind file. whenever i enter details on other controls and then enter or select any value from this autopost back control the page gets refreshed. and also it make page to Flicker
the same question is for Gridview controls also in which there are child controls like textbox and checkbox which also fires some event in code behind file.
how can i minimise the page refresh or less Flicker?
pls reply!!!
Regards,
aamir khan
Loading
Aamir KhanPosted Jul 12, 2012, 12:26 AM
Mangesh barmatePosted Jul 11, 2012, 1:26 PM
U can use update panel for asyncronous postback.It will allow us to make partial rendering not loading complete content of the page.
Happy coding :-)
rakesh chaudhariPosted Jul 11, 2012, 9:22 AM