Hi, Just use UPPER & LOWER method during insert command in sql...
its rajendra
Posts
-
username and password -
Data which includes foregin charactersHi Naveed, In case of multilingual, we shud follow nvarchar always...after that you can search everything using N'%" + SearcText + "%' .... so that it will be easy to find out the desired result.
-
This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c#Hi J4.. just I installed fiddler... could you explain little bit more...how to track the exact items... thnx
-
This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c#I used ../image path for the images....didnt work.... any other suggestion plz. thnx. raj.
-
This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c#thnx.. i have used ../ lets c output....just updating webserver..
-
This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c#Hi digi.. all images path is such as ../image/........so which one will be better....\ ~/image..... or ../image/.... please suggest me asap... thnx
-
This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c#In my existing project I'm getting this pop up message... This page contains both secure and nonsecure items. Do you want to display the nonsecure items asp .net c# But its happening few pages only....whats the exact issue...can somebody tell me...is there any coding (asp .net c#) thru this I can solve it..... Internet - tool - options----this method doesnt required.... Thnx in advance.
-
Creating Multilingual Web page?Hi sam, generally you can test it through various free translator, available on net... for example use this : http://www.freetranslation.com
-
'downloading an attachment file name changes when 2 dots(.) contained in filename'When I download a file it gives other filename if containing more than one dot(.), for example download file : application.it.pdf Then it will display : application[1].it.pdf... how to contain the same file name during downloading.... I'm using following code : ------ ----- FileInfo f = new FileInfo(docname); Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disposition", "attachment; filename=" + HttpUtility.UrlEncode(f.Name)); Response.AddHeader("Content-Length", fileSize.ToString()); ----- ----- any suggestions ..... Thnx in advance...