Top "Asp.net-3.5" questions

asp.

ASP.NET MVC Master Pages

What's the difference between the ASP.NET Master Page, and the MVC Master Page? And the AJAX Master Page for …

asp.net-mvc master-pages asp.net-3.5
CS0103: The name 'Encoding' does not exist in the current context

I have a webapplication running on framework 3.5 and is installed on multiple clients, working perfectly. Except this one client... where …

asp.net asp.net-3.5
Asp.net checkbox and html data attribute

In asp.net, if you use a custom attribute, usually it is rendered as-is. Considering this markup (note: attributes such …

asp.net asp.net-3.5 asp.net-4.0
The type or namespace name UpdatePanel does not exist in the namespace System.Web.UI

I'm working on a website built by another developer that targets ASP.NET 3.5. I'm trying to add an update panel …

visual-studio-2010 asp.net-ajax updatepanel asp.net-3.5
log4net - Appenders not working in IIS7.5

I am able to write to a log file using log4net and Cassini/IIS dev server, but when I …

visual-studio-2008 iis windows-7 asp.net-3.5 log4net
Get values of all checkboxes in repeater

When the user clicks a "Save Changes" button, I need to get the values of all the checkboxes inside a …

checkbox foreach repeater asp.net-3.5
Making user login persistant with ASP .Net Membership

I have a website that is built in ASP.NET 3.5 & SQL Server 2005, using the sql membership provider, and presumably …

asp.net asp.net-membership asp.net-3.5 sqlmembershipprovider
None of my "code behind" code is being called

I have just created an ASP.NET C# project and a virtual directory for it in IIS in (as far …

c# asp.net iis asp.net-3.5
T-SQL - Return custom error message and end query

I have a lengthy stored procedure in which I would like to do something like the following: IF @SubPageDirectory IS …

sql-server-2005 tsql asp.net-3.5 raiserror
Forcing ASP.Net to use TCP/IP to connect to SQL Server instead of named pipes

How can I force my ASP.Net application to connect to a SQL Server using TCP/IP, not Named Pipes? …

sql-server-2008 asp.net-3.5