Is there any resolution for this error: System.IndexOutOfRangeException: RetryAttempts
for this syntax? I am getting this error when I input the right username and password. Why is "retryattempts" giving me an error? Please help!
int retryattempts = Convert.ToInt32(dr["retryattempts"]);
for this syntax? I am getting this error when I input the right username and password. Why is "retryattempts" giving me an error? Please help!
int retryattempts = Convert.ToInt32(dr["retryattempts"]);