Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the event handlers that can be included in the Global.asax file?

1142


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

965


What is an axd file?

1171


What are the components of ado.net?

1000


What is the file through which you can customize your asp.net application?

1144


Which protocol is used to call web service?

1039


Explain the difference between Repeater and Data list control in ASP.NET?

1152


How can u deifne the benefits and limitation of using Viewstate for state management?

1187


What is the difference between file-based dependency and key-based dependency?

1120


What is data reader in asp.net?

1247


In Code-Behind class which kind of code (server or client) is found ?

1100


Is it possible to create web application with both webforms and mvc?

1034


Where is cookie used in asp.net?

1150


Why viewstate is used in asp.net?

1086


Which method do you use to enforce garbage collection in .net?

1015