e-library system development
        Posted  
        
            by 
                mmcc
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mmcc
        
        
        
        Published on 2012-09-16T03:05:12Z
        Indexed on 
            2012/09/16
            3:37 UTC
        
        
        Read the original article
        Hit count: 154
        
ASP.NET
I want to develop an web based library system, and it may feature a "add this book to cart" function, and in its cart page, user can set the book reservation date and click 'Ok' button to finish the reservation process. On the backend side, the admin management page can check that reservation request information. To achieve this function, which way can do so? 
1. Asp.net MVC + C# + MSSQL
2. Dotnetnuke (i don't know if this CMS can help)
or any idea ?
        © Stack Overflow or respective owner