Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whats the purpose of AUTOPOSTBACK property for the controls
in asp.net?

Answers were Sorted based on User's Feedback



whats the purpose of AUTOPOSTBACK property for the controls in asp.net?..

Answer / .net guru

In classic ASP, postback could be triggered by clicking a
button. ASP.NET provides property to the web controls to
trigger a postback on certain events like checkbox/radio
button .. checked/unchecked etc. This gives a lot of
flexibility to the developer to handle the event on server
side.

Is This Answer Correct ?    10 Yes 1 No

whats the purpose of AUTOPOSTBACK property for the controls in asp.net?..

Answer / waqas ahmed (http://www.themav

It allows you to control and change dependent fields in the
web form.

for example: if i have a dropdown of states and another
dropdown of cities with reference to the state, i want to
change the cities listitems when the user changes the state,
i would use autopostback property (good alternate is ajax
dropdown extender) and it will refresh my page by using
onselectedindex_changed property with my desired cities list
which is on the basis of the state selected.

Is This Answer Correct ?    7 Yes 1 No

whats the purpose of AUTOPOSTBACK property for the controls in asp.net?..

Answer / kinjal panchal

basically using AUTOPOSTBACK u can refresh your page.
like if u set true your dropdown autopostback then its again
hit page load and u creat another output for this.

Is This Answer Correct ?    2 Yes 2 No

whats the purpose of AUTOPOSTBACK property for the controls in asp.net?..

Answer / gopathi vamseedhar

BY this property making as true ,then the control make a request to the server

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is http protocol and how it works?

0 Answers  


How to use a Master Database in Asp.net?

0 Answers   MCN Solutions,


In the Repeater control which way you can edit?

0 Answers   Siebel,


Securitywise What are the Enhancements in 2.0?

0 Answers   Microsoft,


How many column in table of sql server?

3 Answers  


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


What does AspCompat="true" mean and when should I use it?

1 Answers   Infogain,


What is difference between inproc and outproc?

0 Answers  


What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 Answers  


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


How can you handle exceptions in asp.net?

0 Answers  


Categories