| Thread | Last Post | Replies |
|
| CustomWebControl with client script | 31 Oct 2003 19:38 GMT | 1 |
I have created my first custom web control to use client side script to move items from one list box to another (thanks Andy Smith for the inspiration even though I couldnt understand the C# code).
|
| User control problem | 31 Oct 2003 19:20 GMT | 3 |
I am having a user control (yesno) which shows "yes" and "no" options in a combo box. I have also set caching as 1 day for this user control. This control i am using in another user control (parent user control) for 5 times. I
|
| I know this is simple to do, but can't quite get it | 31 Oct 2003 18:55 GMT | 1 |
I am just starting to play around with creating server controls and I want to do something similar to the panel control. I want my control to output a Div tag and then based on the contents of what is put between the tags of my server control, I want to render that content in ...
|
| Problems with asp:placeholder nested withing datalist | 31 Oct 2003 16:39 GMT | 1 |
I am wanting to add a usercontrol programatically to a placeholder's control collection. The placeholder is coded within the ITEMTEMPLATE of a datalist. The problem that I am facing, is that when I render the page, the placeholder variable (that I have declared as per the ID of the ...
|
| I need help with .bat script | 31 Oct 2003 16:10 GMT | 1 |
Hi, I have no idea how to write .bat scripts, can you help me write one? Here is a pseudo code of what I would like the .bat script do. For intFolder = 1 to 100 For intFileNumber = 1 to 20
|
| DataGridColumn design editor | 31 Oct 2003 11:57 GMT | 6 |
Hi I have created a datagrid custom inherited by the standard datagrid. Inside the datagrid I have defined a new type of column
|
| Problem with Eventhandling in user control | 30 Oct 2003 23:10 GMT | 1 |
Hi, I get really struggled, so it's my last chance to get some answers here. My problem is: I would like to create a web user control that is based on a XML structure. This XML structure is rendered thru a XSLT transformation on the server (this would seperate the logic fro the ...
|
| How can I access the ProductName, ProductVersion, ExecutablePath, CompanyName from a ASP.NET Application in a Control? | 30 Oct 2003 20:16 GMT | 1 |
|
| WebControl with derived propertied is not saving partial property in the HTML | 29 Oct 2003 15:28 GMT | 2 |
Weird, here is a code example: If you make a brand new web control that has a property of type ITest2 and you create Test2 in there. Lets say I set both properties of Test2 to some string. When I flip to the HTML page I only see the property
|
| Many user controls and only one form... | 29 Oct 2003 13:18 GMT | 1 |
I am trying to develop a page template class that will enfore the layout of my site. I want to use a user control for left side navigation. When I try and add another user control in the body of the page, only the user control in the body gets executed. Both user
|
| Radio buttons/checkboxes | 29 Oct 2003 07:22 GMT | 4 |
Has anyone created a custom radio button or check box control that allows you to change the base image of the control so that it's not the microsoft standard circle and box? If so I'd love to hear about it!
|
| user controls and javascript | 27 Oct 2003 13:44 GMT | 3 |
I have a user control and I need to carry out some client- side custom validation on the controls within the user control (hope that makes sense :) ) So I've stuck a CustomValidator into the page and set
|
| Two WebControls Same Page, big problems | 24 Oct 2003 23:18 GMT | 1 |
I have written a composite treeview webcontrol. It has a "Filtered" property. During the Render process, if the Filtered property is set to True it will add a checkbox, if the Filtered is set to False it should NOT add a checkbox.
|
| Segregating designtime from runtime | 24 Oct 2003 23:06 GMT | 8 |
I am working on a .NET component library and I am trying to figure out how to segregate designtime code from the runtime assembly. Delphi made this easy. My natural inclination is to put all of the designtime source files into
|
| User Control Public Property Problem | 24 Oct 2003 22:54 GMT | 5 |
I have built a user control that displays the header on a web forms. It has a public property ("Msg") that I can set to display error messages from the main web form in a consistant way.
|