This is an example of the database:
regid Name Surname Email id
1 Abc Dsouza something@something.com
2 Xyz fernamdas try@example.com
Here is the html form code:
<html>
<head>
<title>Demo</totle>
</head>
<body>
<p>Please enter your Registeration number to see your Details</p>...
I have a mysql database with database name 'details' and table name 'details'.In my table there is information like Sr no,name,age,mobile no.
I want to create an asp page with a textbox and a submit button.I want the user to type their Sr no. and when they submit get their details in a table...
I have a mysql database with database'details' and table'details'.In my table there is information like Sr no,name,age,mobile no.
I want to create an asp page with a textbox and a submit button.I want the user to type their Sr no. and when they submit get their details in a table format.How...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.