Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need a dropdown with multicolumn like the following

on clicking the dropdown one grid will come with data from the database .the data may contain one or more columns

By selecting one row from the grid the first cell data will be populated in the dropdown and the next column data will be populated in another place.

How can I do this ?
Posted

1 solution

Hi,

What you want to do exactly .

Instead of this you can follow another way like

place one button and div tags

show grid data in popup while user clicks on that button.In that popup if user selects any rows then close that popup and show particular data in div tag

According to your question we can not do that thing If you see this link you get idea on that

http://stackoverflow.com/questions/607529/asp-net-how-to-render-html-tags-in-a-listitem-text-property

All the Best
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900