How do I get this working?
--
Thank you kindly,
Dan Sikorsky BA, BSCE, MCS
Good luck in fixing the problem.
Regards
Ron.
"Dan Sikorsky" <DanSi...@discussions.microsoft.com> wrote in message
news:CBDF6357-988C-4360...@microsoft.com...
so when the grid loads it wants a value for its parameter question becomes
where does it get it from?
Dan Sikorsky BA, BSCE, MCS
I store this loginid in a Property that stores the value in the ViewState.
I use a TextBox control that has a style=display:none, and a Text value set
to the Property.
Finally, I have a SqlDataSource SELECT control parameter set to the TextBox
control.
Should I use the Page_PreRender event instead?
--
Thank you kindly,
Dan Sikorsky BA, BSCE, MCS
I am currently investigating very mysterious problems I am having with the
SQLDatasource control referencing sproc signatures that no longer exist. Its
been very troubling.
A string parameter was being passed to the stored procedure as Nothing/Null.
By setting this parameter to "" in the SqlDataSource_OnSelecting event
handler resolved the problem.
--
Thank you kindly,
Dan Sikorsky BA, BSCE, MCS