What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
Answers were Sorted based on User's Feedback
Answer / vinita tanwar
To populate the DataAdapter the first time the web page
id displayed.
Is This Answer Correct ? | 1 Yes | 5 No |
main difference between asp.net2.0,asp.net1.1,asp.net1.0
15 Answers Inflexion, Infosys, iSoft, Microsoft, Prakruthi,
How do you sign out from forms authentication?
Can we have 2 web config files?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain the difference between overriding and overloading?
How do u deploy ur project?
Is asp.net still used?
What is the server of asp.net?
What is the use of the tag in the web.config file?
How can you handle errors in Web API?
What does asp stand for in asp.net?
Differentiate globalization and localization.