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!

maniplate underlaying data of a sqldatasource

Status
Not open for further replies.

vcllvc

Programmer
Jul 12, 2001
136
US
is there a way to edit/insert the underlaying dataset/dataview of a SQLDataSource after it is bound but before a gridview binds on it?
 
>>is there a way to edit/insert the underlaying dataset/dataview of a SQLDataSource after it is bound but before a gridview binds on it?

why do you want to do this? if you want to display different values, you can do that in the ItemDAtaBound event (this is for a datagrid. something like this must be there for girdview also)...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top