I want to know :
I have the textbox in form and If i enter the value in textbox and That matches to back end record then How we will display the all the records in Data grid in ASP
Hi Vielonee,
Well basically after you have created a form with your text field, you will need to filter the record based on this textfield. To do this, make sure you name the textfield the same as the column in the database you want to filter by, and then in the action property of the form you will need to type in this:
http://mydomain.co.uk/filterpage.asp?filtercolumn=nameObviously replace 'mydomain' with your domain name. If you have any problems, give us a shout

By the way, which host are you using?