I have learned ASP.net from ASP.net Unleashed. I wanted to learn how to make controls like Rich Text Editor etc and other such Windows Controls for my ASP.net pages. Can some one suggest a good book for this as i dont even know how to go about this but am
willing to learn anything and everthing for this.
In C# it is Programming .NET by Jeff Prosise. All you need is the IPostBackDataHandler interface and you will get all the events you need. I have also seen code where people cheated by using the place holder control to inherit all the events needed without
implementing the IPostBackDataHandler interface. Hope this helps.
I have looked up the book on the net, and will ask my local book seller in India. I didnt understand the other things much as i have limited experience with this. Can you point me to a tutorial or something.
Does programming Microsoft ASP.net by Dino Esposito cover this topic? If yes is it in enough detail? Can u also tell some book for the same in VB.net. Thanks a lot for your reply.
doomed
Member
315 Points
63 Posts
Programming Rich GUI controls for ASP.net pages
Jun 20, 2005 04:24 PM|LINK
I have learned ASP.net from ASP.net Unleashed. I wanted to learn how to make controls like Rich Text Editor etc and other such Windows Controls for my ASP.net pages. Can some one suggest a good book for this as i dont even know how to go about this but am willing to learn anything and everthing for this.
Caddre
All-Star
26581 Points
5308 Posts
Re: Programming Rich GUI controls for ASP.net pages
Jun 20, 2005 05:29 PM|LINK
Gift Peddie
doomed
Member
315 Points
63 Posts
Re: Programming Rich GUI controls for ASP.net pages
Jun 20, 2005 06:22 PM|LINK
Does programming Microsoft ASP.net by Dino Esposito cover this topic? If yes is it in enough detail? Can u also tell some book for the same in VB.net. Thanks a lot for your reply.
Caddre
All-Star
26581 Points
5308 Posts
Re: Programming Rich GUI controls for ASP.net pages
Jun 20, 2005 07:22 PM|LINK
Try the links below for free resources, the second link is code that did not implement IPostBackDataHandler interface. Hope this helps.
http://forums.asp.net/877572/ShowPost.aspx
http://www.adnug.org/ScheduleView.aspx?Id=43
Gift Peddie