Z
z. f.
Hi,
i stated that this is an advanced question because i have a post from few
days ago that i received answers to with suggestions that looked good but
did not work, so please if you post a reply make sure your suggestion
actually works.
like a <asp:button> control have a CausesValidation property that allows it
to POST a button command event to the server without causing the page to
make validation on form inputs, i need to get the same functionallity to an
<asp:button> culomn with a delete command.
i tried to use the OnItemCreated event of the datagrid, to add this
property, but perhaps becuase the button inside the grid is actually an
array of buttons, setting the property had no effect.
also tried to make an <TemplateItem> with the button inside, but again
setting the property had no effect and the form did passed the validation
check.
please advise, but don't just throw "why don't you try this", and as it did
last time, it did not work.
i'm gessing there must be a way (even use javascript or something) - to make
a command from the grid row without passing the form validation.
TIA, z.
i stated that this is an advanced question because i have a post from few
days ago that i received answers to with suggestions that looked good but
did not work, so please if you post a reply make sure your suggestion
actually works.
like a <asp:button> control have a CausesValidation property that allows it
to POST a button command event to the server without causing the page to
make validation on form inputs, i need to get the same functionallity to an
<asp:button> culomn with a delete command.
i tried to use the OnItemCreated event of the datagrid, to add this
property, but perhaps becuase the button inside the grid is actually an
array of buttons, setting the property had no effect.
also tried to make an <TemplateItem> with the button inside, but again
setting the property had no effect and the form did passed the validation
check.
please advise, but don't just throw "why don't you try this", and as it did
last time, it did not work.
i'm gessing there must be a way (even use javascript or something) - to make
a command from the grid row without passing the form validation.
TIA, z.