| Thread | Last Post | Replies |
|
| Avoid including @ Register tag on every page | 23 Jan 2004 12:53 GMT | 2 |
I have written several custom web controls for my aspx pages. In order to use any of them, I need to include the following line of code at the top of every aspx page: <%@ Register TagPrefix="MyPrefix" Namespace="MyNamespace"
|
| Dynamically Created RadioButtonList Items & ViewState | 23 Jan 2004 07:07 GMT | 5 |
I'm having a variation on the typical problem with saving ViewState of dynamically created web controls. I have two radiobuttonlist controls (call them rbl1 and rbl2). Both are created at design time. Each has three items in their Items collection. When the selected item in rbl1 ...
|
| How do we build a custom control using datagrid from scratch? | 22 Jan 2004 21:30 GMT | 1 |
How do we build a custom control using datagrid from scratch? ANy sites, ideas will be appreciated. Sumana
|
| HELP Generating ConnectionString Property from the Designer | 22 Jan 2004 19:52 GMT | 1 |
This functionality is implemented in the SQLConnection control in the connectionstring property. I am Building a custom control from an inherited base class. (datagrid) I have exposed a property for a connectionstring which I want the user of
|
| Does anyone know...Please | 22 Jan 2004 15:47 GMT | 1 |
I have a datalist that I subclassed and it has a usercontrol in the header template, in the usercontrol is a databound dropdown. It loads fine and posts fine unless I rebind the datalist, then the dropdown loses it's viewstate. Someone please help their has to be a way around this.
|
| Datagrid in Designer | 22 Jan 2004 14:34 GMT | 1 |
I have a control that I have built a custom designer that shows the content from an ItemTemplate. However the Datagrid never shows up in the designer. It seems at this point that the Datagrid is the only thing that will not show up in the designer for me and this is an issue for me ...
|
| positioning label+textbox in user control | 22 Jan 2004 13:31 GMT | 8 |
i want to create a server-site usercontrol to logon a database: It should be very simple but i cannot get the label en textbox in the write order. I want domething like Name : [ tekstbox]
|
| Composite Controls (Maybe I just don't get it) | 22 Jan 2004 06:51 GMT | 2 |
I've been searching for a while and have found jack on composite controls... Most source say it is as easy as this .. what is wrong with the following code... I'm trying to change a property of the label, works in design... but
|
| Template Controls (HowTo) | 22 Jan 2004 01:09 GMT | 1 |
I am looking for some help or a tutorial on Template controls. Basically the idea is to be able to build a small table with two rows and in the first row will be some text and an image. Then in the second will be anything the developer wants to put in there. Now all I can ever seem ...
|
| Composite control not rendering | 22 Jan 2004 00:44 GMT | 2 |
I have a composite control that for some reason doesn't get executed when a load the page containing it. This is a strange problem because I'm not getting any errors and the page loads, but doesn't execute my control.
|
| Inherited Web forms | 22 Jan 2004 00:42 GMT | 2 |
Can we have Inherited Web forms like win forms? If so how? Can give mw some code snippets are urls please Thank you
|
| design time property persistence | 21 Jan 2004 17:37 GMT | 6 |
I have a control that inherits from WebControl. In it, I have a property of a collection type. Basically it's similar to how DataGrid works in design-time. See the code below. Basically, when I add a DataGridColumn through the
|
| .js file for custom controls | 21 Jan 2004 09:01 GMT | 1 |
I have some javascript functions shared among several controls I wrote. I want to encapsulate all these functions inside a .js file, creating a library like the one used by the asp.net intrinsic validator controls. My doubt is how to add a reference to this .js file when one of my ...
|
| Custom Range Validator how-to? | 21 Jan 2004 08:23 GMT | 11 |
Would appreciate some help, as I am blanking on the best way to do this. I want to have a Range Validator for a textbox where the Minimum and Maximum values are based on what is entered in a different textbox. So, for instance, if the value in the other textbox is X, then the ...
|
| Server.Transfer in ASP.NET - weired problem | 21 Jan 2004 06:27 GMT | 1 |
I am facing a typical problem in my .NET application with the pop-up script messages. The thing is that its working fine when i run on my development machine but not running in expected manner when i move it to Prod environment. Please have a look at the following code snippet...
|