Reusing values or inputs
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone: I'm creating a website where I need to display personalized information about my users (students) but I'm having a really bad time trying to get this done, because I don't really know too much about programming. What I want it's to reuse the STUDENTID typed by the user at the login process to query the DB and show their respective data. Student Login (StudentID & Pwd) >> goes to Welcome Page >> if they click in Attendance It should display that student's attendance. Could someone, please, help me giving me at least an Idea of what I should do?! I'm using VB.NET. Thanks ASP.NET Fan