TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Koteswararao Mallisetti
NA
817
564.8k
datatable values can be changed
Aug 5 2010 10:26 AM
i have one dataset with the name dtPOlinesdata i was copied that data to exportdatatable it is also datatable i delete some rows in exportdatatable that rows also delted in original table that is dtpolinesdat what can i will do not change the original one when the exportdatatable is changed the following is the code.... see this
exportDataTable = New DataTable()
exportDataTable = dtPOlinesdata
Dim i As Integer = exportDataTable.Rows.Count
i -= 1
While i > 0
' MessageBox.Show(exportDataTable.Rows(i)("select"))
If Not exportDataTable.Rows(i)("select") Then
exportDataTable.Rows.Remove(exportDataTable.Rows(i))
i = exportDataTable.Rows.Count - 1
Else
i -= 1
End If
End While
Reply
Answers (
0
)
How to show a gif image like progressbar till the particular process is completed
Accessing printPreviewDialog affter closing