When would you set a control's AutoPostBack property to true?
Answer / raghumadhav tirunagari
AutoPostBack is available with Web controls that are capable
of posting back to the server whenever the user performs an
action on the control. For example, if a drop down list
control's autoPostBack property is set to true (false is the
default), selecting an item from the drop down list will
cause the form to be submitted to the server. Autopostback
requires a round trip to the server every time the event is
fired.
| Is This Answer Correct ? | 1 Yes | 1 No |
how to encrypt a connection string in web.config file?
How can I have a particular web page in an asp.net application which displays its own error page?
What is Pre-Render event in ASP.NET?
What is asp net theme?
How would one do a deep copy in .NET?
Where can we set the specific variables for a application and Session objects ?
How can you enable impersonation in the web.config file?
What tag do you use to add a hyperlink column to the DataGrid?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is view state and how this can be done and was this there in asp?
11 Answers Accenture, KDOT, Mphasis,
Is it necessary to lock application state before accessing it ?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)