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 > march 2006 > threads for sunday march 5

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

Page_Load is skipped
Posted by Franz at 3/5/2006 11:17:06 PM
Hi, I have a page for sign out. In this sign out page, it calls Session.Abandon to remove the session. Then I inputs the URL of any protected page. I have placed some security checking code in the Page_Load. Since the Session is abandoned, any invalid access will redirect to the error pa...more >>


Question about javascript -> onblur='self.focus'
Posted by joe at 3/5/2006 11:16:26 PM
Question about javascript -> onblur='self.focus' I use the method <body onblur='self.focus'> to keep the child browser always on the top , it success, but the textbox inside the child browser can not type anything, why...more >>

Use of aspx with IIS 5.1 and error with showing in browser
Posted by Hugo Lefèvre at 3/5/2006 10:34:58 PM
Dear, I have made an aspx page and I want to start it via explorer to see how it looks in my browser. But when I click at it I receive the next error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button...more >>

Microsoft Expression - Your Thoughts?
Posted by VB Programmer at 3/5/2006 9:06:07 PM
First time I've heard of it... http://www.microsoft.com/products/expression/en/default.mspx Will this be a replacement for VS.NET or Frontpage? How does this technology fit in? Is the Graphic Designer supposed to compete with Fireworks, Photoshop, etc...? Do you know if MSDN subscri...more >>

Server Extensions were unable to access the file "frontpg.lck"
Posted by Terry Olsen at 3/5/2006 8:34:23 PM
I'm hoping someone can help me here. When trying to create a new web site with Visual Studio 2005, I choose HTTP and enter the url I want to create (http://MyWebServer/MyWebSite). But I get the following error: Unable to create the web 'http://MyWebServer/MyWebSite'. Server error: the se...more >>

Creating my own label control
Posted by Thom Anderson at 3/5/2006 8:26:42 PM
I need to enhance the label control by adding a small icon to the right that when clicked will run something for the user. How do I do this? I want the icon to have a mouse over (tool tip), a click event, some properties that I set in code, etc. Can someone tell me how to do this? ...more >>

Post process an ASP.NET page
Posted by Yourself at 3/5/2006 7:29:38 PM
Is there anyway of processing an ASP.NET page after the code behind has run, but before it's presented as HTML? What I'm trying to do is alter some of the markup that a content management system produces, and I don't have access to the source code to recompile any of the code behind stuff. ...more >>

Some form of global exception handling?
Posted by Tarun Mistry at 3/5/2006 6:58:25 PM
Hi everyone, hopefully a simple question. I have an asp.net application which currently does not have any Exception Handling, what would be the easiest way to encapsulate the application such that on an error i could display a simple error without having to go through the entire application...more >>



autopostback vs submit?
Posted by Dabbler at 3/5/2006 5:57:13 PM
How do I tell wether I'm seeing autopostback vs submit button click in Page_load? Thanks for any clues. ...more >>

Embed Windows Media Player into a web page...?
Posted by benmourra NO[at]SPAM hotmail.com at 3/5/2006 4:17:03 PM
Hi all, I'm trying to create a web page using VS2005, ASP.NET 2.0, that will allow me to choose from a list of media files on my computer and then play my selection within an embedded Windows Media Player on the page. I've been able to eventually find out how to embed the player into the pa...more >>

Is this a managed post?
Posted by David Thielen at 3/5/2006 3:16:28 PM
Hi; Something got screwed up with my email on these posts and they weren't being marked as managed newsgroup supported questions. Is this question marked as one from an MSDN member posting to a managed newsgroup to be answered by MS support? -- thanks - dave david_at_windward_dot_net...more >>

problem connecting to remote server with SqlDataSource
Posted by Dabbler at 3/5/2006 2:46:31 PM
I'm trying to use SqlDataSource to connect to a remote SQL Server 2005 (virtual shared hosting e.g. TCP/IP). I keep getting the following error: provider: Named Pipes Provider, error: 40 - Could not open a connection I don't know why my sql client is using named pipes, it should be using TCP...more >>

How does ConfigurationManager.AppSettings.Set stores values?
Posted by natasha at 3/5/2006 1:22:26 PM
Hello everybody, you can use ConfigurationManager.AppSettings.Set method (ConfigurationManager is in System.Web.Configuration namespace) to store a modified value from web.config. To be practical, you define a custom key in web.config: <appSettings> <add key="ReportButtonClick" value="0" /> ...more >>

Business Layer, Data Layer, Speed Issues, Classes, and all that
Posted by et at 3/5/2006 1:05:59 PM
In my asp.net 1 program, I have a business layer, which lays out all my business rules, and of course communicates with the data layer, which accesses a sql database and returns data. No problems. My program, however, is quite slow, and am wondering about instantiating the datalayer class ...more >>

SharpDevelop question:
Posted by Scott at 3/5/2006 12:35:50 PM
How do I get to the familiar (for me at least) Form GUI in #D? The basic Form development grid, with the orthogonal snap-to dots laid out onscreen? The one where I can then turn around and pull button controls and check boxes onto it? All I see is code windows. While we're on the subject, ...more >>

image mouseover
Posted by Progman at 3/5/2006 12:21:36 PM
tell me how do you change an image from another when the mouse is over using asp.net please past some code ...more >>

using a variable to represent a textboxname
Posted by TB at 3/5/2006 11:26:39 AM
Hi All: Is it possible to to use a variable to represent a textboxname? As I have a form with a lot of similarly named textboxes to be populated by similarly named colums from a table, I would like to do something like this (pseudocode): dim i as integer for i = 0 to 10 txtbox(i)...more >>

How to setup IIS 5 with ASP.NET?
Posted by n.bonniot NO[at]SPAM ecole-debroglie.fr at 3/5/2006 10:59:58 AM
Hi everybody, I develop a Web site with Microsoft Visual Studio 2005 (ASP.NT technology, the langage for code-behind is VB.NET) and I would like to deploy it on IIS5 (Win200 Pro). On Visual Studio install, .NET framework 1.1 and 2.0 has been installed too. When...more >>

Search button to filter a DataGrid
Posted by thebison at 3/5/2006 6:47:20 AM
Hi all, I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE. I have a 'View Resources' page, the purpose of which is to show all...more >>

HTTP_X_REWRITE_URL
Posted by Peter Afonin at 3/5/2006 12:52:42 AM
Hello, I'm hosting my web sites on Windows server 2003. For some reason it doesn't have server variable HTTP_X_REWRITE_URL enabled, which is causing problems with some ASP.NET applications. How to add it or turn it on? I would appreciate your help. Thank you, -- Peter Afonin ...more >>

SqlSiteMapProvider
Posted by SteveL at 3/5/2006 12:00:00 AM
Hi, I'm using the SqlSiteMapProvider to get my site map from sql 2005 rather than the default web.sitemap xml file. I understand that in order to do a cache dependency on my tables I need to ensure that the asp.net worker process has dbo rights on my database, which I don't want to do. Ther...more >>


DevelopmentNow Blog