CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Hyderabad
    Posts
    76

    Enterprise Template

    Hi all,
    Don't know where to put this query, I could't find any suitable category for this question. This is regarding Enterprise Template in Visual Studio.NET
    I have gone through the walkthroughs on Creating Enterprise Template in Visual Studio Documentation. I was able to create a custom C# class template to add in the "Add New Item" dialog box. I was also able to create a custome Web form Template to add in "Add new Item" dialog box for Web Application projects.

    But when I double click the designer window for the custome web form(i.e. when we switch to the code view from the design view)
    it doesn't show My custom class from which My custome web form should be generated(inherited). How can I create a custom web form that inherits my custom C# class, using enterprise template?

    Thanks and regards
    Ashish Sheth

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    i think in VS.NET you can create web controls.

    Paresh
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured