Ask a Question related to ASP.NET General, Design and Development.
-
Mike P #1
datatable question
How do you determine if a datatable is empty?
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Mike P Guest
-
DATAtable basics..?
I have created a datatable as mydatatable and pointed that table to gridview...AM I CORRECT below.. --------------------------------- DataTable... -
Update the Datatable
Howdy, I'm using a datatable in a session variable as a shopping cart. The datatable is created statically and is loaded by the user. However, I... -
Add controls in datatable
Hi, I want to add a Textbox in my datatable before binding my datagrid with it. But i can't find a way to do it. Did someone know what i'm... -
how to get row if in datatable?
I need to modify a datatable. I am wondering how to get the datatable row index number? assuming I have a column 0 whose entry is unique. Thanks. -
How to get row index for datatable
Hi Use Table.Rows.Find() Method. HTH Prasad "Sean" <ssmith@yahoo.com> wrote in message news:e8ClRrCXDHA.3268@tk2msftngp13.phx.gbl...... -
Ravikanth[MVP] #2
datatable question
Hi
if dt is your DataTable
Check row Count
1.dt.Rown.Count
2. dt == null
HTH
Ravikanth[MVP]
***>-----Original Message-----
>How do you determine if a datatable is empty?
>
>
>
>*** Sent via Developersdex [url]http://www.developersdex.com[/url]>Don't just participate in USENET...get rewarded for it!
>.
>Ravikanth[MVP] Guest



Reply With Quote

