datagrid button attributes

wayko

Active member
Joined
Nov 4, 2002
Messages
27
Hi everyone i have a question i have a button on the footer of my datagrid

Id = button9
commandname = insert
text = add issue

on the webform i have a button with a handling clause of cb_isert.click
so far icb_insert does the following
datagrid1.comlumns(1).visible = true

what i want it to do also is
go and change the attribute of the button on the datagrid footer
to

id = button9
commandname = addVol
text = add volume
 
Back
Top