Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: DropDownListColumn in Datagrid programmatically


Message #1 by "FERRERES" <wferreres@n...> on Fri, 24 Jan 2003 17:40:40
You will need to create a template Column
Gurneet

-----Original Message-----
From: FERRERES [mailto:wferreres@n...]
Sent: Monday, January 27, 2003 2:51 PM
To: ASPX_Professional
Subject: [aspx_professional] Re: DropDownListColumn in Datagrid
programmatically


Thanks for your answer.
This tutorial doesn't solve my problem.
All i wanted to know is :
Can i use a method like this one to add a dropdownlistbox in datagrid
column ?
BoundColumn adddedBoundCol =3D new BoundColumn();
datagrid.Columns.Add(adddedBoundCol);

Or do i have to create a templatecolumn ?
Has someone already create that ?

> This is a great tutorial:

http://aspnet.4guysfromrolla.com/articles/040502-1.aspx



>>> wferreres@n... 01/24/03 05:40PM >>>
Hello,
Is there a way to add a dropdownlist in a datagrid column=3D20
programmatically, like BoundColumn or HyperLinkColumn ?

Thanks for answer.
---
Change your mail options at http://p2p.wrox.com/manager.asp or=3D20
to unsubscribe send a blank email to leave-aspx_professional-
1132476S@p...=3D
rox.com.


  Return to Index