Skip to main content

Anitha Padmalaya

Blogs from this Author

Clustered Column Chart – WinForms Chart Control

A Clustered column chart is used to compare values across a few categories. Follow the steps below to do this. Step 1: Create a sample Excel sheet that has data based on group. Example: Stud.xlsx

ASP.net Cascading Dropdownbox and Jquery

Background: A few days back as part of my .Net learning effort I had to deliver a task that depicts the below screen When the end-user types the username, the application should validate the username from the database and display his / her training details in the dropdown box named TopicNames and LevelName. The application then […]