Create designer.cs file programmatically

Posted by Dinesh on Stack Overflow See other posts from Stack Overflow or by Dinesh
Published on 2010-06-02T12:01:27Z Indexed on 2010/06/02 12:03 UTC
Read the original article Hit count: 376

Filed under:
|
|

Hi All, Can somebody tell me how to create designer.cs file by using .net code. Basically what i want to do here is that i have a bunch of aspx and ascx files created by previous versions of vs.net that lacks designer files and now i want to create designer files for those. I can generate empty designer files but what i want is that my code should generate the designer file so that i can remove the extra code from cs files. Any help will be highly appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET