Iâm using different objects in my .
vb file. Here is the code.
Dim currentdate As DateTime
Dim myForm As Control = Page.FindControl("Tips_Tricks")
DBNull.Value
Iâm getting compilation error (Type 'DateTime' is not defined)for all these above statements. Iâm sure some namespace need to be imported inside the page. Can any one tell me which are these namespaces.
Also suggest some good reference guide for using namespaces.
Apry