hello,
I am using Microsoft ASP.NET web matrix
I have data table called result in access.
name of access file is roll number
&table consists of following :
Roll number, name , subject 1, subject 2, subject 3,subject 4, subject 5, total marks and result
I want that when a user will enter roll number in text box and clicks submit button, he is redirected to page showing his results : roll number, name, subject and corresponding marks, total marks and result.
how to connect search engine with data in table under access.
I want two pages like this :
result.aspx : where user enters his roll number and submits it
displayresults.aspx where a result is displayed like this
ROLL NUMBER :
NAME :
SUBJECT : MARKS
1
2
3
4
5
TOTAL MARKS
RESULT (i.e. PASS/FAIL)
please give complete codes to generate to web files
Go to the complete details ...