Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

how to write servercontrol for dropdownlist in datagri

  Asked By: Alex    Date: Dec 03    Category: Asp.net    Views: 930
  

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...

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Paul Brooks     Answered On: Dec 03

That is a composite control.

READ THE SAMPLE CHAPTERS from below books. These ebooks are great much
better than Nikhil and Dye MSPress book and other books. Download controls
from Metabuilders.com and grab the source if he provides it or decompile it
from Remotesoft.com. His lookup /list bound columns is correct way to do
this anyway.

Developing .NET Custom Controls and Designers using VB.NET
www.bluevisionsoftware.com/.../BookInfo.aspx?ID=10

Sample chapters:
www.bluevisionsoftware.com/.../Cha\
pter6.pdf
www.bluevisionsoftware.com/.../Cha\
pter16.pdf

Developing .NET Custom Controls and Designers using C#
www.bluevisionsoftware.com/.../BookInfo.aspx?ID=7

Sample Chapters:
www.bluevisionsoftware.com/.../Sampl\
es/Chapter6.pdf
www.bluevisionsoftware.com/.../Sampl\
es/Chapter16.pdf

 
Didn't find what you were looking for? Find more on how to write servercontrol for dropdownlist in datagri Or get search suggestion and latest updates.