Combo in a grid view

I

Ishan Bhalla

Hi,

Am new to Asp.Net and want to try a add a combo to a grid view. Is this
possible? If not is there any other control like the grid view that i can use
to get the same effect?

Thanks in advance
Ishan
 
M

Michael Nemtsev [MVP]

Hello Ishan,

Use ItemTemplate in your grid markup to add custom controls

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


IB> Hi,
IB>
IB> Am new to Asp.Net and want to try a add a combo to a grid view. Is
IB> this possible? If not is there any other control like the grid view
IB> that i can use to get the same effect?
IB>
IB> Thanks in advance
IB> Ishan
 

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

Similar Threads

VB6 Component Issue with TDBGRID 0
Hyperlink field in grid view 1
Scroll bar in Grid View 2
Please help Cannot save.. 1
Clickable rows in Grid View 1
gridview problem 1
ASP 2.0 Question 1
Grid View and ODS 3

Top