SQL error
Hi, don't worry about the SQL Error issue. I got it resolve(so I think) by removing an extra <dbProviderFactories> tag in the Machine.config file as was suggested in the previos thread.
About the other issue. Below ids the code I got from your book in Charper 10 page 345. I wanted to know where this is code whether in the user Control ContactForm.ascx or the Basepage. I was not able to locate this piece of code in the downloaded source.
Protected Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
label1.text = System.datetime.now.Tostring()
End Sub
|