Click here to Skip to main content
15,913,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DataGridView Pin
minhpc_bk17-Aug-06 15:32
minhpc_bk17-Aug-06 15:32 
QuestionSorting in gridview Pin
san329717-Aug-06 11:27
san329717-Aug-06 11:27 
AnswerRe: Sorting in gridview Pin
Grapes-R-Fun17-Aug-06 11:34
Grapes-R-Fun17-Aug-06 11:34 
AnswerRe: Sorting in gridview Pin
minhpc_bk17-Aug-06 15:35
minhpc_bk17-Aug-06 15:35 
QuestionVS2005 Adding an existing web Pin
Ed K17-Aug-06 10:21
Ed K17-Aug-06 10:21 
AnswerRe: VS2005 Adding an existing web Pin
minhpc_bk17-Aug-06 20:13
minhpc_bk17-Aug-06 20:13 
GeneralRe: VS2005 Adding an existing web Pin
Ed K18-Aug-06 16:42
Ed K18-Aug-06 16:42 
GeneralRe: VS2005 Adding an existing web Pin
minhpc_bk20-Aug-06 20:55
minhpc_bk20-Aug-06 20:55 
Hi there,
Basically, the VS 2003 only allows to create a web project on the IIS, so when you use the VS 2005 to open a 2003 project from VSS, by default it uses the IIS and if it finds out that there is a web site with the similar name which is existing in the current IIS then it suggests a new name by adding the _1 suffix. So here if you are adding a 2003 project, say MyWebApp, then you might want to check if you have this name MyWebApp already in your IIS or not. Also, there are a couple of work-around options that you might want to consider:

+ If you want to add an existing web project from VSS in the VS 2005( use the menu item File/Source Control ), you can create an empty web site in the IIS with the existing name (you can choose whatever location you like for this web site), then you can add it.

+ You can use VSS client to get all source code from VSS to a specified location, then you can configure a virtual directory for this folder in IIS. And in VS 2005, you can add an existing web site from the menu item File|Add, if you don't want to use IIS, then you don't need to confifure the virtual directory, instead you can choose the File System in the Add Existing Web Site dialog box.
QuestionHow to detect design time Pin
matthias s.17-Aug-06 10:16
matthias s.17-Aug-06 10:16 
AnswerRe: How to detect design time Pin
minhpc_bk17-Aug-06 15:25
minhpc_bk17-Aug-06 15:25 
GeneralRe: How to detect design time Pin
matthias s.17-Aug-06 23:18
matthias s.17-Aug-06 23:18 
GeneralRe: How to detect design time Pin
minhpc_bk18-Aug-06 0:22
minhpc_bk18-Aug-06 0:22 
QuestionPageIndex change gives error from 2nd to 1st page Pin
bubberz17-Aug-06 10:10
bubberz17-Aug-06 10:10 
AnswerRe: PageIndex change gives error from 2nd to 1st page Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: PageIndex change gives error from 2nd to 1st page Pin
bubberz18-Aug-06 16:32
bubberz18-Aug-06 16:32 
QuestionSecurity using Sessions Pin
Armando_Ramirez17-Aug-06 9:14
Armando_Ramirez17-Aug-06 9:14 
QuestionProblem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 7:51
Rookie17-Aug-06 7:51 
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa17-Aug-06 12:02
Guffa17-Aug-06 12:02 
GeneralRe: Problem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 14:19
Rookie17-Aug-06 14:19 
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa18-Aug-06 0:28
Guffa18-Aug-06 0:28 
Questioniframe -- URGENT Pin
lehya17-Aug-06 7:26
lehya17-Aug-06 7:26 
AnswerRe: iframe -- URGENT Pin
Grapes-R-Fun17-Aug-06 11:29
Grapes-R-Fun17-Aug-06 11:29 
AnswerRe: iframe -- URGENT Pin
Guffa17-Aug-06 12:26
Guffa17-Aug-06 12:26 
Questionsugest datagrid delete codeing [modified] Pin
omi9817-Aug-06 5:39
omi9817-Aug-06 5:39 
AnswerRe: sugest datagrid delete codeing Pin
minhpc_bk17-Aug-06 20:14
minhpc_bk17-Aug-06 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.