Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
HI, I want to create a DLL for individual aspx pages,i did n't want to build entire project. this is haneef
Remove the CodeBehind attribute and replace it with the Src attribute. .NET will compiles your page on the first request to that page.
SkyWalker