Answer Posted / ansu kumar
datacolumn is used for
getting the instance of column of datatable
dim objdc as datacolumn
objdc=objdataset.table(0).newcolumn
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the maximum pool size in ado.net connection string?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How to create dynamic gridview?
Why is stored procedure used in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Do we use stored procedure in ADO.Net?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What you mean by filtering of data?
What we do with the object of ado.net dataset after using it?
Explain what is datagrid with an example?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is ole data type?
How to connect and retrieve data from database using dataset
How do you connect to sql server database without using sqlclient?
What are the pre-requisites for connection pooling?