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
Which protocol is used to call web service?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is server transfer?
what is silver light when will we use silver light,
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How to bind all the binding controls in a page at once in ASP.NET?
What are sharepoint pages?
What is the meaning of TestApi?
What is http request and response?
What does clearing cache?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is web api config?
What are client activated objects?
What is the concepts of globalization and localization in .net?