| Thread | Last Post | Replies |
|
| Having trouble with Environment.NewLine in email body | 25 Sep 2006 18:55 GMT | 2 |
I've been trying all morning to find a way that will let me add new lines to a string that will form the body of an email. The problem is that some lines are not appearing as new line, but rather are being appended to existing lines. Here's my (cut down) code:
|
| Authentication in ASP.NET 2.0 | 25 Sep 2006 17:37 GMT | 2 |
I'm just reading about the new authentication features and authentication controls in Visual Studio 2005. Seems to be very nice, but one thing is not quite clear to me. It says that all user data is stored in the ASPNETDB.MDF file in the
|
| How do I configure IIS for the following? | 25 Sep 2006 17:21 GMT | 4 |
How do I configure IIS for the following. I have a directory called base and then several directories at the next level down corresponding to versions of my ASP app. I.e.
|
| Running a 1.1 app under a 2.0 root web.... | 25 Sep 2006 17:16 GMT | 6 |
I started to struggle with this recently. We have already crossed the inheritance issue with root web's/assemblies and so on from the web.config (ie we are using the remove assembly attribute in sub webs). Anyway, we have upgraded our main root site to .net 2.0. We have a few ...
|
| VS2005, Web Site and build error | 25 Sep 2006 17:08 GMT | 1 |
I'm using VS2005 with - a web site in asp.net - a class library I call from the site some methods into the class library.
|
| Select Statement with Parameters | 25 Sep 2006 15:29 GMT | 10 |
The following code returns no results. Removing the quotes from the question mark yields the following error: Incorrect syntax near '?'. Replacing the question mark with William does give results. Please help!!
|
| Calling server site script from Javascript using ATLAS | 25 Sep 2006 15:29 GMT | 4 |
I'm new to Atlas and I did some programming using AJAX, but I'm wondering if it is possible to hava a javascript which can call a server-site function, in my case to write data to the cache, using AJAX. So I'm not looking for a possibility to wrap-up controls, but
|
| aligning objects in Visual Studio 2005 | 25 Sep 2006 15:26 GMT | 2 |
I have two <DIV> areas side by side of different sizes. I've tried lining them up so that both bottoms are on the same line, but when I render the page they are not. Outside of putting these in a table, how can I line them up .. is there feature in VS?
|
| how to disable elements in div in mozilla | 25 Sep 2006 14:29 GMT | 1 |
I am using a radioButtonList insisde a div. Now, on clcick of a button i want to disable the radiobuttonList. When i say document.getElementById('divsama').disabled=true;
|
| How to assign csssytle attribute to html elements through code? | 25 Sep 2006 14:22 GMT | 2 |
How to programatically add cssStyle property to HtmlTableCell (or any other control)? I need to create and populate HtmlTableCell at run-time (because some requirements need to be met for the cell to be displayed) and I can't use System.Web.UI.WebControls.TableCell instead ...
|
| Downloading multiple files | 25 Sep 2006 13:30 GMT | 1 |
I would like to download multiple files with one click in a web form link, I know how to download a single file, and I think that a solution is to zip all the files in an archive, and then downloading it,
|
| Atlas build error on server | 25 Sep 2006 13:28 GMT | 9 |
I installed atlas on my dev machine and everything works great. When I try to get it working on the server, I get this error when building the page: "Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, ...
|
| IIS 5.0 | 25 Sep 2006 13:26 GMT | 1 |
This is my second post for the day. I have a web application migrated from VS2003 to VS2005.This application is working fine with IIS5.1 version, please let me know , will there be any problem with IIS 5.0 ?
|
| growing <div> | 25 Sep 2006 13:10 GMT | 1 |
Two <div> areas side by side. When one grows downward, I'd like the other to do so as well. Any way to do this?l I tried nesting, but no success. I'm using them to contain contentplaceholders (ala masterpages).
|
| Prepare IIS for .NET Framework 2.0 | 25 Sep 2006 12:50 GMT | 3 |
Prepare IIS for .NET Framework 2.0 I am running IIS 6.0 on a Windows 2003 Server. How do I prepare my server to meet the requirements for running applications on .NET Framework 2.0 TIRislaa
|