GridView with DDL and selected value

M

mik

I've a gridview with a DDL in each row and I would like allow the user
to open a new page (using a server button, image button, hyperlink...
this isn't a problem) with the selected value of the DDL of the row



I've tried with a a hyperlink... but I don't know how to use the
selected value of the row


<asp:TemplateField HeaderText="Det" SortExpression="Data">
<ItemTemplate>
<div align="center"><a
href='javascript:fullscreen("Page.aspx....????????????")'><img
src="toolbar/add.gif" border="0"></a></div>
</ItemTemplate>
<HeaderStyle CssClass="Testo8" BackColor="#00005D" />
<ItemStyle Width="30px" />
</asp:TemplateField>
<asp:TemplateField HeaderText="RGP" SortExpression="Data">
<ItemTemplate>
<div align="left">
<asp:DropDownList ID="ddlProssimaOwner"
runat="server" CssClass="Text11" />
</div>
</ItemTemplate>
<HeaderStyle CssClass="Testo8" BackColor="#00005D" />
</asp:TemplateField>



Thanks for help me!
 
M

mik

When you say a "server" button, I presume you're referring to the
<asp:Button /> webcontrol...?

I Can use all object... I would like only open a page with the selected
value you can you the objact that you prefer ;-))))

Next question: when you say "open a new page", do you actually mean
opening a new page in a separate browser window, or do you mean redirect
to another page...?

I would like to open a PopUp (or a browser windows) with the
selectedvalue of the DDL of the row

Thanks for help me!!!
 
M

mik

Apologies - I appreciate that English isn't your first language, but I
have no idea what that means...

I would like to open a new page with a parameter ... and this parameter
is the selectedvalue of a dropdownlist of the row

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top