Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid update value in RowChanging

Status
Not open for further replies.

aTekTipsUser

Programmer
Nov 8, 2004
68
US
I have a program that generates a key value after certain conditions are met. I would like to update this field in the RowChanging event after the conditions are met (sql server calculates the next key value). I have a stored procedure that returns the value and would like to update the grid with this value. I did re-bind the grid, but that is time consuming with large datasets. Thanks for the help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top