August 1, 2007
hi,
if you are facing the issue that i’m not getting the degug Tab in the Safari Browser for Mac OS then you can do it by just adding the below line in the following file.
please search through Application Data folder. now check the Preferences.plist file..
includes the following tab into that.
<key>IncludeDebugMenu</key>
<true />
please note that this will only works with Safari for Mac OSX. not in Safari for Windows.
Happy coding.
Leave a Comment » |
Uncategorized |
Permalink
Posted by vikasmehta
August 1, 2007
if you face that user can not edit in the File Upload control of ASP.NET then you have to simply add the following things in the inline code of the File Upload Server control.
contenteditable = “false”
by adding this simple property you can block the user by entering the wrong data.
Leave a Comment » |
Uncategorized |
Permalink
Posted by vikasmehta