Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1

    Default Special Project Need Help Please C# MSSqlSserver




    hello fellow istoryans please ko sa inyu help

    unsaon pag catch ani to have an trapping nga mo ingun og invalid password sa ako login form

    please help thak you!



  2. #2
    up for this problem!

  3. #3
    Up for this joint!?!

  4. #4
    another open source assignment... tsk tsk... sayun ra kaau.. e open source pa gyud..

  5. #5
    pag linq nlng. ug mag linq ka mag buhat ka ug sql to linq nga class tapos i drag nimo ang table.

    so in.ani ang code anah. kay medyo taas ra na imo code

    sa imo button n.ania nlng

    //[name of the datacontext] variable_name = new [name of the datacontext]();
    DataClasses1DataContext db = new DataClasses1DataContext();

    // var any_variable_name = from any_table_holder_var_name in db.[table_name] where any_table_holder_var_name.column == txtUser.Text select any_table_holder_var_name;

    var query = from a in db.tbl_user where a.username == txtUser.Text select a;

    if(query.Count() > 0)
    MessageBox.Show("Successfully Logged In");
    else
    MessageBox.Show("Invalid Username or Password");

  6. #6
    pero ug nhan ka mag ado n.ania

    public bool login(string user){
    con.Open();
    string sql = "SELECT * FROM USERS WHERE USERNAME='"+user+"'";
    SqlCommand query = new SqlCommand(sql,con);
    query.ExecuteNonQuery();
    SqlDataReader rdr = query.ExecuteReader();

    count = 0;

    while(rdr.Read()){
    count++;
    }

    if(count >0)
    return true;
    else:
    return false;
    }

    sa button nimo n.ania

    if(login(txtUser.Text))
    MessageBox.Show("Successfully Logged In!");
    else
    MessageBox.Show("Invalid Username or Password");

  7. #7
    cge il try this one, thank u

  8. #8
    how about process supplier ?

  9. #9
    help po here!

  10. #10
    claro kaau na hagbong kai special project man hihihiih

  11.    Advertisement

Page 1 of 2 12 LastLast

Similar Threads

 
  1. Taga COTABATO mo? I need HELP, please!
    By sweetlass_81 in forum General Discussions
    Replies: 3
    Last Post: 03-19-2013, 09:09 AM
  2. Mga Sis og Bro... Need Help Please....
    By fritzchoy in forum Relationships (Old)
    Replies: 1
    Last Post: 06-04-2009, 09:49 AM
  3. Benchtable Project - Need Help
    By poldopunk in forum Computer Hardware
    Replies: 3
    Last Post: 01-05-2009, 10:34 PM
  4. Need Help Please
    By seoarrow in forum Websites & Multimedia
    Replies: 0
    Last Post: 06-10-2008, 09:07 PM
  5. Need help please
    By melvz in forum Fitness & Health
    Replies: 6
    Last Post: 09-22-2006, 01:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top