What do you mean by "getting called"? The order of loading (and rendering) is: ParentControl.OnLoad followed by AllChildren.OnLoad which...
Hello, I am trying to create a new Web Control (ASP.NET 1.1) that contains among other textboxes. The content of these textboxes (runat=server)...
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"...
Just use an enum for the property. -- Riki "Ron Ruble" <RonRuble@discussions.microsoft.com> wrote in message...
In the "TimeTracker" ASP.NET Starter Kit is a horizontal Menu control or TAB strip that I want to use in my current project. Ive been able to use...
I have a UserControl that I declare programmatically as follows: Dim userctrl as New rightside_portal() The codebehind file for this...
I have written a custom control that uses AJAX (it implements IPostBackDataHandler and ICallbackEventHandler). I have tested it, and it seems to...
Hi, I have a site with several pages and most of them have SqlDataScource controls that connect the page to my local SQL Server. How can I...
I'm trying to create a control that will add and edit items in a table on add is easy, i just create the control with the empty text boxes, include...
Let's say my ASPX page codebehind has a method S() which returns a string value (of let's say a constant "string"). If I do this (hope all these...
I'm wondering if it's possible to do the following in ASP.NET 2.0. I want to do the following simultaneously. I suspect its possible, but I also...
I have an ASP.NET application in which I register several of my usercontrols in the Web.config file's...
I created a tabstrip custom control that is declared like this: <acc:TabStrip ID="Tabs" runat="server" SelectedTabID="aa" AutoPostBack="true">...
Hi Everyone, I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls...
Hi, I've got the following problem: In my client's project I've created an ASP.NET Custom Control to add CSS style sheet HtmlLink elements to a...
Howdy, I've been working on this solution for quite some time where we basically turn the HTTP protocol upside down and manages to have a "Message...
Hi, This has been driving me nuts for 2 days now. I have a custom control derived from CompositeDataBoundControl that contains a GridView...
Hi, I'm trying to create a variable number of LinkButtons using an ItemTemplate within a Repeater control. This is being done from code ... I...
Gridview: I would like to use two (or more itemtemplates) having a label named like Label1. I find it odd that FindControl() on a CELL object...
Hi all, I have a couple of custom controls that several users of an application are using and got a request from one of the guys that they're...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules