neilmcdonald
Technical User
- Aug 16, 2002
- 53
Hi,
I have a sqldatasource using a stored procedure with an output parameter. What I would like to do is enable/disable a button based on the value of that parameter.
I think my problem is to do with timing - I'm not sure at which point I should test the value of the parameter. I'm also not clear on whether the sqldatsource actually does it's select command when there's no control bound to it.
I'd appreciate any advice you can give me.
Thanks,
Neil
I have a sqldatasource using a stored procedure with an output parameter. What I would like to do is enable/disable a button based on the value of that parameter.
I think my problem is to do with timing - I'm not sure at which point I should test the value of the parameter. I'm also not clear on whether the sqldatsource actually does it's select command when there's no control bound to it.
I'd appreciate any advice you can give me.
Thanks,
Neil