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..
Printable View
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..
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?
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?
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?