| Thread | Last Post | Replies |
|
| How to let web controls not displayed in toolbox | 10 Jun 2004 09:21 GMT | 1 |
I built some web controls and one of them inherits textbox class.But I don't want it displayed in toolbox when assembly is added to toolbox.I know if it can be unchecked in the "Customize Toolbox" window when adding the assembly,but that checkbox is checked by default.Is there ...
|
| help for properties persistence | 10 Jun 2004 09:21 GMT | 1 |
Hi. I'm developing a WebControl that uses the following custom attributes: [ParseChildren(false), PersistChildren(false)] I'm using ParseChildren(false), because i've got two collection properties that use the following custom attributes:
|
| Retaining WebControl Properties | 10 Jun 2004 03:09 GMT | 1 |
I have built a web control that inherits from webcontrol class. When using the control I created in a project, I set certain properties such as the Font, font size that were inherit in the webcontrol class. When I perform a postback to the server those properties that I set with ...
|
| VS.NET designer support for nested custom web form controls | 09 Jun 2004 22:42 GMT | 3 |
I have a custom web form control, that can contain other custom controls. Is it possible to add designer support for this, so I can drag a custom control onto another control?
|
| Passing messages to forms | 09 Jun 2004 12:20 GMT | 1 |
I created a user control called MyToolBar which is a toolbar with a preset number of buttons such as Close, Add, Edit, Delete, Find etc. When the user clicks on the Find button, in my Button_Click procedure how do I pass a message to the appropriate form such as Vendors that the ...
|
| Drag and Drop Tree Control | 09 Jun 2004 09:15 GMT | 1 |
Does anybody know a tree control that supports drag and drop of nodes inside aspx pages? (ie web controls do not)
|
| Over riding the Default ClientId Property | 08 Jun 2004 22:18 GMT | 1 |
When .Net Creates User Controls on a Webpage, it appends a prefix seperated by a Colon or an underscore then the Id of the server Control within that User Control: ex:
|
| Syntax for dynamic validation control | 08 Jun 2004 22:16 GMT | 1 |
I want to assign a validation control dynamically. How do I tell it what control to validate via the controls collection. It seems to want a string when I use the code below. Regards, Chris. Controls.Add(New TextBox)
|
| Adding a second button if the first button is clicked | 08 Jun 2004 22:15 GMT | 1 |
I build my form dynamically in Page_Load, with a button If the user clicks the button I want to create another button. I can do this but the button_click event doesn't seem t fire. I've been working on this for days, so any help would be greatly appreaciated Thank
|
| OnPreRender for Button Array Control | 08 Jun 2004 21:09 GMT | 1 |
I have an array of Button Controls that have been extended. The container of the Custom button array has registered a Hidden Field in the "OnPreRender" override method like so : <DefaultProperty("Text"), ToolboxData("<{0}:ChemicalSubstanceChart
|
| Internet Explorer Window Form User Control - Embed - Urgent | 08 Jun 2004 16:05 GMT | 2 |
This is URGENT, THANKS! Without getting into the "why", here's what I'd like to do, followed by where I am: 1. I would like to embed an Internet Explorer user control within
|
| Dynamic Template Column Sorting in DataGrid control | 08 Jun 2004 13:49 GMT | 1 |
am facing a problem while using ASP.NET Datagrid Template Columns generated dynamically. Scenario: -------------
|
| Iterating custom controls | 07 Jun 2004 18:57 GMT | 3 |
Here's a simple problem that's eating my lunch: I need to write a base class method in ASP.NET that will iterate the page and find all controls of a certain type. The type is a custom web control that I created. The controls are never found in Page.Controls - instead,
|
| Interacting with Windows Scheduler | 07 Jun 2004 17:29 GMT | 1 |
I'm looking for a way to set the windows scheduler from an application. What my end goal is to be able to configure the app.config file with parameters that would be interpreted and then set the windows scheduler accordingly.
|
| How to pass variables from aspx page to user control | 05 Jun 2004 21:24 GMT | 1 |
Anybody knows how to pass variables from aspx page to user control? Thanks in advance -------------------------------- From: Sathyadeva Aithal
|