|
-
Nov 14th, 2009, 02:49 PM
#1
Re: DropDownList Issue
Hey,
Rather than use SelectedItem, try SelectedValue.
Also, I know it may seem "easy" to use Response.Write, I have found that it can actually confuse matters when it comes to debugging and layouts etc, so I would encourage you not to use it.
Rather write out to a Label Control, or simply do a Debug.Write to see it in the Output Window.
Hope that helps!!
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|