| Thread | Last Post | Replies |
|
| StringBuilder and objMail | 27 Jan 2007 16:11 GMT | 10 |
I am new to ASP.NET so please be gentle :-) I am trying to build an text (not HTML) email. I am putting together the string that will be the body of the email but the formatting keeps getting messed up. See code below.
|
| Forget password not working with membership? | 27 Jan 2007 16:03 GMT | 2 |
I'm using ASP.NET 2.0 with roles/memberships. I have one page with these controls: - Login - PasswordRecovery
|
| object reference not set to an instance of an object | 27 Jan 2007 15:18 GMT | 7 |
Very new to asp.net. Using VStudio 2005 on an XP Pro machine. Using Cassini to view. I see this error discussed all over the net but don't seem to find a way to resolve my particular grief -- which I am sure is not unique. Here are my
|
| executionTimout and responseDeadlockInterval | 27 Jan 2007 15:14 GMT | 2 |
I would like for a user to upload files up to 3MB in length (this includes dial-up users too). This probably means that I should increase the value of executionTimeout for the httpruntime. Would a value of 600 (6 minutes)
|
| Opening a chm file from the web application | 27 Jan 2007 14:48 GMT | 1 |
I have a web application in which I have to open a "chm" file that exists on the local file system. I am able to open other files such as PDF, DOC files by writing the Response's output stream. But I do not exactly know the Response.ContentType for chm files.
|
| web services | 27 Jan 2007 10:23 GMT | 4 |
Could someone give this newbie to .net a few good business examples of when to choose to use XML Web Services over ASP.net web pages. I don't need code, just examples of when to think of using it. Thanks! Dav
|
| Highlighting selected level 1 and level 2 menu items | 27 Jan 2007 09:47 GMT | 1 |
I'm using two menu controls. One is displayed at the top of the page. The other menu is displayed on the left side using a single site map. The top menu is for displaying level 1. The left menu is for displaying level 2. These are all displaying just fine. That is when a menu ...
|
| child menus orientation | 27 Jan 2007 05:31 GMT | 1 |
with the asp menu control -- is it possible to make the child menu orientation horizontal? I am trying to duplicate what is happening on this page: http://archives.drexelmed.edu/womanmd/home.php
|
| Deployment of ASP.NET AJAX solutions | 27 Jan 2007 02:31 GMT | 2 |
I want to get into ASP.NET with the AJAX toolkit, but am worried about finding an appropriate provider to host my site. What are the minimum requirements for the web server ?
|
| ,net | 27 Jan 2007 01:51 GMT | 3 |
IUNKNOWN INTERFACE IN COM
|
| suggestion for improvement | 27 Jan 2007 01:47 GMT | 1 |
hey all, in regards to the visual studio code editor (for any language), and in additon to auto outlining it would be nice if we could hide our own lines of code at the same time.
|
| Web.Config File - logging custom events in SQL Server. | 27 Jan 2007 00:42 GMT | 1 |
I am trying to log events to SQL Server instead of the computers event log, but, although I get no errors, I have no luck. The webevents_events table is empty. I have a custom event that I am raising (passwordchange), and can see it beign raised
|
| ReDeploying ASP.Net Applications | 26 Jan 2007 22:24 GMT | 2 |
I'm using VS 2003 and I heard that you can make changes to your web application without disrupting any users using the application. Is this true? An article from MSDN seems to say that...or am I not understanding it? What I am trying to figure out is, what is the best way to get ...
|
| POSTing to ASP.NET through C# | 26 Jan 2007 22:21 GMT | 1 |
Hello, all. What is the best way to post a form on a aspx page programmatically through C#? I'm trying to automate getting car values from Kelley Blue Book (http://www.kbb.com/kbb/UsedCars/default.aspx) through a command
|
| Event handlers and dynamically created controls | 26 Jan 2007 20:31 GMT | 2 |
I have created a method that dynamically creates a single button control (as a proof-of-concept, I would like to be able to create multiple buttons). I set properties on this control including an event handler for the click event. The problem is that when I click the button on ...
|