![]() Related Questions Skill/Topic: BeginnerA) Fill ( )B) ExecuteQuery ( )C) Read ( ) Latest Answer : Fill ( ) ... Skill/Topic: BeginnerA) FORM ACTION="actiopage.aspx" RUNAT="server" method="post"B) FORM ACTION="actiopage.aspx" method="post"C) FORM id="Form1" Latest Answer : FORM ACTION="actiopage.aspx" RUNAT="server" method="post" ... Skill/Topic: BeginnerA) IsPostBack is a method of System.UI.Web.Page classB) IsPostBack is a method of System.Web.UI.Page classC) IsPostBack is a readonly property of System.Web.UI.Page class Latest Answer : IsPostback is a readonly Property of System.Web.UI.Page class.It's Correct No-Doubt abt this................... ... Skill/Topic: AdvancedA) LoadB) FillC) GetAllD) None Latest Answer : Fill()Example:- MyDataSet = MyDataAdapter(MyDataSet,"TableName"); ... 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 ... Skill/Topic: AdvancedA) The PrerenderB) RenderC) Page_LoadD) Display Latest Answer : Ans:B) Render ... Latest Answer : flush() is used to clear the screen ... Read Answers (3) | Asked by : dhivya Private void Button1_Click(object sender, System.EventArgs e) { con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:signin.mdb;Persist Security Info=False"); string s; s="select * from login where username='" + TextBox1.Text + "'and password='" + TextBox2.Text + "'"; ad.SelectCommand.CommandText=s; ds=new DataSet(); ad.Fill(ds); if(ds.Tables[0].Rows.Count>0) { Label3.Text ="valid user"; } else Label3.Text="Invalid Read Answers (3) | Asked by : K.Gajalakshmi 1. How to move to next record when you use data reader? 2. By using which method you neforce parentchild relation in data set?3. Difference between Clone and Copy methods?Please can any one answer to these questions? Thanks... Read Answers (3) | Asked by : Padmaja
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||