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
 Development Tools
 ASP.NET
 Datagrid vb.net (editing values at run time)

Author  Topic 

abbas
Starting Member

3 Posts

Posted - 2004-10-31 : 23:38:33
Hi
I have populated the datagrid using a strored procedure of SQL, now i want to edit / change values of some columns , i want to round few and change few to millions. I have done this by rounding in the SQL procedure, that do work but i have to summarize the fileds below that must be summarized on orignal values.

In short i want to change values of cells of datagrid at runtime (in a function not by the user).

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-11-01 : 15:43:39
Have a look at the OnItemDataBound method of the datagrid
Go to Top of Page
   

- Advertisement -