You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code is following
int noofemailshow = 0;
if (txtnoofemail.Text.Trim() != "")
noofemailshow = Convert.ToInt32(txtnoofemail.Text.Trim());
else
noofemailshow = 25;
My code is following
int noofemailshow = 0;
if (txtnoofemail.Text.Trim() != "")
noofemailshow = Convert.ToInt32(txtnoofemail.Text.Trim());
else
noofemailshow = 25;
The text was updated successfully, but these errors were encountered: