Skill/Topic: BeginnerA) Fill ( )B) ExecuteQuery ( )C) Read ( )
Latest Answer : fill()dataset ds=new dataset;sqldataadapter da=new sqldataadapter();da.selectcommand=cmd;da.fill(ds); ...
Skill/Topic: IntermediateA) InProcessB) StateServerC) SQL ServerD) All of the above
Latest Answer : Ans:A) InProcess ...
Skill/Topic: AdvancedA) LoadB) FillC) GetAllD) None
Latest Answer : Fill()Example:- MyDataSet = MyDataAdapter(MyDataSet,"TableName"); ...
Skill/Topic: AdvancedA) Automatically dump data at client PCB) Not necessary to connect with serverC) user data can update and retrieve in dataset and when connection connected, update values with serverD)
Latest Answer : Automatically dump data at client PCBest Example of N-tier architecture ...
Skill/Topic: AdvancedA) System.Data.InterfacesB) System.Data.CommonC) System.DataD) System.Data.Connection
Latest Answer : System.Data.Common ...
Skill/Topic: AdvancedA) IdataRecordB) IdatabaseC) IdataReaderD) Irecorder
Latest Answer : option C:IDATAREADERsince its a read-only stream of data from the datasource ...
Skill/Topic: AdvancedA) Using SQLDataAdapterB) Using SQLDataReaderC) Using SQLCommandD) None
Latest Answer : optionA:DATAADAPTERbecause dataadapter is responsible for holding the results of the query ...
Skill/Topic: AdvancedA) NoB) Yes
Latest Answer : You add a lable and a TextBox, a linkbutton (or a button) in the ItemTemplte of a repeater, ..... ASPX ......
Update
---codebehind---
private void Repeatert1_ItemCommand(object source, System.Web.UI.WebControls.RepeaterCommandEventArgs ...
Skill/Topic: AdvancedA) IntegerB) StringC) DateD) All of the above
Latest Answer : d) All of the above ...
Skill/Topic: AdvancedA) Transfers all the form data to test.aspx with HTTP headersB) Transfers all the form data to test.aspx with out HTTP headersC) Calls post method on test.aspxD) None of the above
Latest Answer : thats right. Calls post method on test.aspx ...