Contents

Posts in microsoft.public.dotnet.framework.aspnet.buildingcontrols

 

Watch NFL Games Online  Replies (1) 13 October 2007
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if ...

 

i need a Gantt Chart control  Replies (1) 12 October 2007
Does anyone know of a good Gantt Chart control which 1: shows week numbers 2: allows the user to interect with it (i.e. not just an image) and 3: is fully customizable from my application? Eva...

 

Filtering List Of Css Styles Available  Replies (1) 11 October 2007
Hello fellow Comrades, I am writing a custom control and trying to only return a specifi list of styles available to select from the dropdown list of CssClass. I know it is similar to filter...

 

CompositeControl fails to display in Design view  Replies (5) 11 October 2007
I'm getting the following error messages when I view my ComposisteControl in design time mode. "Error Rendering Control - " "An unhandled exception has occurred Object reference not set to an ...

 

Https errors in IE7 for WebResouce requests.  Replies (1) 11 October 2007
If I create a control which uses an embedded image and then put in on an HTTPS request IE complains about having secure and nonsecure items. The code is: protected override void RenderContents...

 

Dependent Properties in Custom Web Server Control  Replies (1) 9 October 2007
Hello, I am using VB.NET in Visual Studio 2005 to develop ASP.NET 2.0 web applications. I am developing a control library with all the custom controls that I can use in my projects. One of the ...

 

New Apple ipod nano  Replies (1) 7 October 2007
The new Apple iPod Nano is one of the coolest new gadgets released this year! Not only is the new nano smaller then the previous model, But it has video! the iPod nanos are very afford...

 

Repeater in Server Control  Replies (3) 2 October 2007
Does anyone know how I can use a repeater in a server control? This means I do not want to have an ascx file. I am particulairly stuck with setting the ItemTemplate property of the Repeater in t...

 

Anyone want to meet and study for midtern?  Replies (1) 1 October 2007
If anybody has some time and wants to meet to study for the midterm give me a call a 713-854-8721. Thanks, Joshua...

 

mvwres in custom control  Replies (4) 26 September 2007
I have a couple controls that inherits from webcontrol. When I drop one of the controls on a new webpage I get in the head. I am not sure why the other controls the same thing doesn't ...

 

composite control embedded resource at designtime  Replies (1) 24 September 2007
In my protected override void CreateChildControls() I am trying to create an image control where the image is an embedded resource. Image img = new Image(); Page pa...

 

Cannot get Custom Control to display in Designer  Replies (1) 21 September 2007
I've built this custom control and it works great, but I can't get it to NOT throw an error in design time. I don't necessarily want it to be visible in the designer, but even when I set it not to ...

 

CompositeControls and RecreateChildControls()  Replies (1) 20 September 2007
I have a CompositeControl (called SimplePager) that creates an UpdatePanel in its CreateChildControls override. The CompositeControl uses two LinkButtons to control the forward/backward state. W/o...

 

GridView & CauseValidation  Replies (1) 19 September 2007
I working through a book on ASP.Net, I added a GridView and SQLDataSource. Everything worked as expected upon debugging. The rows were displayed with the Update and Delete buttons on each row. ...

 

Proper way to reload CompositeControl when its sta ...  Replies (1) 19 September 2007
I am creating a CompositeControl that contains a Table. The rows in the Table are controlled by an internal pager. The control renders the pager and the table. When the user clicks the pager, the...

 

How to dynamically create updatepanel around an ex ...  Replies (1) 13 September 2007
Has anyone done this or have an idea to go about it? I've been trying many different ideas, but no luck so far. Basically add EnableAjax property to a custom control. If this is true then add an ...

 

Inheritance Web userControls  Replies (1) 12 September 2007
Hi, I have created a web user control (ascx). I have added some controls in there. I would like to create another web user control with the same controls as the previous ones plus some new on...

 

