1
Answer

how to diplay Noification in C#

Naeem Khan

Naeem Khan

13y
2k
1
Hello friends,
I want to display notification for reminder date.. i have one date column in a table and want to show notification when the application is open in .Net... so will you please tell me how can implement in c#... hope you understand what i want...

Thanks in Advance
Answers (1)
0
jrosa

jrosa

NA 7 0 20y
I found my own solution... I found that I could not have a DateTimePicker control bound to the dataset. When the DateTimePicker control was bound to the dataaset, the data would not display in any of the controls on the form. When I "un-bound" the DateTimePicker control, then the data woudl display properly. I bound an edit box to the date column and then updated the DateTimePicker control when the value of the edit box changed.