Click here to Skip to main content
15,891,905 members

Comments by Mary_Bhatta (Top 3 by date)

Mary_Bhatta 26-Mar-23 22:27pm View    
HiThanks for your suggestion about password encryption, I will try to implement it.
As for the original question, I tried with the returned column name as well:

Console.WriteLine(reader["Id"].ToString() + ' ' + reader["email"].ToString());

But I am still getting the same exception message.
Mary_Bhatta 13-Sep-15 10:20am View    
Thanks so much!!! Solved my problem totally... :)
Mary_Bhatta 13-Sep-15 8:41am View    
I don't know what I am doing wrong, but on clicking the link which is supposed to generate the text boxes, now I am being taken to "Server Error in '/' Application." page with the message as "The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /Home/AddOptions".

Thanks in Advance!