3
Answers

Select value from previous page

Ask a question
mohamad ali

mohamad ali

14y
3.3k
1
HI Guys,
I populate this select using C# code.
When I submit this form how do I get the selected value on the the new page?

<form >
<tr bgcolor="#ffffff">
                        <td style="width: 134px">
                            Device Type*</td>
                        <td>
                            <select id="selDevice" runat="server" name="selDevice">
                                <option value="" selected="selected" > [ Device Type ] </option>
                            </select>
                        </td>
                    </tr>
</form>


thanks Guys

Answers (3)