i'm almost ready with my thesis: research at complex data-input for webpages
using ASP & ASP.NET + migration
In the last part i need to write some components in ASP.NET, to be more specific
I have to write a server control to integrate at an easy and quick way a
dropdownlist into a datagrid:
So i want something like:
<DataGrid>
<colums>
...
<BoundDropDownColumn id="myDDL" runat="server" .../>
...
<columns>
</dataGird>
Someone has done this before or knows how i have to do that?
Someone has good online resources where i can get some info to getting started
Help would be really great, no much time left anymore...