| Thread | Last Post | Replies |
|
| need advice with custom control and designer please | 12 May 2005 12:36 GMT | 2 |
I'm a bit new to the designing of custom web page controls and using them in the properties designer window - need a little advice on a concept here. I have two properties in my control - one that is a server name, which
|
| Help: Getting two controls to talk etc. | 12 May 2005 09:32 GMT | 6 |
I'm struggling real bad. I have created a WUC with a calandar object in it (Cal.ascx). I have a second WUC with a DataGrid in it (Events.ascx). I want to select a date in the Calendar WUC, and use the selection event to
|
| DataGrid Question | 11 May 2005 12:18 GMT | 1 |
Hi, I have a DataGrid that its filled from a DataTable. this datagrid has autogeneratecolumns=true cause this datatable could have different number of columns.
|
| How can I set ID of nested custom control myself? | 10 May 2005 05:22 GMT | 1 |
In VS.Net in Design Mode when I add a bunch of the same custom control to my page VS.Net assigns unique IDs for the parent control (i.e. MyCalendar) but seems to lose track and assign the same IDs to child controls causing it to say that more than one control on the page is named ...
|
| Creating Custom Datagrid that auto adds attributes at <TD> leve | 08 May 2005 21:21 GMT | 1 |
I am creating a custom data grid in which I want to modify Table, Row and Cell level attributes. I have discovered how to update the row level attributes, by Overriding the createitem function. I am trying to figure out how to do the same at the cell level.
|
| Custom Paging in DataGrid | 08 May 2005 02:14 GMT | 1 |
I want to create my own custom pager for a DataGrid. Does anybody know how this can be done? Thanks for your help! Regards,
|
| how to add new ascx control from different project ? | 06 May 2005 13:54 GMT | 3 |
I'm traying add a user control which is written in C# to my project wich is in VB.NET. How to add this control to my project in VS.NET 2003 ? Thank you in advance Christof
|
| Nested Controls not visible to Page? | 05 May 2005 19:16 GMT | 3 |
I'm still banging away at my tabstrip problem, which I've mentioned in other threads here. One of the things I've noticed is that in design view, none of the controls inside of a tab page show up in the property grid.
|
| Do we always have to use the HtmlTextWriter to create the control? | 05 May 2005 07:30 GMT | 2 |
Do we always have to use the HtmlTextWriter to create the control? Can we not use the overriden CreateChildControl to create the control? Is there any samples available? Thanks
|
| Building a Template | 04 May 2005 08:46 GMT | 2 |
I want to ask how can I make a template like using the one in dreamweaver? I want to update the design consistently, so I want to use a template
|
| Target a different .NET Framework version | 04 May 2005 07:42 GMT | 3 |
I have developed for my customer a .NET Windows Forms control using the .NET Framework 1.1. Now, my customer wants to have the control running on Windows 2003 Server OS which has a newer version (1.1.4322.2032) of the mscoree.dll assembly. The
|
| value get form web page to user control | 04 May 2005 00:31 GMT | 1 |
I have one webpage and In that web page I have one user control I have one dropdown control in webfrom. I want selected value of that droupdown control value in usercontrol. I dont want to use session. plz give me a proper solution.
|
| Raising an event for a parent form to handle | 03 May 2005 16:45 GMT | 3 |
I am trying to make a web user control that raises an event for a parent form to handle. Can someone help me with this? I am doing the code with vb.net.
|
| Collection disappearing at run time | 02 May 2005 17:21 GMT | 1 |
I really, really wanted to finish this one without asking anyone for help. But I've been beating my head against this thing, and I'm getting nowhere. I wrote a tab control. I cribbed some ideas from the BlueValley one,
|
| How to a avoid a *huge* viewstate? | 01 May 2005 18:39 GMT | 2 |
I'm writing a custom treeview control. The treeview is a htmltable with the nodes and branches, The htmltable is located in a div to make it scrollable when it is larger than a certain pixel size.
|