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
What is a response cookie?
What are the different types of sessions in asp.net? Name them?
What is the difference between ASP Session State and ASP.Net Session State?
What is the advantage of using Windows authentication in a Web application?
Explain Life cycle of ASP.NET page when a request is made.
Which data type does the rangevalidator control support?
Which of the following .NET framework supports Web API?
Elaborate differentiation between ViewState and SessionState?
What is meant by asp.net?
How can we call webservices in Banking Applications? and where we are using it?
Can you explain autopostback?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How you can access the values from the Repeater control in ASP.NET?
What is meant by ispostback in asp net?
What is true about application service provider?