Execute nonquery returns no. of afected rows.So if my stored procedure hav lot of select stmnt, delete stmnt, insert stmnt..then what does execute nonquery returns in this case?
6 11582i want 2 pass values(enterd in textbox)to table in sql server without using stored procedure in c#.plz tell me code with an example.
5 13734suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same
TCS,
9 12209what are the two key events for the sql connection class? explain the differnce between the two.
2 9444
How to find the given query is optimised one or not?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is microsoft ado.net?
Explain the difference between data reader and data set?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the ado.net objects?
How to work with disconnected data - the dataset and sqldataadapter?
What is sqldatasource?
What are the advantages and disadvantages of using datalist?
What is commandbuilder in ado.net?
What is the executescalar method?
Explian About DataAdapters
What is bubbled event?