| Thread | Last Post | Replies |
|
| Server.Transfer in ASP.NET - weired problem | 21 Jan 2004 06:26 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...
|
| to load user control runtime | 21 Jan 2004 03:17 GMT | 1 |
I've created a library of page templates and some user controls. These files reside on d: drive instead of c:\inetpub\wwwroot\webapp directory. When I use LoadControl("webUC1.ascx"), it looks for this file in c:\inetpub\wwwroot\webapp. How do I force it to look for the user ...
|
| Autotab control | 20 Jan 2004 21:56 GMT | 1 |
I wrote a component derived from the textbox control that has an Autotab feature the component works well on both Netscape and IE. My only problem is that sometimes, on IE, I receive the error: "Can't move focus to the control because it is invisible, not enabled,
|
| Child control forms data | 20 Jan 2004 20:31 GMT | 2 |
I have made a custom template control which basically loads a web user control and replaces some PlaceHolders with content that I specify in the template control tag, like this: <J2:Host runat="server" id="TemplateHost"
|
| Problem overriding render method to format literal content of nested tags in custom control | 20 Jan 2004 08:52 GMT | 16 |
Gurus, I have a custom web control that in turn has nested child controls. I want to be able to encapsulated and render any literal HTML and or server controls placed between the child control's tags. This works
|
| IStateManager interface at design-time? | 19 Jan 2004 19:55 GMT | 1 |
Would any of the IStateManager interface take part at design-time?
|
| Composite webcontrol | 19 Jan 2004 19:51 GMT | 1 |
I have just built my first custom control draws a html wrapper to the screen around the content of the server control tag. Eg <myc:MyPanel .....> more html code or literal text</myc:MyPanel> will draw a panel containing the html inbeween the custom control
|
| Creation of custom controls in .net | 19 Jan 2004 14:29 GMT | 3 |
Does anybody know of any site that gives a detailed explanation of how to create a custom control ? thanks Sumana
|
| How to add extra property to DropDownList control? | 18 Jan 2004 22:05 GMT | 1 |
To the already present dropdownlist control can i add a property so that i can add text plus image to items. Actually my requirement is i want to add text and image to the items in the dropdownlist control. How can i do that, any suggestions are appreciated? Thank you
|
| Object property with different return types | 18 Jan 2004 13:37 GMT | 1 |
I have a control 'MyControl' with a property of type 'MyObject'. MyObject has a property 'MyField' that is a enum type. I want the type of enum to vary depending on a another property of MyObject
|
| Need help with Datagrid Control in edit mode and Javascript | 17 Jan 2004 04:30 GMT | 1 |
I have calendar control in Javascript including in the Head of mu page: <script charset="iso-8859-1" language="JavaScript" src="popcalendar.js"></script> I call this calendar popup with a image link button and working very good:
|
| dropdown list in custom control not persiting databind | 16 Jan 2004 19:51 GMT | 1 |
testMy Custom Control doesn't has a drop down that pulls it's information from another class that I use to get generic here's the anotated version of what I'm doing: public class AddressControl : System.Web.UI.WebControls.WebControl,
|
| Write into <HEAD></HEAD> section? | 16 Jan 2004 16:32 GMT | 6 |
Is it possible to write into HEAD section, for example to write out a LINK tag?
|
| treeview | 16 Jan 2004 05:20 GMT | 1 |
I have a treeview in my ASP.NET c# application.when someone selects a node on the treeview How do I set the node name myNodeName = TreeView1.Nodes(TreeView1.SelectedNodeIndex).Text The above code only gave me the value of the parent Node
|
| Complex properties (Button) not persisting in webcontrol | 15 Jan 2004 19:55 GMT | 1 |
This seems to be a common issue and one that I have not found a solution to. What I want to do is theoreticly simple. I have tried creating webcontrols with simple properties string e.t.c and all work fine. I am now in the process if trying to create a webcontrol that
|