Hello,
I am developing an apllication in which i want to change the values of
datagrid checkbox column according to parameter passed to the query.
But the problem is that, at first time when i usedto send the
parameter values it shows me the result ok for first time.But as i
change the value of the parameter (taken from textbox on button click)
it doesn't show me the appropriate values(not checking the checkboxes
appropriately).
I am using the storedprocedure for that purpose(for getting the result
of
query).
same Storedprocedure is also used for custom pagination of datagrid.
Can anybody help me.
Thanks!
Dmytro Lapshyn [MVP] - 27 Jul 2006 12:47 GMT
Hello,
You should invoke the SetDataBinding method on the grid after you've
received the new dataset from the data adapter configured to execute the
stored proc through its SelectCommand.

Signature
Regards,
Dmytro Lapshyn [MVP]
http://blogs.vbcity.com/DmytroL
> Hello,
>
[quoted text clipped - 13 lines]
>
> Thanks!