| Thread | Last Post | Replies |
|
| Postbacks and CommandEventArgs | 31 Mar 2005 17:23 GMT | 2 |
In the situation below I am calling "OnCommand(CommandEventArgs.Empty);" from IPostBackEventHandler.RaisePostBackEvent. but I get the compile errors: The best overloaded method match for 'DSTControls.PortfolioDashboard.OnCommand(System.Web.UI.WebControls.CommandEventArgs)' has ...
|
| Using Radio button in a Data Repeater | 31 Mar 2005 15:03 GMT | 1 |
I want to use a radio button in a data repeater which will allow me to select only one item. could somebody please help me. Thanks -------------------------------- From: Samuel Ashley
|
| Web Application folder path | 31 Mar 2005 09:59 GMT | 1 |
Anyone know how to get a path to your web application's folder at design time? I've tried using MapPathSecure in the OnInit call, but no luck.
|
| Changes in controls exposed as properties not reflected in design | 31 Mar 2005 04:15 GMT | 1 |
I created a custom composite control with contains a text box and a label. I exposed the text box and label as properties of the custom control. As a result, they are exposed correctly as expandable objects in the Properties window, in design time.
|
| Custom control common html | 31 Mar 2005 01:50 GMT | 5 |
I would like multiple instances of a custom webcontrol that I am writing to be able to share some common inline html. ie. if the first custom control on the page has rendered this html, the remaining instances of this custom control should not render it.
|
| how to resolve delegate error message | 31 Mar 2005 00:53 GMT | 1 |
how do I resolve delegate error message ?? ====== erorr message ====== Compiler Error Message: BC30408: Method 'Public Sub dothis_click(sender As Object, E As System.EventArgs)' does not have the same signature as delegate
|
| DHTML Behaviors (HTC) in a custom server control | 30 Mar 2005 19:02 GMT | 2 |
I've coded a datagrid-derived control that makes use of a DHTML behavior in a separate script file (.htc). Now that it works, I've realized that I don't know how to deploy this well. I know how to embed the script in the project as a resource, read it back and write it to a file, ...
|
| Custom control won't drag and drop to page | 30 Mar 2005 18:37 GMT | 10 |
i'm a bit of a noob to custom controls, so please bare with me... I just downloaded source to a control from thecodeproject.com but I'm unable to drag and drop the control from my toolbox to the design mode of my ascx file. According to the docs, I should be able to do just that. ...
|
| custom paging in ASP.NET | 30 Mar 2005 14:47 GMT | 1 |
Hello friends, i am using Datagrid builtin paging and it working well but i want to use custom paging bcoz data is too heavy so pls tell me how can i use custom paging. Thanks
|
| User Control not rendered in Visual Studio | 29 Mar 2005 21:37 GMT | 5 |
I have created a custom composite server control. When I drag the control from the toolbox into Visual Studio it does not display in Visual Studio, instead it shows the littel green arrow and nothing else. When I run the application it shows the LiteralControl that I have added ...
|
| Custom Control with Connection String | 29 Mar 2005 21:35 GMT | 9 |
I have a custom control that makes connections to a SQL db. The controls works fine at run time, but it not able to get the connection string in my web config file at design time. I had something similar working in a previous project, but can't seem to figure out where or how they ...
|
| I'm new to classes, why isn't this working? | 29 Mar 2005 15:40 GMT | 3 |
Trying to build a simple class to pull data from the web.config file. Here's what I have in common.vb Imports System.Configuration
|
| The most efficient way to buid / debug custom control | 29 Mar 2005 05:08 GMT | 4 |
I've got the following question: I'm currently in the process of building a custom control (the one that is compiled into a single dll), and at the moment its a tedious task. My current configuration: 2 projects - one containing code and other files
|
| Implementing columns collection in Data grid custom control | 29 Mar 2005 02:22 GMT | 1 |
I am building a custom control data grid with some necessary functionalities. let it be <myCustomDataGrid> in .Net data grid we have the facility to specify the columns template in the html side of the design view
|
| Composite Web Control and Dynamically Created Children Controls. | 29 Mar 2005 01:11 GMT | 9 |
I am developing a web control which creates other web controls. During the OnInit of the my web control I read an Xml file which tells my web control which child control to create, adding the child controls into a private collection.
|