Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: damaxy

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    1,866

    oh! My programs code is as the following: static...

    oh! My programs code is as the following:
    static void Main(string[] args)
    {
    String input;
    int I, j, ran;
    Console.WriteLine("Enter the Range:");
    ...
  2. Answers
    4
    Views
    1,866

    How to print binary numbers triangle in c sharp??

    I am trying to write a C sharp program to display something like this
    1
    01
    101
    0101
    But I'm having trouble doing that.So far I can display only like this
    1
    10
    101
    1010
  3. Answers
    3
    Views
    783

    thanks!! Now the password can be change.. but...

    thanks!! Now the password can be change.. but there is another problem.. I can't figure out the reasons..
    now the login form is not working and the delete user is also not working.. before it was...
  4. Answers
    3
    Views
    783

    change password not working

    hello! I have a code as shown below.. the problem is, the code adding new user is working fine but the code for changing password will not work.. it give error.. I need help?? Somebody? Thanks in...
  5. Answers
    1
    Views
    439

    Inserting data from multiple forms

    How to insert data in the same row of access database from multiple form?
    I have three forms and I can insert data to the access database.. but when I view the
    Database in gridview.. I found that...
Results 1 to 5 of 6