Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 ModifiedBy query

Author  Topic 

DesiGal
Starting Member

31 Posts

Posted - 2009-10-30 : 16:40:02
I have a ModifiedBy field on my grid...Basically if any value in that row changes i want to update the ModifiedBy column with the user id

i have this code in my CELLValueChanged Event

GridView.SetRowCellValue(e.RowHandle,colModofiedBy,UserId);

But I am getting any error

rammohan
Posting Yak Master

212 Posts

Posted - 2009-11-02 : 02:25:59
can u post me u r error . it will appreciable if post some code to clarify u r doubt

One can never consent to creep,when one feels an impulse to soar
RAMMOHAN

Go to Top of Page
   

- Advertisement -