i am selecting 1 row in listview then i want its column should display start date.
i am using DTP in vb.net to select start date.
once date is selected by the user in DTP it will be displayed in listview of selected row.
when i click on next row in listview the DTP should show todays date as default date and not previously selected date. BUT in my code it is showing the previously selected date.
how do i refresh date in DTP???
plz help me
thanks in advance......