Recent content by Net Smartz

  1. N

    How to insert database records in asp?

    For inserting data to a database, we need to design a user interface that add new product details to database. Let assume Products = A, B A = Student RollNumber(sturoll) B = Syudent Name(stuname) Database = cheema.mdb <% dim vsturoll, vstuname vsturoll = Request("sturoll") vstuname =...
Back
Top