pratimapaudel
Programmer
Hi
I have a page Login.aspx, i want to connect the login page with the data base and verify the username and password. the table for the login page is tblusers which is in sql server 2005.
i know how to connect the database with windows application using SQL DataAdapter but i cannot drag the sql data adapter in web page,i tried by clicking right click and choose item but i can drag only in windows application not in the web application.
can anyone help me how to connect that data base in web page . but i need the SQL Data Adapter and SQL connection because i need these two(sqldataadapter1,sqlconnection1) in my web page to go furhter for my project, i am totally new programmer, so i am following the book , they are saying that drag sql data adapter to the web page but i cannot drag it so how i can do it?
what may be the alternate way to do this?
I have a page Login.aspx, i want to connect the login page with the data base and verify the username and password. the table for the login page is tblusers which is in sql server 2005.
i know how to connect the database with windows application using SQL DataAdapter but i cannot drag the sql data adapter in web page,i tried by clicking right click and choose item but i can drag only in windows application not in the web application.
can anyone help me how to connect that data base in web page . but i need the SQL Data Adapter and SQL connection because i need these two(sqldataadapter1,sqlconnection1) in my web page to go furhter for my project, i am totally new programmer, so i am following the book , they are saying that drag sql data adapter to the web page but i cannot drag it so how i can do it?
what may be the alternate way to do this?