Find all BorerStye in C#.NET

1. Drag a List Box (called LstBorderStyle) then write the below Code in page load

string[] borderStyle = Enum.GetNames(typeof(BorderStyle));
LstBorderStyle.DataSource = borderStyle;
LstBorderStyle.DataBind();






Santosh
Bangalore

No comments:

Post a Comment