Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
165 Points
120 Posts
Jan 20, 2012 10:09 AM|LINK
What I think is when a control postback it will retain the values of other controls through ViewState so you can't have Textbox empty. if you make Dropdown focus(), say, in Page_load and you then focus to textbox it should not postback.
n00raina
Member
165 Points
120 Posts
Re: AutoPostBack="true" - when lost focus - page refresh
Jan 20, 2012 10:09 AM|LINK
What I think is when a control postback it will retain the values of other controls through ViewState so you can't have Textbox empty. if you make Dropdown focus(), say, in Page_load and you then focus to textbox it should not postback.