| Thread | Last Post | Replies |
|
| How do I show a countdown on character length in a TextBox? | 02 Nov 2004 17:04 GMT | 3 |
I've got a text box called txtMessage and a label called lblSize. I've set txtMessage.MaxLength to 160 (yes, this is an SMS application) and I want lblSize to show a countdown as the user types so they know how much space they have left.
|
| Response.Redirect question | 02 Nov 2004 15:00 GMT | 3 |
private void Button1_Click(object sender, System.EventArgs e) { Response.Redirect("regpopup.aspx");
|
| How can I manage a large dropdown list (1000 + items) | 02 Nov 2004 14:52 GMT | 6 |
I have a server control dropdown list on an asp.net page that may contain as many as 1,200 items. The list is databound to a SQL Server stored procedure which actually retrieves the data in a couple of seconds. However, the dropdown list itself takes 20 or more seconds to ...
|
| txtBox.SelectAll() equivalent | 02 Nov 2004 01:55 GMT | 3 |
I have a client VB App and I'm usign this useful function to select the text on the Textbox txtNum.SelectAll() I Also have a Web C# App and I want to use a similar function , but I can't
|
| How do I pass a value in a Hyperlink? | 01 Nov 2004 17:30 GMT | 2 |
I want to pass a SRS report name from the reports page that has a hyperlink for each SRS report in the Sales folder. So far I have the following.... Reports.aspx
|
| checkboxlist data population and validation using javascript | 01 Nov 2004 16:16 GMT | 1 |
i need to populate checkboxlist(3 here) using javascript only(no serverside programming)..........here populate means that they should be checked based on any condition....and also if user does not check any one of them and click a button to submit page to posatback (server) then ...
|
| dynamic server control | 01 Nov 2004 11:50 GMT | 1 |
i have an aspx form for the user to input, and those data will be stored into the database. I would like to build up the form dynamically by using the data in the a database table, named question
|
| RegisterStartupScript cannot work. | 01 Nov 2004 06:42 GMT | 6 |
I am using Visual Web Development Beta 2 from Microsoft. I am trying to pop up a message with text "Are you sure?" with two buttons ( OK and Cancel ) when user click a delete button on my web site. After looking up and down. I found that this site provide the help file which I ...
|
| calendar control questions | 01 Nov 2004 04:01 GMT | 1 |
any help appreciated on the following. 1. I can't get the selected date to be set through code, I need a certain day dynamically based upon parameters to be highlighted (the same way a day gets highlighted if you click on the day yourself), I
|
| image and text | 01 Nov 2004 03:59 GMT | 3 |
I have an image of a light bulb.. I want to write xome text in front of the image... How can I do this?
|