Vous êtes sur la page 1sur 7

Search Record

Create Search.aspx page


• Add a new form “Search.aspx” by using MasterPage.master. Change the page
title in Properties to “Search”.

txtName

btnSearch
txtUsername
txtPassword
txtEmail Ensure these
Panel1 components
rdbGender
are in Panel1
ddlCountry

btnDelete
btnEdit
• Go to Search.aspx.cs page and add the following before Page_Load()
as shown below:
• Add the following within Page_Load() as shown below:
• Double click btnSearch at Search.aspx page and add the following :
• Double click btnEdit at Search.aspx page and add the following :
• Double click btnDelete at Search.aspx page and add the following :
• Add the namespaces at beginning of the page for db connection.
• Open this page in the Web browser and test it.

Vous aimerez peut-être aussi