If (TypeOf sender Is TextBox)Then
Dim txt As TextBox= DirectCast(sender, TextBox)
End If
And the C# code:
if (sender Is TextBox){
TextBox txt=(TextBox)sender;
}
If (TypeOf sender Is TextBox)Then
Dim txt As TextBox= DirectCast(sender, TextBox)
End If
if (sender Is TextBox){
TextBox txt=(TextBox)sender;
}
ini_set('display_errors','1');
ini_set('display_startup_errors','1');
error_reporting(E_ALL & ~E_NOTICE);
php_flag display_errors 1
php_flag display_startup_errors 1
Server.URLEncode(url)applies these rules to the url. During getting an url parameter from the query string the value will be automatically decoded.