what is AutoPostBack and IsPostback in .NET?
by
Narain_Siddharth
on
Dec 14, 2011
Category:
.NET
|
Views:
118
|
Points:
25
|
Silver ★
|
|
|
AutoPostBack is the property of control and one of the attribute of asp.net server controls and it post the pages data to the server , if this AutoPostBack attribute is enabled for the dropdown and change the dropdown value then automatically post the page back to the server.
IsPostback is property of the page class and it's used to veify whether the page is posted back to the server or not. Generally we use this IsPostback in the page load event.
|
Like this definition? Bookmark and Share:
|
|
|
|
No Response found!
|
|
|
|
|