| Thread | Last Post | Replies |
|
| Getting dynamic controls/tables to render on page | 03 Aug 2005 18:05 GMT | 2 |
I have looked around the web for a solution to this, but I can't find it. It's probably something simple I have overlooked. I am trying to build a dynamic table on the server-side and render its contents to the .aspx page. I placed the following code on the .aspx
|
| Adding eventhandler dynamically to usercontrol | 03 Aug 2005 15:58 GMT | 2 |
I have an aspx page where I load a user control at design-time. I then want to add a LinkButton to this user control and attach an eventhandler. I want the LinkButton's click event to be handled on the parent page and not on the user control.
|
| timer and time out | 03 Aug 2005 13:34 GMT | 3 |
I use a timer in a web form to perform an event handler every 8 hours. After about 16 hours I get a 404 error. I've set the session not to time out. Any idea what is going on? Thank you,
|
| Question about modifying ViewState elements on postback. | 03 Aug 2005 08:48 GMT | 1 |
I have a custom control that derives from WebControl. The custom control process postback data, which on postback modifies the Width and Height properties of itself. The problem that I am having is that when the WebControl loads view state, it overwrites my loaded width and height ...
|
| web control software | 02 Aug 2005 21:46 GMT | 1 |
Does anyone know where I can find example project in C# to implement the web control? I did one based on the article (http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.lan guages.csharp&lang=en&cr=US)
|
| onblur & customvalidator | 02 Aug 2005 18:25 GMT | 2 |
Hello. I have a custom validator for a textbox. I believe they only validate on an onchange event. Is there a way to get it to validate on an onblur? Thanks for your your help.
|
| Best commercial controls for data grids? | 02 Aug 2005 03:36 GMT | 1 |
Does anyone have a recommendation for which commercial controls are generally the best for building datagrids out there? For example, I know that there is something called IronSpeed Designer that I am going to evaluate shortly. Just wondering if anyone has any opinions on
|
| Datagrid button | 01 Aug 2005 22:27 GMT | 1 |
I have a datagrid that I created and fill a dataset using a stored proc. and bind it. The first column( a linkbutton button column) in the DG contains a number, the second a name. When the user presses the button I need the number displayed on the link. The number is a field from ...
|
| Load a URL's execution result | 01 Aug 2005 22:02 GMT | 1 |
I am developing an application whose main goal is to read from a dynamic .asp Internet URL. This URL automatically produces an RSS file, which I further want to load into my application so as to manilupate the source and render the results into an HTML page using ASP.NET and C#.
|
| How to change the Selected Item's forecolor in ListBox-URGENT | 01 Aug 2005 21:42 GMT | 2 |
When a listbox's Enabled property is set to false the control is greyed out to show that the control is disabled/read-only. However, when the control is disabled and an item is selected you can barely see the text that
|
| Change radio button size or color? | 01 Aug 2005 21:34 GMT | 2 |
Is it possible to change the size or color of the circle and the check mark box in an asp radio button? TIA, Chuck
|
| FireFox does not acknowledge style attribute on <INPUT> tag | 01 Aug 2005 20:46 GMT | 3 |
Our target browser has always been IE, but we have some associates that want to FireFox to access one of our applications. We are using standard ASP.NET Web Controls, particularly the Calendar control. I am posting here since this issue affects all Web Controls.
|
| Dropdownlist displaying / properties ? | 01 Aug 2005 20:29 GMT | 7 |
I have written some pages with different controls including (textbox, button, radio button, dropdownlist ...), but I found the dropdownlist control appears to be "always on top", ie. I have a drop down menu, while ALL ddl controls appear in front of the menu item, the other button ...
|
| checkboxes | 01 Aug 2005 16:24 GMT | 1 |
I am using a checkbox on a ASP form with a SQL database. <Parameter Name="@Patch" Value='<%# IIf((Request.Form("Patch") <> Nothing), Request.Form("Patch"), "") %>' Type="NChar" /> <td><asp:CheckBox ID="Patch" runat="server" Enabled="true" /></td>
|
| Multiple File Upload | 01 Aug 2005 05:45 GMT | 3 |
I want to create multiple file upload control similar to the Gmail (file attachment) where page is not posted every time new file is attached. Please let me know if it's possible to do using asp.net. Thanks and Regards
|