How to change the DatetimePicker control sequence(DD-MM-YYYY) when click on datetimepicker control?
Answers (3)
1
- [WebBrowsable(true),
- WebDisplayName("ListName"),
- WebDescription("ThisAcceptstextInput"),
- Personalizable(PersonalizationScope.Shared),
- Category("WarrantyMessages")]
- publicstringlistName{get;set;}
above code will add webpart property name "List Name"
Accepted