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 Rhinorhino 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
Joined
Jul 12, 2001
Messages
136
Location
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
 
Try using the RowDataBound event as vbkris has suggested
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top