Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
1

11Developer

@11Developer
About
Posts
15
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Check Caps Lock Status
    1 11Developer

    Thanks for the reply... but i have to search for it as it is my duty to obey my uneducated seniors.....

    ASP.NET csharp asp-net sysadmin

  • Check Caps Lock Status
    1 11Developer

    i 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????

    ASP.NET csharp asp-net sysadmin

  • Check Caps Lock Status
    1 11Developer

    so 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

    ASP.NET csharp asp-net sysadmin

  • Check Caps Lock Status
    1 11Developer

    hello, 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

    ASP.NET csharp asp-net sysadmin

  • Print page on client side contained in a folder by asp.net
    1 11Developer

    window.open works for only printing that page on which client is.... i want to print those pages which are contained in some folder.

    ASP.NET csharp html asp-net sysadmin

  • Print page on client side contained in a folder by asp.net
    1 11Developer

    Hello, 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

    ASP.NET csharp html asp-net sysadmin

  • Captcha Image on HTML by ASP code
    1 11Developer

    If anybody needs to know the solution go [here]

    Web Development csharp html asp-net help

  • Captcha Image on HTML by ASP code
    1 11Developer

    i have already gone through this link but that doesnt work for me dats y i m here

    Web Development csharp html asp-net help

  • Captcha Image on HTML by ASP code
    1 11Developer

    Reply only if u have d answer i dont need google search

    Web Development csharp html asp-net help

  • executing a STRING formula???
    1 11Developer

    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);

    ASP.NET csharp asp-net help question

  • executing a STRING formula???
    1 11Developer

    first convert the string into integer by Convert.ToInt32 then perform calculations

    ASP.NET csharp asp-net help question

  • Captcha Image on HTML by ASP code
    1 11Developer

    its urgent... i have searched a hell lot

    Web Development csharp html asp-net help

  • Captcha Image on HTML by ASP code
    1 11Developer

    I m asking for ASP i already have asp.net code but i need asp which i can run on my html page....

    Web Development csharp html asp-net help

  • Captcha Image on HTML by ASP code
    1 11Developer

    I 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

    Web Development csharp html asp-net help

  • [Message Deleted]
    1 11Developer

    [Message Deleted]

    ASP.NET
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups