Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > february 2008 > threads for sunday february 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

Form ids in a content placeholder
Posted by Bob at 2/24/2008 11:54:46 PM
I am trying to obtain values of a submitted form when the form is inside a content placeholder via a master page. For example: <asp:content contentplaceholderid="contentMain" runat="server"> ... <asp:TextBox runat="server" id="FirstAndLastName"></asp:TextBox> ... However,...more >>


Bug In VS2008
Posted by Lars at 2/24/2008 11:29:29 PM
Hi I fear that I have stumbled on to a bug in VS2008. I have controlls added to a page that is within a MasterPage and when I try to access the controls from the .cs file the compiler doesn't recognize the control members. I have this in my aspx file. <asp:LoginView ID="lvMP3URL" runat=...more >>

Simple beginner's question
Posted by Jack at 2/24/2008 9:15:36 PM
Hi there, I'm a very experienced C++ developer but a relative newcomer to web development and a raw neophyte in the ASP.NET arena. I have a very simple scenario that hopefully someone can help me with. I have a 3rd-party HTML form with a single (submit) button and a number of (static) hidde...more >>

Riddle me this....
Posted by jim at 2/24/2008 9:05:57 PM
I have been tasked with the upkeep of several (as many as 60) websites for a small franchise. Each store has it's own domain currently hosted at it's own web host. Each store's website is drastically different from every other. They'd like a unified face on the franchises - which makes pe...more >>

Highlighting he current page
Posted by jonefer at 2/24/2008 6:42:02 PM
I've read several examples of how to create CSS to highlight the current page- particularly the following example: <ul id="navlist"> <li><a href="index.html" id="homenav">Home</a></li> <li><a href="products.html" id="prodnav">Products</a></li> <li><a href="faq.html" id="faqnav">FAQ</a></li...more >>

Property missing value
Posted by shapper at 2/24/2008 6:30:59 PM
Hello, I have a control with the following property: Private _Sections As New List(Of FormSection) Public Property Sections() As List(Of FormSection) Get If _Sections Is Nothing Then _Sections = New List(Of FormSection) End If Return _Secti...more >>

What is the "Application Event Log"?
Posted by TC at 2/24/2008 2:17:16 PM
I installed an ASP.NET application on my web server, but it doesn't work. When I browse to a page, I get an error message. The message doesn't say much, but it does tell me: An error message detailing the cause of this specific request failure can be found in the application event log of the w...more >>

Transfer data from and to asp.net pages
Posted by Hans at 2/24/2008 1:18:54 PM
hello folks, I'm migrating a windows form app to a web application and i need to transfer some data to a target page and from the target page back to the source. ie. I have a web page call editor.aspx and another call open.aspx I need to do something like this from the Editor.aspx page ...more >>



VS2008/AJAX/3.5 Problem
Posted by GaryDean at 2/24/2008 12:46:00 PM
I'm using the released version of VS2008 running alongside VS2005 on my server2003 machine. I have a new 3.5 website in VS2008 using the ajax toolkit 3.5. I am getting the following error: Compiler Error Message: CS0433: The type 'System.Web.UI.ScriptManager' exists in both 'c:\WINDOW...more >>

ASP.net Redirect to Old ASP
Posted by MarkR at 2/24/2008 12:17:01 PM
I have somewhat older ASP application that is running on a client's web server and is in the process of being written as .net. However, in the meantime, due to the authentication interface that the client has in place we were forced to create one ASP.net web page that interfaces to this aut...more >>

expert in dot net by listening radio?
Posted by ChandraShekar at 2/24/2008 2:19:42 AM
hey i found this very intresting www.dotnetradio.info Its real good one for dotnet beginners....more >>


DevelopmentNow Blog