| Thread | Last Post | Replies |
|
| Save state when create image | 28 Feb 2005 21:05 GMT | 1 |
Hi there, I will be very happy if someone helps me. I need to create dynamic image, and save the state between the postback. I mean I've got 5 buttons and when I click on one of them, the image is creted with: System.Web.UI.WebControls.Image Img1 = new
|
| Need help with base.Style collection in custom control | 27 Feb 2005 23:44 GMT | 2 |
Here's my situation: I'm developing a custom control, which basically consists of two nested <DIV> tags. Now, i need to obtain base.Style object, in order to get the positioning information, if the control is being positioned via ABSOLUTE positioning.
|
| Adding contextmenu to IE Treeview Control | 27 Feb 2005 18:15 GMT | 2 |
Does anybody have a clue as to how to do this? I would like to display my own custom context menu when rightclicking a node in my treeview, but am a little lost on how to do it, apart from that is should be some kind of javascript I guess.
|
| Cache a user control based on a Property in the code behind. | 24 Feb 2005 09:34 GMT | 3 |
I have a user control that is placed on every page to provide a menu system, logout/login buttons etc. This contect varies in depending on the value of a property in the code behind file of the control.
|
| Add Events to HTML Table | 24 Feb 2005 06:44 GMT | 1 |
Hi, I was wondering is it possible to create my own html table that has two features. 1. it is databound and 2. Create my own events to it?
|
| DataGrid.Column.Count is empty? | 23 Feb 2005 12:35 GMT | 2 |
I have created my own datagrid control, derived from datagrid. Now my webform uses this datagrrd and calls the ItemDataBound method, which then SHOULD loop through the columns, but it always shows me that the columns count is
|
| Inherit from a Web User Control | 23 Feb 2005 10:59 GMT | 3 |
Is it possible to inherit from a web user control (*.ascx) created in a separate class-assembly to a local specialized control that can be used in an aspx-page ? What I want to do is to create some sort of base class library of controls
|
| Problem Adding Controls | 22 Feb 2005 19:00 GMT | 3 |
I seem to be having a problem loading a div tag with a control. here is what I am doing: Dim oObjCheckBox As CheckBox = New CheckBox() oObjCheckBox.ID = "chkTestControl"
|
| Question about Custom Controls | 22 Feb 2005 18:09 GMT | 1 |
I'm building a web application that some standard controls in many pages as "DropDownlist" this drop down list is filled from a table in a specific database and this "DropDownlist" will be used in many apges and on each page the data inside the "DropDownlist" will be the same but ...
|
| Really Creating dinamically Web Controls | 22 Feb 2005 17:12 GMT | 1 |
I'm developing a custom control and i'm having some problems. Here goes the figure : I have a N level tree structure, and I have to show the first level in a DropDownList. When the user selects one option of the first
|
| ASP.NET Custom WebControl Absolute Positioning | 22 Feb 2005 07:22 GMT | 3 |
I'm currently in the process of building a custom webcontrol. I nearly finished it, however one thing is a mystery to me: how do i enable the control to support absolute positioning? Thanks in advance,
|
| Changing HTML in the Render() method | 19 Feb 2005 23:59 GMT | 3 |
I am looking for C# code samples on how to: 1.- Get a string with the default HTML that would be rendered for a custom control. 2.- Customize this string.
|
| Warning Messages... | 19 Feb 2005 04:49 GMT | 3 |
I was wondering if you can help me with this question. I am trying to display warning messages on my web-page, prompting the user to check his action, and confirm what the current action would do. What is the best way of doing that in asp.net. I know that we can do that easily in ...
|
| Basics to extend the any control? | 18 Feb 2005 14:40 GMT | 2 |
Hello I would like to know what methods/events I have to override to extend any webserver control. I actually need to extend the datagrid control, but the basics should be
|
| using the Items property in the design time property window | 18 Feb 2005 13:51 GMT | 4 |
I hope this is the proper forum. I posted this problem in the wrong one previously. I have a custom server control that I am building. Implementing simple properties like strings and ints seems to be pretty straightforward and there are a lot of examples. However, I have a need to ...
|