Click here to Skip to main content
15,885,244 members

Comments by Ankit Kumar (Top 2 by date)

Ankit Kumar 3-Sep-12 7:45am View    
Reason for my vote of 4
gud .....Nice Effort :)
Ankit Kumar 3-Sep-12 7:12am View    
If you want to show the selected month from drop downlist.then write the some line of codes in selectedIndex changed.you have to take one label.
code:
Label1.Text = "You have selected :" + DropDownList1.SelectedItem.Text;