3
Answers

logic to block the unauthorized user

shah awan

shah awan

10y
705
1
hello
I have a table with the columns one, two and three. I am looking for logic for a page before it loads go and check if the person is in database, the home page should show up if not an error page should come up.  
 
Answers (3)
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.