| Thread | Last Post | Replies |
|
| ViewState and posted back data | 29 Nov 2005 15:10 GMT | 1 |
I'm adding a template column to a DataGrid dynamically: private void CreateColumn() { TemplateColumn col = new TemplateColumn();
|
| Help with creating a new control | 29 Nov 2005 15:06 GMT | 1 |
I am trying to create a new web user control which will allow me to display a map with icons on it. My idea is to have a image control on in a web user control and then draw some icons on it at different positions. When the user mouse the mouse over one of these icons I need to be ...
|
| How to Provide a list of DataSources and Fields at design time | 28 Nov 2005 15:42 GMT | 4 |
I'm developing an WebControl in ASP.NET 2.0. The control inherits from DataBoundControl, so it can be bound to a DataSourceControl by it's DataSourceID property. When I declare a property with the attribute [TypeConverter(typeof(DataFieldConverter))] a drop down list of all ...
|
| Dynamically adding custom control | 28 Nov 2005 07:55 GMT | 9 |
Im trying to dynamically add a user control for a webform but it is not appearing when I run the form. I have pasted the code that I am using. Can someone advise what Im doing wrong. My user control (ctlTextBox) contains one textbox. When I dragged
|
| Load Image Dynamically | 27 Nov 2005 21:23 GMT | 1 |
Hi, brothers :) I'm rather novice in this area. I mean web programming and control building and though. I create UserControl:
|
| Dynamically Loading User Control in PlaceHolder | 27 Nov 2005 16:38 GMT | 2 |
I load dynamically a user control in PlaceHolder with the number of fileds in db. When loading user control there is no problem, if returning field number is 2 then 2 usr controls load in plcholder.
|
| Custom Templated Databound Control or derived control? | 25 Nov 2005 15:17 GMT | 1 |
I want to create a control that performs much like a datalist but I want more control over how the <ItemTemplate> contents is set out on the page. For example I have a 4 by N grid of images to set out on the page, how the first row is slightly different in taht the first image is ...
|
| Why the properties of web user controls which inherted from my custom base UI controls MISSED? | 25 Nov 2005 15:15 GMT | 1 |
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable?
|
| Missing code example | 25 Nov 2005 15:14 GMT | 1 |
Am I blind or there is no code example for this article?: http://msdn2.microsoft.com/en-us/library/d0etxzd8.aspx It's very important to me to have these sources Thanks,
|
| Dynamically adding a custom control | 24 Nov 2005 07:16 GMT | 1 |
Steven Im getting in a bit of a mess with this. What I want to end up with is a set of controls for editing / displaying fields on a webform. I would like to be able to dynamically add these controls to webforms as and when I need
|
| Help on user controls? | 19 Nov 2005 23:54 GMT | 3 |
I have build a simple Web user control, that I have draged on a web form. When executed my applciation I get an error mesage saying : "A page can have only one server-side Form tag" What does that means?
|
| ASP.NET 2.0 User Control that implements a template | 19 Nov 2005 17:41 GMT | 4 |
I have created a user control in ASP.NET 2.0 that utilizes ITemplate. The control has no issues (displays fine in a browser) until I try to go into design mode on the aspx page that is implementing the control. The aspx page says "Can not switch views: Content is not allowed ...
|
| Nested controls in User Control via ParseChildren(false) not worki | 18 Nov 2005 23:35 GMT | 6 |
Using ASP.NET 2.0/Visual Studio 2005 Beta 2 and programming in C#, I'm trying to create a user control that allows nested content between its start and end tags. From googling around I got the impression that the ParseChildren(false) attribute was what I needed, so my code looks ...
|
| form onload multiple problems | 17 Nov 2005 16:33 GMT | 1 |
if a html page have included two html pages which have also have form onload, however one html page can only have one form onload. What can i do
|
| Base designer class missing in 2.0 | 17 Nov 2005 01:33 GMT | 1 |
I cannot find the base ControlDesigner class in 2.0. All of the documentation I have found points to System.Web.UI.Design.ControlDesigner but this class is not there in 2.0.
|