| Sender |
muru
|
| Recipient(s) |
Spha
|
| Date |
03 Oct 2009
|
Re: Re: How to bind a dropdown inside gridview c#
|
Hi Spha
Write on GridView RowDataBound If e.Row.RowType = ListItemType.EditItem Or e.Row.RowType = ListItemType.AlternatingItem Then
Bind the drop down here End If
thanks Muru
>>> On 02 Oct 2009, Spha wrote:
this will not work,the dropdown I wanna bind is inside the gridview
|