| Thread | Last Post | Replies |
|
| Template Control with Sub Controls | 12 Dec 2004 06:48 GMT | 2 |
I am trying to create a Control that will serve as a template for all my asp.net pages. The one requirement is to be able to add controls to the template and make them accisble to with in the Page and not being grouped as child controls under the template.
|
| Event not firing in usercontrol inside usercontrol | 11 Dec 2004 13:28 GMT | 1 |
I'm stumped on this problem. I've created a user control that dynamically creates 5 linkbuttons in the CreateChildControls method. Each of these child controls is linked to a commandeventhandler, has command name and argument attached and is assigned a unique id. If I
|
| Dynamicly loaded User Control events in a Placeholder | 10 Dec 2004 21:31 GMT | 6 |
I am having a problem of receiving UserControl events which gets dynamicly loaded within a Placeholder on a main.aspx page. If I explictly place "myControl" on the main.aspx page I can receive events and act on them, but when I dynamicly load "myControl" within a Placeholder in ...
|
| Problem using dynamic Datalist templates - Newbie | 10 Dec 2004 17:23 GMT | 1 |
Hi there! Hopefully somebody can help as I am getting desperate. I am using C# to develope a web user control containing a DataList and I want my DataList to look different depending on some control properties.
|
| Request object not working | 10 Dec 2004 11:29 GMT | 7 |
I have a weird problem. I have a user control, included in a page. This UC does authentication and tracking. I developed the code in the page_load event and it works
|
| Event Hander Question | 09 Dec 2004 13:42 GMT | 1 |
I have a question about the following code. I don't understand how and where the delegate gets created that allows for the calling of the OnClick when the button is clicked? For example, // Invokes delegate registered with the Click event.
|
| Enumerating Controls Collection in Control.Render() causes System.InvalidOperationException - Why??? | 09 Dec 2004 12:16 GMT | 3 |
any ideas why this code... protected override void Render(HtmlTextWriter writer) { Table table; TableRow row;
|
| Another dynamic usercontrol issue | 08 Dec 2004 20:25 GMT | 2 |
I have a page that dynamically adds one of many usercontrols to a placeholder on the main page based on a parameter passed to the page. Here is my problem. The usercontrol may have something as simple as a label or a datagrid and I
|
| Object Collection Editor | 08 Dec 2004 13:27 GMT | 1 |
I created a button control that I'll call MyButton. I also created a composite control that will have among other things a toolbar composed of MyButtons. Let's call this control MyCompositeControl. I want the MyCompositeControl to have a Buttons property that will be a MyButton
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 08 Dec 2004 00:43 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| usercontrol that raise a javascript event | 08 Dec 2004 00:20 GMT | 1 |
is it possible to raise a javascript event when something happen on a user control field? i created a calendar user control which contains an asp.net textbox server control and a calendar control. now
|
| Non-visual C# objects on a webpage are not marked as "safe for scr | 07 Dec 2004 22:36 GMT | 5 |
Non-visual C# objects on a webpage are not marked as "safe for scripting" I'm developing .NET components in C# which are used as ActiveX-style controls on web pages that are displayed inside a custom browser which is based on the IE web browser control. On 3 of about 100 PCs that ...
|
| Can't import .OCX assembly into Web Matrix Project. | 07 Dec 2004 13:43 GMT | 1 |
I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web Matrix Project. I can't seem to be able to import other assembly than .dll, .exe or .mcl . I am pretty new to the .NET programming environment, ...
|
| DropdownList & Textbox | 06 Dec 2004 20:18 GMT | 1 |
I want too write a custom control involving a DropDownList and a TextBox. Basically I sometimes want to render a dropdownlist and sometimes a textbox but never both at the same time. The custom control needs to have all the properties and events of both
|
| Access info from a usercontrol | 06 Dec 2004 12:55 GMT | 8 |
I am still fairly new to dot net, so go easy... Anyway, I have my main page. In this page is a usercontrol that manages the security of the page.
|