CheckBoxList with Multiple selection set Declarati ...  Replies (2) 12 September 2007
Hi, I'd like to extend the CheckBoxList control so that I can set multiple selection declaratively. Right now, I'm thinking of simply giving it a string containing all the selected values, each v...

 

How to make Editor for ListItemCollection visible ...  Replies (2) 10 September 2007
I'm trying to build a User Control in C# for ASP.NET 2.0. My user control contains two ListBoxes. I am exposing the Items property of each ListBox as public properties of my User Control. That ...

 

Composite Control - Control sizing  Replies (1) 10 September 2007
I have created a fairly basic composite control consisting of a Label and a TextBox. In the overridden Render function, I'm creating a table with two rows and each row contains a cell (td). The La...

 

Localization ASP.NET WebControl question  Replies (1) 8 September 2007
Greetings I'm developing a WebControl and I need to check the Page.Culture property in DESIGN time, in order to display the proper contents on the WebControl. I have run out of ideas of how to...

 

Confused about Assembly naming with Namespace  Replies (1) 7 September 2007
OK - here's the situation - I want my namespace to be: MyCompanyName.Controls I want my custom web control to be called: MyControl (myControl.dll, or MyCompanyName.Controls.MyControl.dll - whatev...

 

Type Expected when consuming a dll  Replies (1) 4 September 2007
Here s the simple code .. http://msdn2.microsoft.com/en-us/library/ms973807.aspx when I try this sample and use the dll as ( the class ) inside the project, everything works fine and when I clic...

 

TypeConverter Enum / CheckBox List  Replies (4) 4 September 2007
Is their an easy way to create a TypeConverter for enums you want displayed as a CheckBox List. For example enum AllowTheseCars Ford Chevy Toyota Porsche In the Con...

 

Executing and rendering user controls via LoadCont ...  Replies (1) 3 September 2007
I am rendering a user control manually using "LoadControl" and "RenderControl" to get the results of the control (the HTML) back as a string. The control is never added to the Page's Controls colle...

 

Custom ListControl has no VS intellisense for  Replies (2) 31 August 2007
When I make a custom server control that inherits from ListControl or the other similar controls (DropDownList, CheckBoxList, etc.), I cannot get the child control to show with the Visual Studio ...

 

Can't edit items' properties in CollectionEditor  Replies (1) 30 August 2007
I'm dying here. I've scoured the internet and msdn documentation many times over, and I can't find anything to solve my problem. This is my last hope. I'm on hands and knees begging for help here ...

 

ActiveX control is getting "That assembly does not ...  Replies (1) 30 August 2007
I have created an ActiveX Control which includes a OfficePia Assembly. when I execute it in a browser I get "That assembly does not allow partially trusted callers." I tried turning off the c...

 

Modify Customer Control HTML  Replies (1) 29 August 2007
Hello all, I'd like to know if it's possible to change a Custom Composites rendered HTML at design time by an option on the Action List. For example, when you first drag the custom control on it ...

 

dynamically create multiple instances of usercontr ...  Replies (3) 27 August 2007
I created a user conrolt in C# and want to create multiple instance (one by one) of usercontrol onclick of button. if i hard code in .aspx page like it works fine. I have to ...

 

Absolutely Positioned controls and tables  Replies (1) 23 August 2007
is it possible to put a control in a table that has a different z-index so that it can move or grow independently of other controls in the table? using a z-index requires the control to be absolu...

 

User control con caracteristicas del DataGridView  Replies (1) 22 August 2007
Hola. Me encargaron hacer un user control Es un user control al cual por defecto tiene los botones Adicionar, Modificar, Eliminar, Consultar, Buscar, Imprimir, Salir. Este user control tiene una...

 

Controls not updated by callback event  Replies (4) 20 August 2007
Hi all, We have developed a custom web control that implements ICallbackEventHandler and fires an event when the callback is invoked. We had hoped that subscribers to this event would be able ...

 

