Hello, I'm building a sever control that is essentially a container that holds a bunch of DIVs. I want the click event on any of the DIVs to...
I have a page that determines some of what to display based on HttpSessionState. When I go to it the first time, it displays everything the way I...
> I want it to show in Column 1, a customized version of the data... Don't autogenerate the columns. For the Column1, make it 'HyperlinkField'...
Have you added the button to the 'Controls' property of the custom-web control? How are you rendering the button? Well, "runat" attribute is not...
Hi I want to know how can one use TransactionScope with the CreateUserWizard Contrrol I have to update a Table in my database if the user is...
Hi, I have a compositecontrol contain a textbox (txtPhoneNumber) and a RegularExpressionValidator. I tested in a page, the validation seems work...
Does anyone know how to get programmatic access to a StyleSheet style that is named in a control's StyleReference property? I'd like to have code...
On a page, I need to show one item at a time. The top of the page has a Previous-Next control, followed by the item being shown, followed by...
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...
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