| Thread | Last Post | Replies |
|
| AddHandler not working | 03 Oct 2007 12:00 GMT | 15 |
I have a section of my code that dynamically creates LinkButtons to allow the user to go to the page containing a question they have not answered. The code that creates the LinkButton is called, as well as the AddHandler line (I ran a Debug and saw that it executes this code, and ...
|
| Simple Convert String to Decimal with 2 places to the right. | 03 Oct 2007 11:41 GMT | 2 |
Newbie learning VB.Net. I have a simple DataReader and I can grab the info. The data is in numeric format like 123.99 and I want a TextBox to just display it just like that. When I use the code below, I get 123.9900 and I don't know how to get rid of
|
| SMTP Email Not Working from Application_Error handler in ASP.NET 2 | 03 Oct 2007 09:57 GMT | 7 |
I have an ASP.NET 2.0 Web Application. I am trying to send an email to myself from Global.asax in the Application_Error event handler. I have been able to successfully send emails from the rest of the application using the exact same logic. For some reason, it does not work in ...
|
| Locking a SQL Server Record from ASP + Batch Transactions | 03 Oct 2007 09:38 GMT | 3 |
How do you lock a record in SQL Server from ASP 2? I need to read the record, allow the user to edit it, and then have them click Save and rewrite it. Obviously I don't want anyone else getting into this record while the user has it up. I don't see how to have SQL Server lock ...
|
| Dynamic inputs with ASP.NET | 03 Oct 2007 09:36 GMT | 1 |
I am trying to build a web interface for a CRM demo I am working on, and one of the questions on the registration form is "How many children do you have?" and then I want the user to be able to enter info for each child. So I'd like the page to function such that if the user ...
|
| Looping through hashtable and comparing values | 03 Oct 2007 08:53 GMT | 17 |
I'm creating a hashtable of a list of users in AD. The keys are UserID and Password. I want to loop through the table to compare the userID and password with values that a user has entered. Ideally I'd want to run through the records until I find one that matches with the entered ...
|
| hot to this? | 03 Oct 2007 08:30 GMT | 7 |
I have a layer at the top of a page, and i wish to show something like this: Today is "Day", "Month" "Year", and the exact hour is "hh" "mm" "ss" Any idea how to do that? I working with C# - ASP 2.0
|
| Managing editboxes and labels... | 03 Oct 2007 04:31 GMT | 4 |
I am working on a project which requires converting an existing VB application into web based application.The web application consists following , 1. Tab control on the left side containing 4 tabs and each tab
|
| Autopostback field with a check. | 03 Oct 2007 03:53 GMT | 2 |
I have a page where there's some math being done between a couple of fields. They are autopostback so essentially it won't let them go on if certain conditions aren't met. If the person tabs out of one of the fields I do the checks and if they pass I move to the next field. But ...
|
| Loading custom user controls into asp.net 2.0 wizard help | 03 Oct 2007 01:11 GMT | 1 |
I am using the asp.net 2.0 wizard with 5 steps and would like to do the following: Load a different .ascx (control) into each of the 5 steps I can load them fine but I notice that every time I navigate between steps,
|
| Escaping the & in Attributes.Add() | 02 Oct 2007 23:41 GMT | 3 |
I am adding an onmouseover attribute using the Attributes.Add() method, and the String I am using for the value contains the & character. However, when rendered the & is converted to the HTML representation of & which causes my JavaScript not to work. What can I do to prevent ...
|
| ASP.NET Web Site Administration tool from Visual Web Developer 2005 Express Edition | 02 Oct 2007 23:06 GMT | 4 |
I'm truly desperate on this one, I've searched as much as I can but I think I'm just doing something fundamentaly wrong. I open the ASP.NET Web Site Administration tool from within Visual Web Developer 2005 Express Edition, on the main menu, click Web Site and
|
| Focus/selection on RadioButton or RadioButtonList after postback | 02 Oct 2007 22:51 GMT | 1 |
I have a textbox that fires an autopostback when filled in. The next field after the textbox is a RadioButtonList which I set focus to. The radiobutton list does have focus and activates when you hit the spacebar, but the little selection box does not appear around the
|
| Force a link to download instead of open in IE | 02 Oct 2007 22:45 GMT | 6 |
Is there a way to have a link in IE that will automatically run the saveas command instead of trying to open the file? TIA - Jeff.
|
| Converstion from 1.1 to .net 2.0 | 02 Oct 2007 20:14 GMT | 1 |
I am converting the application from 1.1 to 2.0. I used VS2005 wizard, but when I try to run the app, I get this error. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with
|