| Thread | Last Post | Replies |
|
| How to set button text Align to left? | 30 Jul 2004 20:14 GMT | 1 |
How to set button.text Align to left?
|
| Thread: Control Overrides Page | 30 Jul 2004 18:48 GMT | 1 |
Hello I would like to be able that my control overrides the complete live circle of the page. The event is trigger by a Query string value.
|
| Composite control with dynamic controls depending on a property value | 30 Jul 2004 13:50 GMT | 7 |
Hi, all. I am really stuck here. I've written a few composite controls before and fully understand the "typical" scenarios. However, this one is far different. I understand that CreateChildControls must create the controls in exactly the same way as it did before a post-back in ...
|
| Can a control produce html? | 30 Jul 2004 12:25 GMT | 5 |
Hopefully someones come across this... I've a page that dynamically generates some content. Part of this is a series of user controls. _______
|
| Naming container | 30 Jul 2004 09:17 GMT | 4 |
I'm having a problem with a linkbutton which is not assigned a UniqueID with all the prefixes for some reason. The linkbutton resides in a UserControl but is used within a custom control; both controls implement the INamingContainer.
|
| HtmlTextWriterAttribute for double click attribute | 30 Jul 2004 03:53 GMT | 1 |
I am building a server control. I am using the HtmlTextWriterAttribute class for adding the attributes to the control. I want to add a function on the "double click" event. The HtmlTextWriterAttribute does not provide the ondoubleclick event. How can I add this attribute to
|
| call javascript function after validation | 29 Jul 2004 17:03 GMT | 4 |
When the user clicks a button on my page, a server side operation starts which takes several seconds to complete. To make the user less impatient I want to show a animating gif when he/she clicks the button. I've been able to do this by calling a function by using
|
| Web Custom Control error on ID field | 29 Jul 2004 00:36 GMT | 1 |
I get the following error when trying to view in browser an aspx page that has my simple Web Custom Control. If I remove the ID=Controlname from the ASPX then the page and control displays correctly but I need to have id fields to reference my web custom controls in code behind. ...
|
| Thanks | 28 Jul 2004 13:47 GMT | 1 |
John, I actually figured out what I need to do in the render method and that is call the method Add AttributesToRender. This will add to any element (in my case table) all the attributes that have been set in the properties window. You can also override that method and add ...
|
| How to retrieve values of dynamically added web controls on the form?? | 27 Jul 2004 22:24 GMT | 1 |
I have created a survey form in asp.net that has dynamically generated fields( based on the record that I get from the DB I adding a text box or a dropdown to the form). My problem is, how do I get the values of the text box or dropdown list to save in the DB after user has filled
|
| Any way to avoid mass conversion of #INCLUDE files to UserControls? | 27 Jul 2004 21:08 GMT | 13 |
I have a very large classic ASP site that is making heavy use of server-side #INCLUDE of .ASP files within .ASP files. I've researched and seen recommendations describing how you can convert all files to be included to user controls and then change all including files to
|
| Inheriting style and properties | 27 Jul 2004 19:03 GMT | 3 |
I have subclassed RadioButtonList to add the mouseover and mouseout events to individual options. As far as I can see I have to totally rewrite the render method. The way I did it I have not included any inherited styles and properties. How do I inherit the styles and ...
|
| Passing some info to a control at runtime. | 27 Jul 2004 16:43 GMT | 1 |
I've made a user control and I need to pass it some information so it knows what it should display. Can anyone tell me what i need to do to pass it information via html attributes. eg: <asp:mycontrol myproperty="true" runat="server"></asp:mycontrol>
|
| Saving selectedIndex state for subclass of RadioButtonList | 26 Jul 2004 02:50 GMT | 1 |
I am new to building custom controls. I have subclassed RadioButtonList to provide a rollover effect where I can provide details on each option. I am having trouble saving the state of the selectedIndex. When I post back the currently selected option is lost. I am digging ...
|
| ITeamplate : parsing children ? | 25 Jul 2004 00:16 GMT | 1 |
I'm working on a UserControl which contains all the design html code with placeholders. Then i instanciate the ITemplates in the placeholders. I have the following code: <uc1:page id="Layout1" runat="server"> <HeaderTemplate>
|