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 > october 2006 > threads for sunday october 29

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

How to publish documents on web page
Posted by Helpneeded at 10/29/2006 9:03:41 PM
On my web site, I want to display information about my company. I want this info to come from a doc file or any other format, so that whenever I change the contents of this file, the web site is automatically updated. Is there a "cool" way of doing this in asp.net or any other technology? B...more >>


ViewState briefly showing
Posted by Amelyan at 10/29/2006 5:01:04 PM
A weird problem is happening every 1/500 times page is used. When page posts back, it briefly shows ViewState in the browser just like it appears when you do "view source", then shows the original contents of the page before button on the page has been clicked. This happens on Windows XP P...more >>

How to handle menu post back with master page?
Posted by tomix at 10/29/2006 12:27:02 PM
Hi, I have a master page which contains a menu,i would like to handle post back In the content pages(MenuItemClick event) I tried to do the following in the content page BaseLayout master = this.Master as BaseLayout; master.MainMenu.MenuItemClick += new MenuEventHandler(MainMenu_Me...more >>

Refreshing SqlDataSource on page roundtrip?
Posted by Asaf at 10/29/2006 11:23:01 AM
Hi, I have SqlDataSource control that makes a "select count" to show how many rows there are in a Table and it is working fine on first page load. The problem is that when I am inserting a new row to the database table at the same ASPX page the rows count from the SqlDataSource remain the sa...more >>

Testing Emailpage not possible
Posted by Ruud Ortmans at 10/29/2006 11:09:01 AM
Hi, I developed an "Contact Us" - page with VS 2005 and ASP.NET 2.0. By clicking the send button the following code is executed: Configuration config = WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath); MailMessage mailBericht = new MailMessage(txtbxEmailadr...more >>

Server Application Unavailable
Posted by Ashutosh at 10/29/2006 8:44:34 AM
Hello All, This might be seen as a common question from newbie. I am a newbie to ..NET Framework but I think my issue is very complicated. I have tried to explain at best but if you have any more questions please dont hesistate to ask. I have an existing classic asp application (http://localhos...more >>

Creating new database 'Views' in Server Explorer
Posted by Seven at 10/29/2006 7:17:02 AM
Hi, When I right-click the View Node of a database connection (in server explorer), I only get the 2 choices: "Refresh" and "Properties". Therefore I was wondering how can I set up Visual Studio to allow me to add and setup new "Views" in a database? I don't know if it is something I need ...more >>

Question on Existing ASP.NET 2.0 Code
Posted by Anthony Bollinger at 10/29/2006 6:48:25 AM
I have taken over an existing ASP.NET project. The entire site is functional and working. When I FTP into the site, I can see all of the ..aspx files, but cannot see any of the .aspx.vb files. Here is a header from one of the files: <%@ Page Language="vb" AutoEventWireup="false" Codebehi...more >>



Getting the physical path of network drive.
Posted by rony_16 at 10/29/2006 1:59:19 AM
Hi , I am writing a program that part of than program if to add a new network drive to the user. The adding part i know how to do (by win api "WNetAddConnection2A") but i want to check first if this path (network path) exist of his computer, if it does , what is the drive name. to do this i ne...more >>


DevelopmentNow Blog