Combo in a grid view

  • Thread starter Thread starter Ishan Bhalla
  • Start date Start date
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
 
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
 
Back
Top