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.
Answer Posted / vinita tanwar
To populate the DataAdapter the first time the web page
id displayed.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
In the Repeater control which way you can edit?
Is viewstate enabled by default?
How you can access the values from the Repeater control in ASP.NET?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Explain serialization and deserialization?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain the difference between the web config and machine config.
What is rending process in ASP.NET?
In ViewState How much lifespan items stored?
Which method do you use to enforce garbage collection in .net?
What are client activated objects and server activated objects?
what are the security certificates used in webservices?
What is server infrastructure & server components?
Is asp.net mvc still used? : Asp.Net MVC
Write code to send e-mail from an asp.net application?