Having this error come up when im trying to update user details
VB code here:
http://rafb.net/p/kHBucS40.html
HTTP code here:
http://rafb.net/p/ugQAKA62.html
Error Below:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30455: Argument not specified for parameter 'tel' of 'Public Function EditUser(user As String, password As String, iD As Integer, forename As String, lastname As String, dob As Date, a_street As String, a_town As String, a_city As String, a_county As String, postcode As String, a_country As String, email As String, tel As String) As Integer'.
Source Error:
Line 135: ' Message.Text = "Cookie Error: User does not exist"
Line 136: Else
Line 137: EditUser(encryptPassword, userid.Text, forename.Text, lastname.Text, dob.Text, a_street.Text, a_town.Text, a_city.Text, a_county.Text, a_county.Text, postcode.Text, email.Text, tel.Text)
Line 138: End If
Thanks for any help in advance