| Thread | Last Post | Replies |
|
| CustomValidator control to validate a date in format dd/mm/yyyy | 31 Dec 2004 20:41 GMT | 4 |
Does anyone have the vb.net code which uses a customvalidator control to validate a date in the format dd/mm/yyyy Thanks, EmJ.
|
| why can't I only bind to one column? | 31 Dec 2004 14:17 GMT | 2 |
I web form, with 5 textboxes. I'm binding my datafrom a column to each text box. When I run the app, it only fills the first two text boxes, the remaining three will not fill, nor can I add data through the remaining through seem like there are not connecting, but everthing ...
|
| Checkbox, AutoPostBack & JavaScript | 31 Dec 2004 01:13 GMT | 3 |
I have a CheckBox that when clicked, needs to first invoke a client-side JavaScript function, then post back to the server. My ASP.NET code looks like the following: <asp:CheckBox ID="MyCheckBox" Runat="server" AutoPostBack="True"
|
| Fixed Column Widths in DataGrid | 31 Dec 2004 00:23 GMT | 1 |
Hi. Is there a way to configure a DataBound column (or any other column) in a DataGrid control so that, no matter what, it will not be wider than a certain number of pixels? My problem is that with some unicode text, IE can't find a line break so it doesn't wrap the text, it just ...
|
| How do I set the property for a Web User Control properties from the parent form (VB) | 30 Dec 2004 21:22 GMT | 6 |
I am having trouble setting the property to a Web User Control from the Parent page. Here's the Web User Control: WebUserControl1.ascx HTML:-----------------------------------------------------------
|
| dropdownlist selectedindex=-1 | 30 Dec 2004 13:44 GMT | 1 |
I want to display a populated dropdownlist, put I don't want to select any item at first. I don't want to put a text at first like "selecy an item" or "-" or a blank item... selectedindex=-1 doesn't work, apparently I can't do that in web
|
| a panel user control ? | 30 Dec 2004 09:59 GMT | 2 |
Is it possible to make a user control who acts like a panel, i.e can contain other web controls ?
|
| Help me. I'm stuck with this web control problem.... | 30 Dec 2004 03:57 GMT | 1 |
I have this problem and I don't know what I can do. First of all, I have a page with [ok] and [cancel] button, and 5 <asp:TextBox>'s and when an user makes changes to each of the textbox content, javascript client side code is triggered to change the textbox background color ...
|
| ASP.NET 2.0 C# DropDownList | 29 Dec 2004 02:41 GMT | 2 |
Why Does this cause an erorr in compliation.... Heres the error " CS0103: The name 'DDRoleList' does not exist in the current context " Heres a piece of the code, I am using C#.
|
| how to access column property in gridview | 28 Dec 2004 10:11 GMT | 1 |
My gridview has auto generated columns. I mean there is no column at design time. At run time there are seven column. But I cant access any column at run time. Gridview1.columns.count return 7 but Gridview1.columns[0].HeaderText throws
|
| can not catch the page unless twice post? | 28 Dec 2004 08:28 GMT | 1 |
I use placeholder to include ascx files. Also all ascx files inherited from a security control(web User Control). My problem is; for example when i press button, it will list the customers. But i can not catch the list unless press TWICE to button.
|
| Hi | 28 Dec 2004 03:53 GMT | 1 |
I want to text box which should auto format the entered string as first letter Upper case and all other letter should be lower case, how should i go for this please help me Milind
|
| To create dynamic dropdownlist box | 28 Dec 2004 02:03 GMT | 2 |
I am trying to create dynamic dropdownlistbox and attach it to a table row which is been created dynamically. I get an issue when i create the dropdownlist dynamically and try to call the selectedindexchanged event. Can any one help me in this regard
|
| cannot find the user control with it's ID | 27 Dec 2004 23:05 GMT | 3 |
I have this simple user control having a Datalist with id="MyDataList" in my page but I can't find it using the Page.FindControl() method. So I set the trace mode on and I see it is there but since it is placed under a panel control which automatically has the id "ctrl02" my user ...
|
| LiveSearch/Google Suggest asp.net component | 27 Dec 2004 14:23 GMT | 1 |
Google uses some javascript for their Google Suggest service (http://www.google.com/webhp?complete=1&hl=en). When you type 'whatever', the script (http://www.google.com/ac.js, or, more readable, http://www.romanzieri.com/google_suggest.js) calls
|