You are not logged in.

#1 2015-02-19 09:00:51

Muhammad
User RankUser RankUser RankUser RankUser RankUser Rank
بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ
From: Sahiwal Division
Registered: 2012-03-22
Posts: 22,197
Website

Which property will you set for automatic postback of these types?

Question:
Some control, by default, does not cause an automatic PostBack, i.e TextChanged event of TextBox. Which property will you set for automatic postback of these types of controls?

Option A):
PostBack=true
Option B):
isPostBack=false
Option C):
AutoPostBack=true
Option D):
isPostBack=true

Correct Answer is Option C):
AutoPostBack=true

Explanation:
Some controls in ASP.NET, the AutoPostBack property is false by default, i.e TextBox, RadioButton, CheckBox control etc. For automatic postback of these controls default event you have to set AutoPostBack property to true.


Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/

2015-02-19 09:00:51

Advertisement
Ads By Google

Re: Which property will you set for automatic postback of these types?



\n

Board footer