| Thread | Last Post | Replies |
|
| How to duplicate a control? | 20 Sep 2004 11:05 GMT | 4 |
I want to place two buttons on the page. These two button are identical.Is there a way to duplicate a button? or I have to assign all properties of one button to another. Thanks in advance.
|
| Tricky problem with WebControl vs. Panel | 20 Sep 2004 11:03 GMT | 1 |
I have built a class derived from WebControl, and added some specific functionality to it..Then I built a set of web controls based on that class...Everything works fine, until i needed a panel like functionality and all my stuff..All I could do is create a web control derived ...
|
| Using Controls Caveats? | 18 Sep 2004 15:44 GMT | 1 |
I picked up a project that has been started with one form and about 20 controls, and am wondering if this is very practical. It seems to work well; and is easy to follow. The form has a header with a menu, and each item on the menu opens a panel with one or more controls on it.
|
| referencing controls in controls | 16 Sep 2004 23:40 GMT | 2 |
I am a bit twisted and need some straightening out. I have a webform with 3 controls on it: a mainHeader, a sectionHeader with a label control contained in the mainHeader, and a topHeadline. In the topHeadline, I am retrieving a value with a stored procedure. I need
|
| Event handling in a Custom Tree control in ASP.Net and C3 web application | 16 Sep 2004 15:31 GMT | 1 |
I have a Tree control for displaying folders list for a particular client in a Tree structure in a web application using Asp.NET and C#. Now i want to click on that tree control's Node(say Node1), then related files under that folder(Node containing Folder name)will be displayed ...
|
| controls getting values from another control---within a control | 16 Sep 2004 08:59 GMT | 1 |
I am a bit twisted and need some straightening out. I have a webform with 3 controls on it: a mainHeader, a sectionHeader with a label control contained in the mainHeader, and a topHeadline. In the topHeadline, I am retrieving a value with a stored procedure. I need
|
| Server farm and fields of classes in session cache | 16 Sep 2004 02:31 GMT | 3 |
I'm building some ASP.NET components, and I'd like them to function in a server farm scenario. I have one class, "AppClass" that contains only read-only data. I also have a second class, "SessionClass", that stores a reference to an AppClass i.e:
|
| UserControl not capturing Button click event when loaded with PlaceHolder Control | 15 Sep 2004 22:16 GMT | 1 |
My UI is one table, 2 colums, one row. The cell on the left has a tree and the cell on the right has a placeholder control. When the user clicks on a tree item, I dynamically load the apporopiate user control into the PlaceHolder control using this code...
|
| Dynamic Table Build Using DataRowView | 15 Sep 2004 16:24 GMT | 1 |
All I'm trying to build a table dynamically from a DataView using IEnumerator. It will be read only data for printing on Avery 5160 label stock.
|
| How to add an event handler at run time? | 15 Sep 2004 11:16 GMT | 4 |
I have created an array of buttons at run time and need to associate them a click event. I have added the following routine as the event: public void UpdateClick(Object sender, EventArgs e) {
|
| Detecting Null Values | 14 Sep 2004 15:51 GMT | 5 |
I have a DataGrid from which the datasource is a SqlDataReader based on a SQL Server Stored Procedure. This SP returns columns will NULL values. When I DataBind() to the DataGrid, all is well. It's when I want to detect these null values in the ItemDataBound event that...well...I ...
|
| non-createable base control? | 14 Sep 2004 15:40 GMT | 2 |
I have created a base control that some other custom control derive off. I dont want this base control to be createable - what is the best recommended way to do this? Implemented base control constructor as a protected constructor?
|
| In true, i need to pass a placeholder by param | 13 Sep 2004 16:48 GMT | 1 |
Hi again. I'm wrong in my first message. What I need to do is, render my control in a placeholder passed by param. I try somethings here, by I get this error:
|
| Nested control in Web Custom Control and ViewState | 13 Sep 2004 14:37 GMT | 1 |
I am working on a Web Custom Control that will function as a Tab menu. I am having problems with figuring out what I need to do to link up the viewstate for controls that are nested in my Custom Control. I'm really not sure how to try to explain this, so here is some sample
|
| Reacting to events of a composite controls | 13 Sep 2004 08:55 GMT | 1 |
I have read some tutorials on composite controls. They all all tend to be on static controls such as tables etc. They don't seem to cover on dealing with user events on the controls. I have created some LinkButtons on a composite control, but I need to
|