Hi,
I need to create an Item teplate for an existing web project.
The challenge is the code behind file has to be created on a different project in that solution.
Please guide me on how to do that.
Thanks In advance.
aspx page cannot use codebehind class in another project. You can copy it to your project or try to add reference to that assembly and then use it.