Common set of pages in ASP.Net web applications -


i have 5 asp.net web applications have specific requirement includes set of pages (kind of wizard) identical in 5 applications. want extract these pages these 5 applications , create common codebase these 5 applications can invoke common functionality. extracted piece of functionality should able receive id (just data) , return data calling web application. best way achieve ?

you can better go user controls in asp.net web form or nested master page fine.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -