I need to run the code below if a date is placed in txtBidOpenDate.Text. I having it working on the VB code side but it doesn't fill in the textbox till after the trip to the server. I need it to be filled in on the client side...
Code:'txtIntDisEndDate.Text = DateAdd(DateInterval.Day, 1, CDate(txtBidOpenDate.Text))




Reply With Quote