Hi all,
I know if someone wnats to re-use some classes (not UI), he must gather all of them and put in a Visual Studio Class Library, build it to some dells and distribute thoese dlls. In this approach there just one code, you just update code in one place.
But what about ASP.NET's markups? For exmaple you have an .ascx file or a collection of .aspx files regarding user managment. If I wnat to use them in another project I am forced to copy them in new project again. By this I have two same code that is very hard to maintain.
So is it any way to re-use .ascx and .aspx files just like simple .dlls? For example building them?
Many Thanks, Afshar Mohebbi