| Thread | Last Post | Replies |
|
| Failed to load viewstate | 21 Oct 2005 19:00 GMT | 5 |
The question I'm asking revolves around what is needed to load a viewstate. 1) I am using Regular Expression Validators to validate text fields on a page. --Let's say I have a form set up. After I type in "bad data" in a date field and click submit, the validators will show up ...
|
| webcontrol.attributes | 21 Oct 2005 16:42 GMT | 1 |
i tried to set an attribute on a webcontrol: tbName.Attributes["onBlur"] = @"javascript:setTimeout("RDK_HideDiv(divOfNames)", 3000);"; but this is the rendered html page:
|
| clientid | 21 Oct 2005 14:40 GMT | 3 |
i have a control on a content page which protected method of the control should i use to get the clientid? ex: ctl00_cphMainContent_tbCusId i started with OnInit but it only returned "tbCusId"
|
| Reading control values from viewstate | 21 Oct 2005 12:41 GMT | 1 |
I have a page with three textboxes and a submit button - TextBox1 TextBox2 TextBox3
|
| "If" statement in repeater | 21 Oct 2005 12:38 GMT | 1 |
I have a textbox generated in a "repeater". The repeater is looping over an array of Port objects, and displaying various of its attributes. One attribute is a DateTime object which I want displayed in the textbox. But how do I present an empty string in the textbox if the ...
|
| alternate view for a drop down list | 20 Oct 2005 21:11 GMT | 1 |
I have a drop down list that I have populated with values such as customer names. This is what shows up in the textbox part of the drop down list. When I hit the arrow for the drop down, I want each row that drops down to have additional info appended to the customer name.
|
| selectedindexchanged | 20 Oct 2005 17:37 GMT | 3 |
Hey guys, When I use the selectedindexchanged event of a listbox web control I would like to be able to to reference the previously selected item. Is there a way to do that?
|
| AutoPostBack causes script error | 20 Oct 2005 13:19 GMT | 1 |
I have a dropdown list and 2 radio button groups that cause a script error when they are attempting to post back. The error for all 3 is an Object expected error. The page works fine from my development machine and from a development
|
| Datalist SelectedItemTemplate problem | 19 Oct 2005 21:34 GMT | 2 |
I have a small problem with a DataList control and SelectedItemTemplate. It works fine except that I have to click twice on an item to select it. Or if I click an item, this item is only selected when I click another item. What do I do wrong?
|
| Make User Control | 19 Oct 2005 19:39 GMT | 1 |
How can I make my UserControl's properties be visible to all other controls in a web page? TIA
|
| Issue with embedded datagrid. | 19 Oct 2005 19:26 GMT | 1 |
I have a couple of problems with a datagrid (dgDetail) that is embedded on another detagrid(dgMaster). On dgDetail, I have a dropdown listbox (ddlbDecision) that I am trying populate. I put code in dgDetail_ItemDataBound to populate the listboxt but it's not working.
|
| ASCX User Controls and DDL.SelectedValue | 19 Oct 2005 18:54 GMT | 2 |
I have an ASCX user control with a drop down list inside an ASPX (C#) page. The user selects an item from the DDL, clicks a button, and the DDL.SelectedValue is supposed to be sent to another function. However, the SelectedValue is always the first value in the DDL. I have tried
|
| System.Web.UI.WebControls.Repeater and multiple templates | 19 Oct 2005 17:20 GMT | 1 |
if I create a class A with some properies, then create classes B and C derived from A, later create and ArrayList filled with some B and C items. This list I would like to use as a datasource for a repeater control. Is it possible to add more than one <ItemTemplate>? I would like ...
|
| User Control Events | 19 Oct 2005 17:18 GMT | 1 |
I am running inito a strange problem. I created a default page that hosts 3 user controls: navbar, header and footer. Inside the default page I have a panel where I dynamically load other user controls based on the clicks on the navbar. The navbar has a delegate and it raises a ...
|
| OK button doesn't work properly with multiple validator controls | 19 Oct 2005 16:05 GMT | 2 |
I've created an ASPX page with 2 textboxes and an OK button. The 2 textboxes each have 2 validator controls, a RequiredFieldValidator and a CustomValidator. Both CustomValidator controls link to JavaScript validate methods at the top of the ASPX file (HTML view).
|