1
Answer

html form post a username and password to C#

muthukumar

muthukumar

11y
1.4k
1
<form method="post" action="login.aspx" name="form1">

<label>Email</label><input class="inputfield" name="userid"type="text"/>

<label>Password</label><input class="inputfield" name="password" type="password" />

<input class="button" type="submit" name="Submit" value="" />

</form>


it is in html page i want to check the username and password for login in c#


how to do these in C# load event

thank u
Answers (1)
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 8y
Yes, as per Nitin, you can use SSIS which load the MS Access data to SqlServer.
 
If you are not comfortable with SSIS then create windows service which will run daily basis and do the job. Means everyday it will create an .sql file and then execute the sql file in server.
0
Nitin Sontakke

Nitin Sontakke

NA 11.7k 2.2k 8y
May be you should look into SQL Server Integration Services (SSIS).
0
Midhun T P

Midhun T P

NA 19.7k 281.2k 8y
Hi,<br><br> Please go through below thread-<br> http://stackoverflow.com/questions/10577237/ms-access-to-sql-sever-in-c-net