| Thread | Last Post | Replies |
|
| Anybody actually building controls? | 18 Apr 2006 05:20 GMT | 2 |
This NG is rather empty and breezy. It's no wonder.... Man, I thought the ASP.NET team would have addressed the blatant lack of support for good encapsulation and code re-use in ASP.NET. I honestly don't think they have A CLUE as to how people build web sites... or good
|
| Code your asp.net page to pay by visa | 17 Apr 2006 16:15 GMT | 1 |
Hi can anyone help me please! I’m building an asp.net page and I need to make an online transaction so the client could pay his fee online by visa. Can some one distribute me an e-book or something or tell me which main functions I have to handle. I’m new to the forum and new to
|
| Usercontrol always needs a second postback | 17 Apr 2006 15:47 GMT | 2 |
I folks, I have a simple page with a user control dropped on it, a textbox and a submit button. That usercontrol should display the value entered in a textbox after
|
| UserControls and Collections Property | 16 Apr 2006 07:37 GMT | 5 |
With a Web *UserControl* (not composite control) how do you make a collection-- either custom col derived from CollectionBase or a .NET 2.0 generic List(Of MyClass)--- accessible as a property? MyClass is a simple class with just a
|
| Default toolbox tab for custom control? | 15 Apr 2006 11:44 GMT | 1 |
Is there any attribute i can add to a custom control class, similar to <ToolboxData()> which would allow me to set a default tab in the toolbox whihc a control should be added to? Id like to make my controls so that they automatically add themselves to a tab for my own controls, ...
|
| CompositeControlDesigner - | 15 Apr 2006 11:01 GMT | 2 |
Does anyone has an Idea how to render content edited in CompositeControlDesigner ? This page shows nice example of editing content in design-time: http://msdn2.microsoft.com/en-us/library/system.web.ui.design.editabledesignerre gion(VS.80).aspx
|
| [C#]My first CompositeDataBoundControl | 15 Apr 2006 10:15 GMT | 1 |
Hi, and thanks for this forum I'm trying to build a new control composed of an Image and dropdownlis First I succed to build the control extending from DataBoiundContro
|
| User Control - Properties | 15 Apr 2006 10:10 GMT | 1 |
Can the properties of a User Control be made available to be set in the properties panel in visual studio at design time.
|
| Making table cells available at design time | 15 Apr 2006 02:31 GMT | 4 |
I have several custom UI controls that are table-based, and I would like to make some of the table cells available for users to edit at Design time, much in the same way the panel control works, for example. (I want users to be able to insert new controls, html code, etc.)
|
| Adding controls to EditableDesignerRegion/ITemplate in code. | 10 Apr 2006 15:22 GMT | 7 |
I have a base custom control called 'WebBox' that contains a single EditableDesignerRegion. The contents of this EditableDesignerRegion are stored in an ITemplate via a property name 'Content', and serialized as an InnerProperty.
|
| Custom template in a LinkButton | 10 Apr 2006 07:59 GMT | 1 |
Im trying to create a custom template in a control derived from a linkbutton. I want someting like this: <uc:SortButton id="sortId" runat="server">Column Name <SortUpTemplate><img src="up.gif"></SortUpTemplate>
|
| Help Required in Repeater Control. | 09 Apr 2006 17:30 GMT | 1 |
Can someone please help me out with the following problem. I have a couple of custom controls , on runtime i decide which all controls are to be place in repeater control. Now i am facing this problem of adding the particular controls in
|
| How to build a HierarchicalDataBoundControl derived control? | 09 Apr 2006 17:27 GMT | 1 |
Im trying to find information on how to build my own Hierarchical Data-Bound Control using the new classes in .NET 2.0 as the TreeView and Menu don't provide the functionality Im looking for... if anyone know of any sources or samples of this, please let me know.
|
| OnPreRender not getting called in control | 07 Apr 2006 04:15 GMT | 1 |
[ASP.Net 2.0] I am creating a composite control. It contains another custom control. There is some implementation in OnPReRender event of the contained control. When my composite control is rednered, OnPreRender event is not getting raised in
|
| Window Control in IE | 04 Apr 2006 11:56 GMT | 1 |
I am trying to place a Window Control on IE. I have created a windows control inheriting from UserControl. Then I place the control using <object> tag like : <object id="MyControl1" height="200" width="200"
|