| Thread | Last Post | Replies |
|
| <% =expression%> not evaluated in custom control attributes | 26 Dec 2006 00:44 GMT | 3 |
Let's say my ASPX page codebehind has a method S() which returns a string value (of let's say a constant "string"). If I do this (hope all these special chars make it through) on an ASPX page:
|
| Possible: dynamically populated and placed user control in the middle of a string? | 25 Dec 2006 08:17 GMT | 1 |
I'm wondering if it's possible to do the following in ASP.NET 2.0. I want to do the following simultaneously. I suspect its possible, but I also suspect that I may need to do different things at different times in the page lifecyle, and would appreciate some guidance.
|
| ITemplate and inbedded controls | 22 Dec 2006 11:22 GMT | 1 |
I created a tabstrip custom control that is declared like this: <acc:TabStrip ID="Tabs" runat="server" SelectedTabID="aa" AutoPostBack="true"> <Tab ID="aa" Text="aa">
|
| HELP: (ASP.NET 2.0) - Can't get CSS HtmlLink Element working in VS Designer | 18 Dec 2006 12:00 GMT | 1 |
I've got the following problem: In my client's project I've created an ASP.NET Custom Control to add CSS style sheet HtmlLink elements to a page dynamically. But I can't get this control to work in VS Designer. Thus my co-workers can't create their pages as expected. !! Please ...
|
| Creating LinkButtons in a Repeater ... in code. | 14 Dec 2006 17:53 GMT | 3 |
I'm trying to create a variable number of LinkButtons using an ItemTemplate within a Repeater control. This is being done from code ... I am trying to recreate something similar to the following ... which is in a user control, only I'm doing it in a web part:
|
| Custom Controls and Absolute Positioning | 11 Dec 2006 09:22 GMT | 1 |
I have a couple of custom controls that several users of an application are using and got a request from one of the guys that they're using Absolute positioning and well, turns out my controls don't work right in the designer with Absolute Positioning.
|
| Usercontrol, add styles via Page.Header.Attributes ? | 07 Dec 2006 17:44 GMT | 8 |
I want to add styles to the current page from within a usercontrol the correct(better) way. So i would like to insert the styles in the page head. Any good approach?
|
| Inherited Control Does Not Handle All Events | 04 Dec 2006 22:05 GMT | 2 |
I'm building a series of custom controls inherited from an ImageButton and certain events are never getting thrown, or at least their handlers in the code are never running. Init, Load, DataBinding, PreRender and Unload are all working fine. Click, Command and Dispose never get run.
|
| Custom Datagrid disappearing on Postback | 04 Dec 2006 21:57 GMT | 5 |
I have a Web Custom Control datagrid written in VB.NET and when the page does a postback from a Selected Index or Sort command the datagrid disappears??? anyone know why? thanks
|
| Extra "DataValueFields" in custom DropDownList | 02 Dec 2006 17:24 GMT | 1 |
I am building a custom databound dropdownlist, and I would like to have more than one "DataValueField". I would name them DataValueField2, DataValueField3, etc. I'm having trouble figuring out how I would bind to them.
|
| Problems with Templated Databound control | 01 Dec 2006 20:15 GMT | 1 |
In my templated databound control (inherited from CompositeDataBoundControl) I have one template and one string get/set property. When CreateChildControls(IEnumerable dataSource, bool dataBinding) is being called, the string property is sometimes set and
|