| Thread | Last Post | Replies |
|
| C# Web form designer [Open source] | 29 Jun 2007 19:52 GMT | 1 |
Does anybody know of a good open source (C# technology) that can be used to design HTML pages. I know we can use Visual Studio or Winword or Frontpage but I am looking for a tool that can be customized for us and and can be
|
| CreateChildControl() fires First | 26 Jun 2007 17:49 GMT | 3 |
i have develop a sharepoint web part using class library.i add controls programatically.when i select a item in dropdownlist and save it to the datase.it sved the first item of the dropdownlist,not the selected item.as my experience this happen due to the inoder sequence
|
| difference Inherits CompositeControl vs Inherits WebControl | 24 Jun 2007 08:49 GMT | 1 |
i'm developing web server controls for my project. When I use Inherits WebControl, the control can use the width of the control, but when I use Inherits Compositecontrol the width of the control stays=0 allthough I do see the control drawing with a certain width.
|
| UserControl... where is the clientID on the client side? | 22 Jun 2007 10:40 GMT | 1 |
[ASP.Net 2.0, WAP, Atlas] I have a custom usercontrol that looks something like this: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="ItemPicker.ascx.vb" Inherits="myNS.ItemPicker" %>
|
| AJAX event cascading? | 19 Jun 2007 14:04 GMT | 2 |
I have a web page where I search some information. I tried to AJAX enable the page to avoid postbacks. I tried to use 3 UpdatePanels: updateSearch, updateList and updateDetail. In updateSearch I use several controls to decide what to search.
|
| Possible to validate between INamingContainers in 2.0? | 13 Jun 2007 18:53 GMT | 1 |
I have a composite control that contains a texbox and comparevalidator (and other stuff not applicable to this post). Right now, it does a simple DataTypeCheck or any comparison to the ValueToCompare property. I've exposed the ValueToCompare and the CompareOperator properties.
|
| access dynamically added controls | 13 Jun 2007 18:04 GMT | 1 |
Im using ASP.NET 2.0 with C#. In my aspx page, i have one HTML Table. Using the javascript i add the rows dynamically. 1.What my problem is how can i access those controls.
|
| Selected state not maintained on postback | 13 Jun 2007 17:59 GMT | 3 |
I tried to create a custom server control that displays some radio buttons and it should postback the page on selecting the items. I tried like below code, but on postback, the selected radio button state is not maintained. Anyone could tell me what is missing?
|
| Overriding renderBeginTag is bad? | 12 Jun 2007 12:42 GMT | 5 |
If i have a control that inherits from a class in Webcontrols (ie textbox) and then overrides RenderBeginTag, isn't this not recommended since the UI/Browser specific web attributes won't get set by framework? I always read that you should override renderContents instead of the ...
|
| AutoGeneratedField | 12 Jun 2007 09:04 GMT | 2 |
Why a TemplateField cannot be a AutoGeneratedField when we have an inherited GridView class? What is the difference between System.Collections.ICollection CreateColumns(PagedDataSource dataSource,
|
| View State Null In IPostBackHandler | 12 Jun 2007 04:25 GMT | 3 |
I had a datetimepicker server control that worked great in 1.x but I am having trouble with it in ASP.NET 2.x For some reason, the ViewState value is always null on postback so IPostBackDataHandler.LoadPostData is unable to access the properties correctly. Is there a change I ...
|
| Custom Composite Web Control and Validator | 11 Jun 2007 15:09 GMT | 2 |
I built a composite web control that has a textbox and a date control. added my custom control on a webform where there are other standard controls.
|
| Typed Datasets and Delegate signatures | 08 Jun 2007 14:45 GMT | 1 |
I am working on a new Windows application with typed datasets and was looking at creating a generic datagridview user control. I will have several typed datasets for this application so I thought using one datagridview user control to handle most of the basics would save time.
|
| Problem with order that properties are set from aspx page | 07 Jun 2007 18:46 GMT | 1 |
I've developed an ASP.NET server control with 2 properties, PropertyA and PropertyB. The setter for PropertyB uses the value of PropertyA to perform some checking when set at designtime. When the aspx page is opened in the designer, the properties are read
|
| problems with simple custom control | 06 Jun 2007 02:46 GMT | 2 |
I have registered my custom control in web.config as follows: <add tagPrefix="PhoenixControls" namespace="PhoenixControls" assembly="PhoenixControls"/> I have added a file called phoenixcontrols.cs to App_Code folder and in this
|