Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
9
Answers
Add Row, Return Int Pointer
David Smith
10y
700
1
Reply
What would be the logic to add row , return row int pointer below:
public static int AddRowReturnIntPointer(ref DataTable datatable)
{
try
{
return 0;
}
catch (Exception ex)
{
throw new Exception("AddRowReturnIntPointer: \n" + ex.Message);
}
}
Post
Reset
Cancel
Answers (
9
)
Next Recommended Forum
How to Use VScrollBar and HScrollBar with DataGridView
Erosion