Click here to Skip to main content
15,914,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to set DataSet as DataSource in web app ? Pin
Abhijit Jana1-Jun-09 23:51
professionalAbhijit Jana1-Jun-09 23:51 
GeneralRe: How to set DataSet as DataSource in web app ? Pin
hdv2124-Jun-09 5:48
hdv2124-Jun-09 5:48 
AnswerRe: How to set DataSet as DataSource in web app ? Pin
K03063-Jun-09 20:38
K03063-Jun-09 20:38 
Questiondifference between dates Pin
Mathew P V1-Jun-09 21:05
Mathew P V1-Jun-09 21:05 
AnswerRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 21:12
Colin Angus Mackay1-Jun-09 21:12 
GeneralRe: difference between dates Pin
Mathew P V1-Jun-09 21:20
Mathew P V1-Jun-09 21:20 
GeneralRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 21:33
Colin Angus Mackay1-Jun-09 21:33 
GeneralRe: difference between dates Pin
Mathew P V1-Jun-09 22:30
Mathew P V1-Jun-09 22:30 
GeneralRe: difference between dates Pin
Colin Angus Mackay1-Jun-09 23:20
Colin Angus Mackay1-Jun-09 23:20 
GeneralRe: difference between dates [modified] Pin
Mathew P V1-Jun-09 23:57
Mathew P V1-Jun-09 23:57 
Questionhow to pass parameters to timer handler in asp.net Pin
Arif Liminto1-Jun-09 20:53
professionalArif Liminto1-Jun-09 20:53 
AnswerRe: how to pass parameters to timer handler in asp.net Pin
Colin Angus Mackay1-Jun-09 21:15
Colin Angus Mackay1-Jun-09 21:15 
GeneralRe: how to pass parameters to timer handler in asp.net Pin
Arif Liminto1-Jun-09 21:34
professionalArif Liminto1-Jun-09 21:34 
Question.swf file browser comptbility Pin
azad yadav1-Jun-09 20:50
azad yadav1-Jun-09 20:50 
AnswerRe: .swf file browser comptbility Pin
Christian Graus1-Jun-09 23:05
protectorChristian Graus1-Jun-09 23:05 
Questioncreat a sub grid view in asp.net 2.0 Pin
Mehul_qaz1-Jun-09 20:42
Mehul_qaz1-Jun-09 20:42 
AnswerRe: creat a sub grid view in asp.net 2.0 Pin
Ravi Mori1-Jun-09 20:47
Ravi Mori1-Jun-09 20:47 
QuestionURL Rewriting Pin
Member 32641221-Jun-09 20:39
Member 32641221-Jun-09 20:39 
QuestionAuthorize.net paymenet gate way Pin
rameshdontagani1-Jun-09 18:49
rameshdontagani1-Jun-09 18:49 
AnswerRe: Authorize.net paymenet gate way Pin
Christian Graus1-Jun-09 19:33
protectorChristian Graus1-Jun-09 19:33 
GeneralRe: Authorize.net paymenet gate way Pin
Colin Angus Mackay1-Jun-09 21:10
Colin Angus Mackay1-Jun-09 21:10 
QuestionNeed help to create custom control Pin
Jain Vijay1-Jun-09 18:20
Jain Vijay1-Jun-09 18:20 
AnswerRe: Need help to create custom control Pin
Goalie352-Jun-09 16:34
Goalie352-Jun-09 16:34 
GeneralRe: Need help to create custom control Pin
Jain Vijay2-Jun-09 19:39
Jain Vijay2-Jun-09 19:39 
GeneralRe: Need help to create custom control Pin
Goalie352-Jun-09 19:44
Goalie352-Jun-09 19:44 
That's odd. The link opened for me. I'll just post his article here instead:

Visual Studio 2005 is one the coolest Development Tools available today for developing applications targetting .NET Framework 2.0.

In Visual Studio 2005, there have been a lot of changes, compared to the way Windows Applications and Web Applications were created using Visual Studio .NET 2003 and earlier versions.

For more details, please check my following articles:-

Quick Facts about Visual Studio 2005 - Did you know?

Visual Studio 2005 Web Application Projects and Web Deployment Projects

When developing with Visual Studio 2005, we might have noticed that all the web related templates are moved under "File - New - WebSite" option.

However, creating a Web Control Library is an exception to this. The Web Control Library Template still lies in the "File - New - Project" Option. It is a little suprising and tricky to find the option to create a Web Control Library.

The steps are

1. Click "File" - "New Project" 

2. The "New Project" Dialog opens up with the installed templates

3. Select the preferred language "Visual Basic" or "Visual C#" under "Project Types"

4. Expand the preferred language Node.

5. Select "Windows" under the preferred language Node.

6. The available templates are listed under "Templates"

7. Select the "Web Control Library" and click "Ok" to create a Web Control Library Project.

This might be a little suprising since all the Web related projects are moved under "File - New - Website" option whereas the "Web Control Library" still remains here and particularly under "Windows" option. 


In short, the answer for the question, from my understanding is that, all Project type templates are moved under "File - New - Project" and the Website related ASP.NET Website, ASP.NET WebService are under "File - New - Website" option.

Cheers and Happy Programming !!! 

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.