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 |
Name the control which can be used to reserve the space on web page for storing localized data.
what cut off mark for po's,what questions they asked for interview?
How do you register JavaScript for webcontrols ?
How to merge 2 tables fields in DataTable in asp.net
Which control would you use if you needed to make sure the values in two different controls matched?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Types of optimization and name a few ?
How does asp page work?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
How can you provide an alternating color scheme in a Repeater control?
SessionState - type of sessionstate and when and how to use it
What is a server cookie?