event handler isn't working  Replies (2) 19 August 2007
Hello, I am extending a webcontrol, and I need to generate an array of objects of type dropdownlist, whose event selectedindexchanged must fires an own method called Cbo_SelectedIndexChanged that ...

 

Control Collection  Replies (2) 16 August 2007
When implementing a custom control collection class that implements IStateManger (and IList), how to save the viewstate of the collection items if they are controls themselves?...

 

Custom control intellisense to work like DropDownL ...  Replies (1) 16 August 2007
Hi, I created a custom tabstrip control to work like a DropDownList in that when you create the dropdown, only the ListItem control is available in Intellisense. In my tabstrip, only tab contro...

 

Inner content persistance  Replies (1) 16 August 2007
In my custom control I am parsing sub properties between my controls tags. The elements in between the tags should form a collection property but will also contain controls themselves. In this sce...

 

get all data used in gridview.databind()  Replies (1) 15 August 2007
Hello, I follow tried to extend the control gridview and not yet it is possible to me to have access to the data with which this one is filled. I already tried to override the DataSource property ...

 

Marlboro....cigarettes for $11.99. Delivery to USA ...  Replies (1) 5 August 2007
Cheapest marlboro cigarettes with delivery to usa and europe: ===>>>> http://search.msn.com/results.aspx?q=cheap+cigarette&FORM=MSNH ..... ..... ..... william's pumpkin opens inside our kettle...

 

can't get evaluationfunction attribute set correct ...  Replies (3) 3 August 2007
i want to specify evalutionfunction for my custom validator control. i have tried many ways to get this to work, but in the end, the evaluationfunction attribute always gets rendered as the default ...

 

Custom Control Embedded CSS  Replies (7) 1 August 2007
I have a control that has an embedded CSS file. I override the OnPreRender event and put in the following code: HtmlLink cssLink = new HtmlLink(); .... get the resource, create the link Page.H...

 

Combo Boxes in Gridview (or similar)  Replies (1) 30 July 2007
Hi I'm trying to find a way that I can have a gridview type of control, but with added combo boxes. I have a scenario in Access where I'm using a continuous form; a text box on the left displa...

 

Love Taboo Forum Now Open to the Public! 5% Off  Replies (1) 30 July 2007
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you al...

 

dropdownlist - hooking into the onselectedindexcha ...  Replies (2) 27 July 2007
i have an inherited ddl and i have a property (OnChangeFunction) that when set will add an onchange attribute to it which will call the JavaScript method used in (OnChangeFunction). the problem is t...

 

Web Container control  Replies (2) 23 July 2007
Hi, I am relatively new to ASP.NET but has worked on Windows Forms for 4-5 years How to make a web container control, which has a header/Footer, Right and left panel and inside it is a Panel/Div...

 

Designer Property Serialization -- Sycning inner p ...  Replies (3) 20 July 2007
Hi, I am just getting started developing custom user controls, and I am having issues keep the inner properties of nested controls in sync with the properties in the designer window. When I chan...

 

Dynamic Grip View  Replies (1) 19 July 2007
HI All, I want to disply dynamic Columns and Dynamic Header to that column in a GRID VIEW. The application is kind of TimeSheet for entering weekly hrs for a month. 1. First of all I want to d...

 

FREE DOWNLOAD CRACKED 2008's SOFTWARE: XSTEEL 13,A ...  Replies (1) 18 July 2007
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of opera...

 

Adding CssClass property default to custom checkbo ...  Replies (3) 16 July 2007
i don't know why but when i set CssClass to a default value in the constructor for my checkbox control inherited from CheckBox, the rendered html wraps the checkbox with a span tag and puts the clas...

 

Custom web controls  Replies (2) 12 July 2007
In VS 2003 there was a template if custom web controls. In VS 2005 that template is missing. Where is the documentation for building custome web controls for .net 2.0? -- Arne Garvander (I progr...