| Future of Web Controls in VS.NET (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Are the controls going to be inhanced for use with VS.NET? i.e. being able to drag other controls onto the TabStrip/PageView such as a textbox. Thanks, Richard. |
|
| TabStrip/MultiPage in VS.NET (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I am trying to use the TabStrip/Multipage control in VS.NET. Because I cannot directly add controls (such as dropdownlist) onto the Multipage I have been adding them elsewhere on the web page and then dragging the generated HTML into the Multipage HTML. This works okay visually but the events I was using for the dropdownlist (such as SelectedIndexChanged) stop being generated in the code behind fi... |
|
| How do I Dynamically Create TreeNodes in C# (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| I have a current project that I am trying to scope that needs to have a portion of the tree be static and defined; that is already done. I also have a portion of the project that is getting an array back from an object and my treenode needs to spin through the code and dynamically create treenodes from an id string that is being passed back to me. The array is dynamic so I need to be able to creat... |
|
| Tabstrip/Multipage Not working Outside IDE (2 replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| To anyone who might be of help. The tabstrip and multipage web controls work in my webform only when I run my project from the IDE(F5) or when I go to the url http://localhost/[website] but not when I create a website in iis and point it to the directory where I created my program and redirect towards it using the ip of the machine like http://192.168.1.50/[website]. I have worked on it for hours ... |
|