Thanks for the reply... but i have to search for it as it is my duty to obey my uneducated seniors.....
11Developer
Posts
-
Check Caps Lock Status -
Check Caps Lock Statusi want that user can't logged in if his caps lock is not ON, this is a security feature which is not known to anonymous users and for logging in he has to enter numbers not letters.So hw to validate dis sceneraio????
-
Check Caps Lock Statusso this means we can get caps status only if v r using letters(a-z) not digits(0-9) or we are using windows application. thanks for ur reply
-
Check Caps Lock Statushello, I want to restrict user to access my site if his Caps Lock Key is Off, so i need to check caps lock status whether he presses a-z,A-Z,or 0-9 keys in asp.net code. i have tried following code which is working on Local but not on Server if (Console.CapsLock) { lbl.Text="Caps is on"; } thanks
-
Print page on client side contained in a folder by asp.netwindow.open works for only printing that page on which client is.... i want to print those pages which are contained in some folder.
-
Print page on client side contained in a folder by asp.netHello, I need to print html pages contained inside a folder on server, when user clicks on a button in .aspx page all the pages contained in that folder gets printed on client side. thanks
-
Captcha Image on HTML by ASP codeIf anybody needs to know the solution go [here]
-
Captcha Image on HTML by ASP codei have already gone through this link but that doesnt work for me dats y i m here
-
Captcha Image on HTML by ASP codeReply only if u have d answer i dont need google search
-
executing a STRING formula???If d string is fixed then one can use like this string s = "(((5+6+4)/15)*100)"; int int1 = Convert.ToInt32(s.Substring(3, 1)); int int2 = Convert.ToInt32(s.Substring(5, 1)); int int3 = Convert.ToInt32(s.Substring(7, 1)); int int4 = Convert.ToInt32(s.Substring(10, 2)); int int5 = Convert.ToInt32(s.Substring(14, 3)); int ans = (((int1+int2+int3)/int4)*int5);
-
executing a STRING formula???first convert the string into integer by Convert.ToInt32 then perform calculations
-
Captcha Image on HTML by ASP codeits urgent... i have searched a hell lot
-
Captcha Image on HTML by ASP codeI m asking for ASP i already have asp.net code but i need asp which i can run on my html page....
-
Captcha Image on HTML by ASP codeI want to place captcha image on HTML page by using ASP code not ASP.net code.i dont want to make my html page as aspx so i need asp code for that. can anybody help.... thanks in advance
-
[Message Deleted][Message Deleted]