User Profile

Collapse

Profile Sidebar

Collapse
Indra99
Indra99
Last Activity: Sep 23 '16, 04:40 PM
Joined: Sep 20 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do I set different login paths depending on the user credentials provided.

    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...
    See more | Go to post

  • How 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:
    ...
    See more | Go to post
No activity results to display
Show More
Working...