Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~754 People Reached
About Me

Info System Specialist 3

Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Paua

There are a number of ways to do this; do you want a dynamic dropdown or is the data stored in it going to remain static and not expand? Here's a bit of code that goes in your Gridview for the dropdownlist: [code=ASP.NET]<asp:TemplateField HeaderText="dropdownlist name" Visible="False"> <EditItemTemplate> <asp:DropDownList ID="ddlName" runat="server" …

Member Avatar for memafiaso
0
754

The End.