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
mohseni_nis
NA
4
0
DataGrid - BUG or WRONG ?????!
Mar 29 2004 3:08 AM
hello :) i have a problem :( i write these codes : DataGridCell myCell ; DataTable myTable = new DataTable() ; myCell = datagridCustomer .CurrentCell; string CU_ID = myTable.Rows[myCell.RowNumber][0].ToString(); it works true at normal use ! BUT when i cliked on the column Header and change sort of a column , its dataset doesnot refresh and these codes return false data ! what can i do ? is it a BUG of grid ? plz help thanx
Reply
Answers (
2
)
getting the current value of an auto-incrementing ID
Help with Update and Merge