newbie: GridView vs DataList - DropDownList in edit mode

R

R.A.M.

Hello,
I am writing ASP.NET application. I want to have a page with FormView for
documents header and GridView or DataList for document positions. The
control for document position should display positions in Excel-like table
but although most of cells for columns should be TextBoxes, some should be
DropDownLists. I can do it in DataList (templates!), but I don' t know if I
can do it in GridView.
Is it possible to have a GridView with some columns as TextBoxes and some as
DropDownLists?
Please help.
Thank you!
/RAM/
 

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

Top