Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If I am try to type (")+ Shift Key then character displayed is "@" because of this I am not able type ". and this problem is in ASP.NET only.

I am using ASP.NET 2010. What will be the problem?
Posted

1 solution

No, this is not a problem of APS.NET at all. Yes, I'm sure. If you try to type anything, you do it in Web browser. The Web browser does not know nothing about APS.NET or any other server-side code. It only deals with HTML (and other documents) obtained by request through HTTP.

Let's say, this is just a problem of some of your Web pages.

Do the following: in your Web browser, download the page in question via "Save page as". Make sure you use the option to save "All files", not just the main page file. Most important would be the Javascript files, if any. When you have a local copy, try to reproduce the effect. If you still cannot find the problem, ask a follow-up question, this time post the code (just HTML with Javascript will be enough). Please try to extract a possibly minimal sample (still manifesting the effect).

Please don't post it as an Answer; use "Improve question".

(Just in case: double check that this is not a problem with your keyboard or keyboard layout. :-))

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900