B
B. Chernick
I had what I thought was an intermittent add problem in VB/ASP.Net 2.0. The
web page was not always adding records, but there was no visible crash or
error message. After some trial and error it appeared that a record would not
add unless I do an actual click on the calendar control. After some more
trial and error I found that setting the SelectedDate in the DataBound event
seemed to fix it.
Anyone else have a problem like this? (What I'd really like to know is how
an Add could fail without some sort of error message.)
web page was not always adding records, but there was no visible crash or
error message. After some trial and error it appeared that a record would not
add unless I do an actual click on the calendar control. After some more
trial and error I found that setting the SelectedDate in the DataBound event
seemed to fix it.
Anyone else have a problem like this? (What I'd really like to know is how
an Add could fail without some sort of error message.)