what is autopostback property in asp.net
what is autopostback property in asp.net.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 19, 2013, 8:49 AM
The AutoPostBack property is used to set or return whether or not an automatic post back occurs when the user presses "ENTER" or "TAB" in the TextBox control.
If this property is set to TRUE the automatic post back is enabled, otherwise FALSE. Default is FALSE.
Please refer the below links
http://www.w3schools.com/aspnet/prop_webcontrol_textbox_autopostback.asp
http://www.programcall.com/2/aspnet/autopostback-in-aspnet.aspx
Thanks
If this post helps you mark it as answer
Vishnujeet KumarPosted Jan 19, 2013, 1:35 AM
http://www.c-sharpcorner.com/uploadfile/2f73dd/what-is-postback-in-Asp-Net/