Results 1 to 4 of 4

Thread: resx file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    77

    resx file

    In VS.NET I always see resx file behind every aspx. Is it compulsory necessary...if so how can I modify it....For example..if I want to create sample.aspx and sample.vb dynamically, how about sample.resx file....can anybody let me know..

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    I would've thought that if you wanted to generate asp.net pages dynamically then any code would have to be inline script so that it will compile the first time it is run otherwise how would you compile the code?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    77
    But a tool VBExpress.NET can create VS.NET solution, project, aspx, aspx.vb, resx everything dynamically. I would like to have something like that on my own...for my own projects. So what could be the login behind then?

  4. #4
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    Sorry i misunderstood what is was you were trying to do....

    A .resx file is essentially an XML file if you open it in notepad you can see this for yourself there's instructions of a sort in each .resx file explaining what each part does.

    Also try looking at this on msdn for more info.

    Anyone know if .resx files are necessary for what jag is doing?

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