Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Drop Down List User Control (http://www.velocityreviews.com/forums/t515770-drop-down-list-user-control.html)

jacbyrd@gmail.com 06-19-2007 05:23 PM

Drop Down List User Control
 
I have created a user control that is a drop down list that pulls from
my database. I then drop that control into a detailsview control on
an insert item template. When I run the insert command, the drop down
list control isn't returning a value. How can I pass the value from
the drop down list control into the Insert Command Parameters? The
same situation works fine when the drop down list isn't a user control
but is created on the screen. I would like to use the usercontrol
because I will be using these values in multiple places.


David Wier 06-19-2007 06:16 PM

Re: Drop Down List User Control
 
When you populate the ddl, in your usercontrol - are you doing it in the
page_Load event?
And if so - is it inside an Postback block?
And, is there a property you are using to get the DDL's selected item?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com



<jacbyrd@gmail.com> wrote in message
news:1182273798.471026.318760@g4g2000hsf.googlegro ups.com...
>I have created a user control that is a drop down list that pulls from
> my database. I then drop that control into a detailsview control on
> an insert item template. When I run the insert command, the drop down
> list control isn't returning a value. How can I pass the value from
> the drop down list control into the Insert Command Parameters? The
> same situation works fine when the drop down list isn't a user control
> but is created on the screen. I would like to use the usercontrol
> because I will be using these values in multiple places.
>





All times are GMT. The time now is 03:19 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57