Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 24th, 2004, 03:08 AM
Registered User
 
Join Date: Oct 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to rotsey
Default custom server controls

HI

I am learnig asp.net custom server controls and have a design issue problem.

I am designing a composite control that firstly display a textbox to enter a suburb and then a button that when clicked displays a list of customers in the suburb.

So in CreateChildControls sub I create a textbox and a button. I add a handler for the button. All OK.

So when user clicks the button a what to bind to a datasource and build the list. I put this in the DataBind() sub and call it from the button event handler.

Now I want to be able to have a "Prev/Next" buttons so user can page through list so I add 2 linkbuttons and add hanlders for them.

The problem is the event hanlders for the Prev/Next are not being called when user clicks them.

They are being created in the DataBind sub.

Can anyone let me know if the design is wrong or how I can get the Next/Prev link buttons to call there eventhandlers.

Thanks
Rotsey.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Server Control....Custom Property Editor ZArrinPour ASP.NET 1.0 and 1.1 Basics 1 June 15th, 2010 11:30 AM
Custom Controls kcis8rm ASP.NET 2.0 Basics 2 July 2nd, 2007 04:07 PM
User Control within Custom Server Controls www2004 ASP.NET 1.x and 2.0 Application Design 3 April 15th, 2005 09:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.