Dim loc As String = ""
If txtlocated.Value <> "ABC" Then
loc = txtlocated.Value
txtlocated is the id of the HTML textbox. I want to assign the value of the textbox to the string loc. When i debug it the loc is shown as null the textbox value is not passed into the string. Any suggestions what is wrong in the code.
Thanks,
Try