Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

user control

0 views
Skip to first unread message

CSharpcoder

unread,
Nov 25, 2008, 6:04:46 PM11/25/08
to
I have several web forms with a usercontrol on them. The user controls has 3
drops downs, I need to get the values of the drop downs and pass them to a
stored procedure which will then populate a grid.

How can I get the selected values from the user controls so I can pass them
values to my data class to call my stored procedure?

Hillbilly

unread,
Nov 25, 2008, 10:13:37 PM11/25/08
to
There's blogs that have documented how to fake passing an array of values to
a stored procedure.

"CSharpcoder" <cshar...@optonline.net> wrote in message
news:102E9087-40A4-4F15...@microsoft.com...

Eliyahu Goldin

unread,
Nov 26, 2008, 1:57:57 AM11/26/08
to
Add to the user control 3 public properties, one for each selected value, is
it what are you asking?

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


"CSharpcoder" <cshar...@optonline.net> wrote in message
news:102E9087-40A4-4F15...@microsoft.com...

0 new messages