| Thread | Last Post | Replies |
|
| Dynamic Control Creation and ViewState: what is the ASP.Net way? | 31 Jul 2004 19:43 GMT | 3 |
I am dynamically adding rows to an asp:table as a result of a database query. The row consists of a label, a textbox and three checkboxes in that order: LABEL TEXTBOX CHECKBOX1 CHECKBOX3 CHECKBOX2
|
| Guru's challenge: How to place multiple instance of a control on a page with abnormal capabilities | 31 Jul 2004 13:40 GMT | 1 |
I am relatively new to .Net and have been coding an intranet site for my employer for a couple of months. I am currently stuck coding in a text-editor called EditPlus without access to the VS.Net IDE, and coding pages with the script directly in each page (not using the codebehind
|
| TreeVew Web control not supported? | 31 Jul 2004 05:00 GMT | 1 |
On the MSDN website there is a tutorial and other material regarding the TreeView WebControl. There is also a bright red line at the top of the document that says the IE WebControls are not supported. Why are they not supported? Is there something I should know about them
|
| Dependent dropdownlists without an auto postback | 30 Jul 2004 21:19 GMT | 1 |
I have two dropdownlists, the first is populated with a fixed collection, and the second has no listitems. When the first dropdown is selected the second one will populate accordingly. Is there a way that I can have the list items in the second dropdown populate without
|
| Web Client timer technique(s ) | 30 Jul 2004 20:17 GMT | 1 |
I would like to put together a webcontrol (or page) that refreshes content on an interval with no user input. I am pretty confident I can write this into an applet, but I am wondering if I am overlooking something obvious.
|
| Problem with CompareValidator control | 30 Jul 2004 19:16 GMT | 2 |
I'm using the CompareValidator with a DateTime field using the dd/MMM/yyyy format (example "07/Jun/2004" ) . The compare validator seems not work with this format. It always says that the date is invalid.
|
| Accessing an embedded UserControl "<object" in javascript | 30 Jul 2004 08:31 GMT | 1 |
I'm trying to set a property on a UserControl that I've embedded in my ASP.NET web page. At first, I had the following in the <form> section: <object id="mediaclient" classid="mediaclient.dll#NeuralFramework.MediaBroker.MediaClient"></object>
|
| Problem with ControlDesigner and GetDesignTimeHtml | 30 Jul 2004 04:14 GMT | 1 |
I'm trying to do a control that does an html table around other controls, it works 100% fine, but I have decided to implement design time viewing, now I'm in trouble. It works, but it does not render any nested controls inside my control
|
| Web Custom Control having error on ID field | 29 Jul 2004 18:01 GMT | 11 |
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. ...
|
| Link Buttons on the fly | 29 Jul 2004 15:36 GMT | 3 |
I'm have a table in my aspx page that has 1 row which will contain 0 or more cells. Each cell will contain a link button. My code is something like this: Dim lb As New System.Web.UI.WebControls.LinkButton
|
| How to set button.text Align to left? | 29 Jul 2004 00:12 GMT | 1 |
How to set button.text Align to left?
|
| Making FindControl find dynamic controls | 28 Jul 2004 11:13 GMT | 2 |
Need some help trying to read values from web controls - specifically *finding* the controls (like a drop down list) - that are added dynamically added within an asp:panel control. The page contains multiple panels within the form. The panels appear
|
| Persisting collection | 28 Jul 2004 00:58 GMT | 3 |
The following WebControl contains a collection. On Page PostBack, the collection is lost. I'm not sure how to persist this. Any ideas? public class Grid: System.Web.UI.WebControls.WebControl {
|
| Treeview expendLevel | 27 Jul 2004 20:32 GMT | 3 |
May I load the entire treeview node but expand 2 level only? Thanks
|
| 2nd Try: CSSStyle and Server Control | 27 Jul 2004 00:26 GMT | 5 |
Do control authors ever need to process CSSStyle references in server-side controls? For example: I am writing a control that creates an on-the-fly image. If the control has a property called "CSSBackColor" and the end-user sets that to
|