public string dottedline = new string(Char, N);
Example:
public string dottedline;
dottedline = new string('.', 200);
Response.Write(dottedline );
Example:
public string dottedline;
dottedline = new string('.', 200);
Response.Write(dottedline );
No comments:
Post a Comment