Groups | Blog | Home


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 > january 2008 > threads for tuesday january 1

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 30 31

Inserting Page Title in HTML Automatically
Posted by Jonathan Wood at 1/1/2008 6:29:23 PM
I'd like to have a page's title appear within the page (ideally, by inserting something in a master page). I tried the following: xxx <%# Page.Title %> xxx I tried this in both a content page and a master page. It compiles without error but, in both cases, the two "xxx" showed up with o...more >>


Is that possible to convert an Exception object to SMTPException object?
Posted by JoeP at 1/1/2008 5:32:53 PM
Hi All, Is that possible to convert an Exception object to SMTPException object. I tried CType() and it did not work! Thanks, Joe ...more >>

accessing a registered startup script in c# code
Posted by Andy B at 1/1/2008 2:49:38 PM
I have this code in one of my methods: ClientScript.RegisterStartupScript(GetType(), "AddNews", "alert('Sorry! For some reason, the news article couldn't be added. Try again later...');", true); After it is registered, I will now need to make this script run. How do you do that? ...more >>

custom database insert method - how to use it with popups?
Posted by Andy B at 1/1/2008 1:38:27 PM
I have the following method in C#: public bool AddNews(DateTime Date, String subjectm, String Body) { NewsDataSet.NewsArticlesDataTable NewsArticles = new NewsDataSet.NewsArticlesDataTable(); NewsDataSet.NewsArticlesRow NewsArticle = NewsArticles.NewNewsArticlesRow(); NewsArticle.Date=...more >>

IDE and folders
Posted by DLI at 1/1/2008 12:32:41 PM
We have a web app developed in Visual Studio 2003 v 7.1.3 using Framework 1.1.4 When running the project in the IDE on a shared development server running Windows 2003 and IIS 6.0 or my local machine which is XP and IIS 5.1, I have the following problem: Since we are developing multipl...more >>

Where is HTML Tidy
Posted by Academia at 1/1/2008 6:12:39 AM
I have a 2004 version of HTML Tidy for windows. I tried to find out if there is a new version of it and went to Source Forge but couldn't figure out that site. Do you know if there is a newer version and where it can be obtained from? Thanks Or maybe there is another free program tha...more >>



DevelopmentNow Blog