Hi , I have a Login page and want that if the user credentials provided are those of the Administrator(U sername = Administrator) then a Window Form App Page called "AdminPage" should open up. Else another Window Form App called "Main_Page" should open up.
What I have tried:
Hide Expand Copy Code
try
{
SqlConnection cn = new SqlConnection(" Data...
User Profile
Collapse
-
Indra99 started a topic How do I set different login paths depending on the user credentials provided.in C SharpHow do I set different login paths depending on the user credentials provided.
-
Indra99 started a topic How to set datasource for two comboboxes on the same form, from two columns of a tablin .NETHow to set datasource for two comboboxes on the same form, from two columns of a tabl
I have designed a Windows form application with two comboboxes. I want combobox1 to take its contents from a column named "Type" in table "BIn" and combobox2 to take its contents from a column named "PN" in table "BIn". I already solved the case of a single input.but this is double input.I can't seem to be able to successfully extend the single input solution.
Here's what I've tried:
...
No activity results to display
Show More