| Thread | Last Post | Replies |
|
| newbie to creating web controls | 30 Dec 2005 15:00 GMT | 6 |
I am trying to develop some .NET web controls in VB or C# and need some help. Does anyone know any websites with a good tutorial on how to start. The MSDN site is not helping me at all.
|
| LoadControl and Validation Summary | 30 Dec 2005 03:36 GMT | 2 |
I am working on a project that dynamically loads controls from within Page_init so that the viewstate is preserved. On post back the control saves it's changs in the Page_load event. If the user navigates to another section the control is removed in the page load event and a ...
|
| create enumerated property for custom control | 30 Dec 2005 02:36 GMT | 6 |
I want to create a property that can only accept values from my custom list. Say 1, 5, 10, 15, 20, 30. I know I can easily create an enumeration with values set to those from my
|
| Add Project Reference Dialog... | 29 Dec 2005 00:02 GMT | 1 |
I've designed a web control in VS as an ASP C# control. I've created a new project and want to add a project reference from it to the C# control's project. When I go
|
| Custom Column Widths | 28 Dec 2005 21:52 GMT | 2 |
I have a datagrid which displays five columns of data. Since several columns display "Y" or "N" or 1-9 I have modified all the column widths to display my data. Under normal viewing, the grid looks great when filled with data. When I go into an edit mode on a row, everything
|
| Reading attributes of nested properties | 28 Dec 2005 21:37 GMT | 2 |
Hi, I have 2 questions: 1. How can I read attributes of inner property of a web server control? 2. How can I read inner properties of inner properties of a web server control?
|
| extended Label webcontrol, doesn't populate it's children ?? | 28 Dec 2005 21:21 GMT | 1 |
I am extending couple of existing controls in ASP.NET like LinkButton, Label, TextBox etc.. I require these controls to contain a child control of MyControlType so ideally in HTML view for a label
|
| Child Controls inserted in Code Behind | 28 Dec 2005 21:01 GMT | 2 |
Hi, hope somebody could help me! ... I'm building a Toolbar Web Custom Control. So i created 3 classes, [ PersistChildren(false), ParseChildren(false, "Buttons"),
|
| Help needed with custom dynamic control. | 28 Dec 2005 20:51 GMT | 1 |
I’ve got a question about dynamic controls and retrieving the data back after the user enters information into them. Here is what I have so far. I made a custom control for this as I will need to use it multiple times and on many different pages. This control takes in a ...
|
| server control with collection | 28 Dec 2005 20:36 GMT | 1 |
I wrote a simple server control from a sample I found on the web in the following URL: http://west-wind.com/weblog/posts/200.aspx The control has the following structure: <myCtl:main>
|
| server control collection with several types of properties | 28 Dec 2005 02:12 GMT | 1 |
Is it possible to implement a server control that will look like this: <just:control> <columns> <columnTypeA id=1></columnTypeA>
|
| reference to Composite Control | 20 Dec 2005 17:33 GMT | 4 |
I have created a composite control which, in its simplest form inherits from Control, implements INamingContainer and provides a method CreateChildControls. I add my custom control to the html of an aspx page, provide the register directive with a simple assembly name. The custom ...
|
| referencing and anchor from within a usercontrol (ascx) | 20 Dec 2005 09:54 GMT | 1 |
I am trying to reference an anchor in a user control with a url. This worked in 1.1 but no longer works in 2.0. The ascx control is located in a "/include" folder If you have a hyperlink control and you assign the navigateurl property =
|
| referencing and anchor from within a usercontrol (ascx) | 20 Dec 2005 09:53 GMT | 1 |
I am trying to reference an anchor in a user control with a url. This worked in 1.1 but no longer works in 2.0. The ascx control is located in a "/include" folder If you have a hyperlink control and you assign the navigateurl property =
|
| Databinding on Composite Control | 18 Dec 2005 12:44 GMT | 1 |
I'm trying to implement databinding on a composite control and I'm getting an error with the data when I change the DataSource. The first time I set the DataSource and call DataBind() everything works fine, but when I set the DataSource to a new value (DataTable) and then call ...
|