Invalid characters
-
Hi guys I am creating some radio buttons at run time and also declaring its java script checked function, and providing it the name parameter coming from my entity's name property , but problem is this name contains such characters which generates client side error while creating radio button and its event , I cannot correct the data as my client needs these characters in their names , is there any way to solve this problem ? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
Hi guys I am creating some radio buttons at run time and also declaring its java script checked function, and providing it the name parameter coming from my entity's name property , but problem is this name contains such characters which generates client side error while creating radio button and its event , I cannot correct the data as my client needs these characters in their names , is there any way to solve this problem ? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
What characters are those? Can you show some code? Why don't you strip those characters from the name? And why does your client dictate what names you should give to your UI elements? It is none of his business.
no ,client does not dictate my control names,for examle i have a class { string id; string name; } so while creating radio button at run time to its radioncheck event i am passing name as parameter , so if name contains some invalid characters (which i cannot strip out) so java script fails to create radion button at run time. Tauseef A Khan MCP Dotnet framework 2.0.
-
no ,client does not dictate my control names,for examle i have a class { string id; string name; } so while creating radio button at run time to its radioncheck event i am passing name as parameter , so if name contains some invalid characters (which i cannot strip out) so java script fails to create radion button at run time. Tauseef A Khan MCP Dotnet framework 2.0.