Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: i need your help in asp.net ajax Pin
leckey18-Apr-08 8:49
leckey18-Apr-08 8:49 
GeneralRe: i need your help in asp.net ajax Pin
Ashish Sehajpal18-Apr-08 11:23
Ashish Sehajpal18-Apr-08 11:23 
QuestionNeed recommendation for third party ASP Menus with VB.NET Pin
ktomecek18-Apr-08 5:45
professionalktomecek18-Apr-08 5:45 
AnswerRe: Need recommendation for third party ASP Menus with VB.NET Pin
led mike18-Apr-08 6:58
led mike18-Apr-08 6:58 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
Ashish Sehajpal18-Apr-08 11:26
Ashish Sehajpal18-Apr-08 11:26 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
cmk18-Apr-08 13:11
cmk18-Apr-08 13:11 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
ktomecek23-Apr-08 10:12
professionalktomecek23-Apr-08 10:12 
GeneralUnable to get selected option from <select></select> [modified] Pin
Sunset Towers18-Apr-08 5:25
Sunset Towers18-Apr-08 5:25 
I am using the following code to create a select box.

           <br />
return      "<select ID=\"Images_ReplaceName\" name=\"Images_ReplaceName\" runat=\"server\">" + <br />
                        "<option selected=\"selected\">Do not use</option>" + <br />
                        "<option>PictureType1</option>" + <br />
                        "<option>PictureType2</option>" + <br />
                        "<option>PictureType3</option>" + <br />
                        "</select>";<br />


I am replacing the "ReplaceName" with the images file name without the extension.
It looks something like

<br />
Images_IMG2384<br />


When I iterate through the form data via "Request.Form" all of the values of the Images_ Keys are equal to "".

<br />
Request.Form["Images_IMG2384"] == ""<br />


How can I get option that was actually was selected.

modified on Friday, April 18, 2008 11:32 AM

GeneralRe: Unable to get selected option from Pin
Sunset Towers18-Apr-08 5:47
Sunset Towers18-Apr-08 5:47 
GeneralRe: Unable to get selected option from Pin
led mike18-Apr-08 7:00
led mike18-Apr-08 7:00 
GeneralRe: Unable to get selected option from Pin
Ashish Sehajpal18-Apr-08 11:28
Ashish Sehajpal18-Apr-08 11:28 
GeneralRe: Unable to get selected option from Pin
Ashish Sehajpal18-Apr-08 11:31
Ashish Sehajpal18-Apr-08 11:31 
GeneralRe: Unable to get selected option from Pin
Sunset Towers18-Apr-08 14:03
Sunset Towers18-Apr-08 14:03 
GeneralTrigger event Pin
yibiBrown18-Apr-08 4:47
yibiBrown18-Apr-08 4:47 
GeneralRe: Trigger event Pin
ChrisKo18-Apr-08 5:38
ChrisKo18-Apr-08 5:38 
GeneralRe: Trigger event Pin
yibiBrown18-Apr-08 6:05
yibiBrown18-Apr-08 6:05 
AnswerRe: Trigger event [modified] Pin
ktomecek18-Apr-08 6:42
professionalktomecek18-Apr-08 6:42 
GeneralRe: Trigger event Pin
leckey18-Apr-08 8:50
leckey18-Apr-08 8:50 
GeneralRe: Trigger event Pin
yibiBrown22-Apr-08 8:06
yibiBrown22-Apr-08 8:06 
Generalonkeydown event for mozilla Pin
248912818-Apr-08 4:08
248912818-Apr-08 4:08 
GeneralRe: onkeydown event for mozilla Pin
Ashish Sehajpal18-Apr-08 4:17
Ashish Sehajpal18-Apr-08 4:17 
GeneralRe: onkeydown event for mozilla Pin
248912818-Apr-08 19:31
248912818-Apr-08 19:31 
QuestionCan Any One help for FCK editor Pin
Member 401784318-Apr-08 3:42
Member 401784318-Apr-08 3:42 
AnswerRe: Can Any One help for FCK editor Pin
Ashish Sehajpal18-Apr-08 4:15
Ashish Sehajpal18-Apr-08 4:15 
QuestionGenerating solution file in .net 2005?? Pin
Karan_TN18-Apr-08 3:14
Karan_TN18-Apr-08 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.