error system.web.......
in my html doc ---> <asp:Button Text="Submit" Runat=server OnClick="update" id=Button1 />
in my code behind ---> Dim dblInput As Double = CDbl(input.Text)
if i remover the ".text" from the above line i get this error:
"value of type 'system.web.ui.webcontrols.textbox' cannot be converted to 'double'"
|