How to Add Item in BulltedList Control in ASP.NET

1.File-> New-> Website->  ASP.NET Web Site(Visual C#) -> Ok

(Now You will see a Default.aspx page. To create your own page->click on dropdown list below Edit->click Add new item->Select Web Form->click Add)


2.ToolBox-> Double Click on BulletedList(or drag and drop BulletedList on Design view)-> click arrow sign(Vertical arrow on image) -> click Edit Items->you will promt a popup window
BulletedList Control













3.Click Add to add new Item to your BulletedList-> Change the Text to your desired item name->Ok
BulletedList Control example




























4.Click F5 to run your project->Ok
BulletedList Control final result

No comments:

Post a Comment