Answered by:
Trying to create a Web Custom Control Please Help

Question
-
User-562936413 posted
I am trying to create a web custom control but I am unable to find the templete that should be in my projects window. I am using Visual Studio Pro and it should be there. Doc's say standard version doesn't have it but thats all I can find.
Any Idea's anyone
Thanks
Sunday, February 14, 2010 10:23 PM
Answers
-
User-1747586707 posted
1) What version of Visual Studio that you're using?
2) Try to look at File -> New Project -> Visual C# (or Visual Basic) -> Web -> ASP.NET Server Control.
From VS 2008, it's moved under the Web node and called ASP.NET Server Control.
For VS 2005, it's under Windows -> Web Control Library.
Let me know if you still can't find it. Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 17, 2010 7:05 PM
All replies
-
User-1548505211 posted
Did you try this way File - New - Project - Windows - Web Control Library
If it's still not there, refer this http://geekswithblogs.net/ehammersley/archive/2005/11/08/59451.aspx
Monday, February 15, 2010 12:51 AM -
User-16411453 posted
Templates?, there's no templates. You have to start from scratch.
Tuesday, February 16, 2010 10:29 PM -
User-1747586707 posted
1) What version of Visual Studio that you're using?
2) Try to look at File -> New Project -> Visual C# (or Visual Basic) -> Web -> ASP.NET Server Control.
From VS 2008, it's moved under the Web node and called ASP.NET Server Control.
For VS 2005, it's under Windows -> Web Control Library.
Let me know if you still can't find it. Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 17, 2010 7:05 PM -
User-562936413 posted
I am using VS 2008 and I do have a ASP.NET Server Control under the Web Projects List
Thanks
Friday, February 19, 2010 11:34 PM