Click here to Skip to main content
16,014,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i am new in asp.net vb and i am facing a problem in i have facing a problem in my whole projects. the page is reload each process. kindly advice me how can i use autopostback=true for all page
Posted

1 solution

Most of the controls have the property of AutoPostBack. The page itself does not have the AutoPostBack property. You need to set that on individual basis.

Some of the controls which support AutoPostBack:

1) RadioButton
2) CheckBox
3) RadioButtonList
4) CheckBoxList
5) DropDownList

etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900