Click here to Skip to main content
15,897,518 members

Comments by Innocent910 (Top 25 by date)

Innocent910 28-Sep-13 2:59am View    
the password char property should be written as *.... so when you enter text in specific field it shows asterick
Innocent910 19-Sep-13 8:19am View    
how tell me again... plz dnt mind
Innocent910 19-Sep-13 8:04am View    
Console.WriteLine("Enter your Choice for Data Operation");
Console.WriteLine("1. Insert Data into Table");
Console.WriteLine("2. Update Data into Table");
Console.WriteLine("3. Delete Data from Table");
Console.WriteLine("4. Display All Data of Table\n");

int choice = Convert.ToInt32(Console.ReadLine());

switch (choice)
{
case 1:
Console.WriteLine("\n");
conn.InsertData();
Console.WriteLine("\n");
conn.GetData();
break;
Innocent910 19-Sep-13 8:04am View    
now if user enter a,b,c,0 whatever not operational choice 1,2,3,4.... then i want to show message invalid after geting user choice...how i can execute statement... hope u understand
Innocent910 19-Sep-13 4:19am View    
can u plz show me how to use appendformat....i want specific coloumn lenght