| Thread | Last Post | Replies |
|
| UserControl property as dropdown at design time? | 13 Jun 2006 08:42 GMT | 1 |
I'm creating an ASP.NET UserControl that contains a DropDownList control. I'd like to be able to set the DataSourceID property of this DropDownList through a UserControl property that at design time gives me a list with the ID's of all DataSourceControl controls on the web page
|
| Composite Control default style attribute | 13 Jun 2006 08:23 GMT | 1 |
I have a composite control that after dragging it onto the webform adds the following style attribute to the control: style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 88px" How can I automatically remove that? I'd rather do it in the creation
|
| Reading - Parsing Records From An LDAP LDIF File In .Net? | 09 Jun 2006 21:37 GMT | 2 |
Reading - Parsing Records From An LDAP LDIF File In .Net? I am in need of a .Net class that will allow for the parsing of a LDAP LDIF file. An LDIF file is the standard format for representing LDAP objects. I need to be able to read the records from an LDIF file into
|
| Inherit from Wizard control | 09 Jun 2006 15:14 GMT | 1 |
I want to inherit from the Wizard control in ASP.Net 2.0, to add some properties, events and modify/replace the default template for navigation. I've started with a very simple class: public class SequencedWizard:Wizard
|
| "Collision" in DropDownLists from two instances of same UserContro | 08 Jun 2006 14:12 GMT | 2 |
I have a UserControl which has only one constituent control, a DropDownList. I am having what seems to be an IMPOSSIBLE situation: In the Page_Load() of my ASPX, I am setting MyCtl1.SomePropery = "A";
|
| Composite Control Design View | 07 Jun 2006 15:05 GMT | 1 |
I have a composite control with multiple text boxes and drop downs written in VB.net and Visual Studio 2003. It also contains properties such as Mini and DisplayJobFunction which are booleans.
|
| LoadControlState won't be fired | 07 Jun 2006 00:51 GMT | 1 |
I'm building a webcontrol, and I want to implement the COntrolState. Despite I've followed the MSDN sample, and checked with a lot of post over the net, the LoadControlState(object state) event won't be never fired.
|
| User Control in Custom Control | 06 Jun 2006 21:30 GMT | 1 |
I have a tough one that I am hoping somebody has run across. I have created a Custom Control that is a fancy Tab Control where each Tab is assigned to a Panel. Each Panel needs to be able to hold whatever content the user would like.
|
| Book recommmendations | 06 Jun 2006 16:59 GMT | 2 |
Anyone have recommendations for books on building ASP.NET 2.0 controls? All the books I turn up when searching that have good reviews are ASP.NET 1.0 books. TIA.
|
| view source problem with hidden control using IE | 05 Jun 2006 23:24 GMT | 1 |
I have a page that has several controls on it and the controls are shown or hidden during postback. I show and hide them using the visible property. When I use 'view source' in Internet Explorer I always see the source of the first version of the page, with the
|
| Composite Control - Panel scrollbars for "absolute" positioned child controls | 03 Jun 2006 10:40 GMT | 2 |
I am developing a composite control in asp.net 2.0 framework. The controls (all types like HtmlInputButton, HtmlInputText, HtmlInputTextArea) I place or add to the controls collection of my composite control, all have the position style as "absolute". (My requirement is such that ...
|
| need help on parser error | 01 Jun 2006 15:41 GMT | 1 |
I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following error... Ambiguous match found.
|