I have an old Classic ASP application. Now the users wants to have some enhancements on it. I have no working experience in Classic ASP. I want to do the enhancement in ASP.NET which i am very fluent. Can i do it?
All i wanted is provide a link in ASP page and once the user clicks on that link, i want to open an ASPX page as a popup window. In the new ASPX page, the user does some User/Group management thing like creating a group and adding users to that group and save thhis data to DB and when the user closes the popup window, i want to refresh my ASP page and get the user group details that i created in popup window.
How do i proceed?