/ Published in: C#
Expand |
Embed | Plain Text
protected void AlphaList() { string strReturn = ""; for (int intCount = 65; intCount <= 90; intCount++) strReturn += ((char)intCount).ToString() + "<br />"; }
You need to login to post a comment.
