| Thread | Last Post | Replies |
|
| Which Character Set to Specify (UTF-8 or ISO-8859-1) in ASP.NET Pages? | 25 Jun 2008 15:37 GMT | 13 |
I have observed that there are a couple of character sets that are frequently specified in the meta tags. From my cursory review of public Web sites, it appears that the character set is either UTF-8 or ISO-8859-1 I am wondering what is the importance of this meta tag, and what ...
|
| crappy html | 25 Jun 2008 14:57 GMT | 3 |
<label for="Email" onclick=""> <asp:Label ID="Label6" runat="server" Text="Label" /> <asp:TextBox ID="Email" runat="server" /> </label>
|
| Big picture question - Web sites vs Web Applications | 25 Jun 2008 14:32 GMT | 7 |
I did my MCAD sometime ago in 1.1, using the 305 manual. I've since moved up to VS 2005. I've created perhaps a half dozen Dot Net 2.0 web applications. (Click on the Create Project link within Recent Projects and Asp.Net Web Applications.) Now I find out that my co-worker ...
|
| HTTPWebRequest - Programatically Uploading Text File with POST | 25 Jun 2008 13:46 GMT | 3 |
I need to programatically upload a text file to a web server using the HTTPWebRequest object within .Net 2.0. So far, I have determined that: - I need a HTTP content-type of "multipart/form-data".
|
| Retrieve value of an asptextbox | 25 Jun 2008 13:39 GMT | 4 |
I am using Web Developer Express 2005. I created a little form to add some content to a database. I keep the formview default mode in the insert mode. The values are being added to the database fine. How do I retrieve a value of one of the textboxes and assign it to a
|
| How to call a WCF service | 25 Jun 2008 10:30 GMT | 3 |
I have a WCF service project in my solution. I need to call one of the services from a web application from inside the same solution. How do I do something like this? I can't seem to find the class that has the methods I need in it. This is after I added the web reference.
|
| How to communicate between users controls in web form? | 25 Jun 2008 09:11 GMT | 6 |
How to pass messages through events from a user control to its containing page, or to another user control? Is there any recommended way? Thanks very much.
|
| Need help with regex expression | 25 Jun 2008 09:04 GMT | 7 |
I'm not very good with writing regular expressions and need some help with this one. I need to validate an email address which has the full name of the person appended to the beginning of it. Here is an example of what I’m trying to validate.
|
| How to know pervious page | 25 Jun 2008 08:40 GMT | 5 |
How can I capture the address that the user just came from. I wish to deploy a web-app page for access by different customers. In order to have it appear integrated I want to be able to provide them a link back to where they came from.
|
| serialize wddx data in asp.net | 25 Jun 2008 08:34 GMT | 4 |
I am consuming Cold fusion web service in asp.net (VB) application. My problem is: I am not able parse the data. The web service returns: <wddxPacket version=’1.0’><header></header><data><recordset
|
| asp.net. Version query | 25 Jun 2008 07:16 GMT | 1 |
I have a few questions regarding Visual Studio Pro Academic 2003. Which version of ASP.NET does Visual Studio 2003 use: Is it version 1.0 or Version 2.0 ? If it uses version 1.0 then, is there an upgrade to version 2.0 or
|
| Multiple partial classes for an aspx page | 25 Jun 2008 06:42 GMT | 1 |
I have been working on a transformation project in VB.Net 2.0. I have to reuse existing code, in the existing code UI and BL are being written at one place. I have been working in WebSite type of project, I need something similar to this:
|
| Is this an Ajax error? | 25 Jun 2008 06:22 GMT | 1 |
I added HoverMenu functionality from the Ajax Control Toolkit to my app and it works fine in most cases, but for certain fuctions I get the following 2 errors. Can someone tell me what might cause these errors and suggest a way to fix them?
|
| "System.Diagnostics.Debug.WriteLine" Doesn't work unde r IIS7? | 25 Jun 2008 05:16 GMT | 1 |
I am using Sysinternal's DebugView tool to watch debug messages. When I run my website under visual studio development server, I can see all Debug.WriteLine messages. As soon as I modify the setting and run the application under IIS7, there are no debug messages!
|
| NetworkService Account alternative | 25 Jun 2008 03:22 GMT | 2 |
I want my ASP.NET application connects to a SQL Server through windows authentication. To do this, I assume that my application pool should be under a windows identity instead of NetworkService. (right?)
|