Hi, I was wondering if anyone has the solution to this. Let's say I have a dropdownlist. And if a particular value of that dropdownlist is selected, I display a textbox. So I set the dropdownlist to cause a postback event, and on the pageload (when postback), i check to see if the dropdownlist.selectedvalue = whatever. I am currently maintaining the scroll position of the user's browser. Here's the thing: it's annoying to use, because the entire page refereshes.
Is it possible to have a more fluid webpage that doesn't "blink" on postback?
Thanks,
Eric