| Thread | Last Post | Replies |
|
| Q: CompareValidator | 31 Jan 2004 18:27 GMT | 1 |
I am trying to use CampareValidator to validate two text fields so that they cannot be enter with same text. Can I know is there a way to make CompareValidator become validate character case as well? I understand that task can be easily done by using CustomValidator, but I have been ...
|
| Binding an arraylist to a datagrid | 31 Jan 2004 16:14 GMT | 3 |
I'm trying to bind an arraylist to a datagrid web control The arraylist contains "mystates" objects with properties named "state" and "abbreviation. I can set the grid's datasource to be the arraylist, but I am having trouble referencing the properties of each arraylist item by ...
|
| Roles in ASP.NET forms authentication | 31 Jan 2004 14:04 GMT | 1 |
How can i remove the underline of the days in an asp:Calendar? I tried hard with no result. I tried all of the following, and more: <asp:Calendar CssClass="menudark"
|
| Switch data source of TreeView | 31 Jan 2004 11:17 GMT | 4 |
I have a TreeView control and two radiobuttons on my Web form. I want to change data source (XML file) of the tree when the user clicks on buttons. Here is Codebehind the buttons:
|
| "ambiguous match found" error | 30 Jan 2004 21:34 GMT | 3 |
I've heard a little bit about the "ambiguous match found" problem with VB.Net custom controls. We suddenly started getting this error yesterday. We are running ASP.NET 1.1 and using Visual Studio 2003. Has anyone else seen this error and (better yet) a solution? I heard that
|
| DropDownList Control and AutoPostBack problems | 30 Jan 2004 17:00 GMT | 2 |
1) I have a dropdownlist control with AutoPostBack property set to true. 2) For the same control I have a SelectedIndexChanged method call in my code behind. 3) What I would like to accomplish is IF the selected text in the drop down
|
| Slider in a web page | 30 Jan 2004 12:26 GMT | 1 |
The need is to make a slider control work in a web page - aspx page. Is there a Slider control available for use on a web page - i know it is for a windows form. Is there a way to use the windows control on a web page??
|
| Sorting and Paging Datagrid? | 30 Jan 2004 12:11 GMT | 1 |
Hello NG, I'm using a datagrid for displaying data (wow!) and would like to use the Sorting and Paging of it. The grid is bound to a dataset, which is added in the webform-designer. I load the data by: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System ...
|
| Create ASP.NET GUI | 30 Jan 2004 12:11 GMT | 1 |
If you see the sample page in ASP.NET Starter kit such as TimeEntry.aspx in ASP.NET Time tracker (VBVS), you will think the page is almost perfect. I try to use VS.NET IDE to create the same GUI, it is failed and never get the same result. Although I can create more simple GUI by VS ...
|
| DataList and CheckBoxList don't seem to play well together | 29 Jan 2004 23:16 GMT | 2 |
Greetings all- I am attempting to use a DataList with an embedded and databound CheckBoxList control. As one might expect, I can add ListItems to the CheckBoxList, but in no way have I been able to set or retrieve the Selected
|
| Other resources to get questions answered | 29 Jan 2004 22:37 GMT | 1 |
Are out there other users groups? Any links Thanks
|
| System.Web.UI.WebControls.DropDownList | 29 Jan 2004 16:57 GMT | 3 |
Help......I have added several System.Web.UI.WebControls.DropDownList and they are always on top of the drop menu options of the 3rd party menu system I am using. Thanks
|
| TabStrip web control | 29 Jan 2004 14:00 GMT | 1 |
I'm trying to develop my TabStrip web control but seems there is some troubles in the desing mode. Initially, I have defined a collection of TabButton in the TabStrip web control. The TabButton inherits the functionality of the
|
| checkbox changed event from client-side javascript -???? | 29 Jan 2004 09:06 GMT | 3 |
Hi Jeffrey, I have a web page on which i have a placed a checkbox . Now what i need is ..when this checkbox is checked , i want to enable three text boxes present on the same page.
|
| button control and cancel submit | 29 Jan 2004 03:23 GMT | 1 |
I use Attribute.Add to call a javascript function client-side from an asp:button control. The javascript function opens a window. My problem is that the submit event fires after the javascript code executes. When I view the source in "running documents" I see that the button is ...
|