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
R

Robert_Pan

@Robert_Pan
About
Posts
25
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Find Learning Resources
    R Robert_Pan

    Thank you

    The Lounge learning

  • Find Learning Resources
    R Robert_Pan

    Hello everyone! I am learning GIS(MapObjects) and trying to set up a project of Geographic Information System on Campus , but i couldn't find some demo about MapObjects and have few document . So,If you have these information, just please write down the URL.Thank you:)

    The Lounge learning

  • as you see,please tell me why
    R Robert_Pan

    :laugh: thanks

    ASP.NET

  • as you see,please tell me why
    R Robert_Pan

    a.aspx

    function btnLogin_onclick() {
    var NumRandom = document.getElementById("lblRandom").value;
    if (compare()) {
    var str = '<%=WebEncrypt("' + NumRandom + '")%>';
    document.write(str);
    }

    a.aspx.cs

    public string WebEncrypt(string Text)
    {
    //return DESEncrypt.Encrypt(Text); //DES
    return Text;
    }

    :sigh: it returns '+NumRandom+',Whyyyyyyyyyyyyy.....

    ASP.NET

  • Bind txt Box to database [modified]
    R Robert_Pan

    Total of 720 controls on the page, and I need the same functionality

    C# database help

  • JavaScript Shift + :
    R Robert_Pan

    <html xmlns="http://www.w3.org/1999/xhtml" >

    <input type=text id="txtBox" onkeyup="test()">
    <script>
    <!--
    function test() {
    if (document.getElementById("txtBox").value == "+")
    {
    myalert();
    }
    }

    function myalert() 
    {
        alert("Shift++++ :)");
    }
    

    //-->
    </script>
    </html>

    ;) what will be happen you press the "shift" and "+"?:confused:

    ASP.NET javascript question

  • Collect Visitor's IP
    R Robert_Pan

    public static string GetLocalAddress()
    {
    IPAddress[] addressLocal = Dns.GetHostByName(Dns.GetHostName()).AddressList;
    if (addressLocal.Length > 0)
    {
    return addressLocal[addressLocal.Length - 1].ToString();
    }
    return "127.0.0.1";

    }
    
    ASP.NET tutorial question

  • please wait message before page_load
    R Robert_Pan

    http://www.cnblogs.com/yintian2/archive/2007/06/01/767989.html[^]

    ASP.NET help

  • Managing paper-like forms in .NET .
    R Robert_Pan

    VSTO???

    .NET (Core and Framework) csharp database tutorial

  • Ajax Tabcontainer flickering issue?
    R Robert_Pan

    may be you can try the AjaxController :)

    ASP.NET help tutorial question

  • Transfer excel data to oracle
    R Robert_Pan

    OLEDB

    ASP.NET csharp asp-net oracle tools question

  • datatype problem
    R Robert_Pan

    string query = "select * from appointment where DATE >'" + selectedDate.ToShortDateString() + "' AND DATE<'" + sel.ToShortDateString() + "'";

    ASP.NET help database

  • focus inside a bitmap
    R Robert_Pan

    jQuery---wowwow

    ASP.NET graphics help question

  • Where to start LING?
    R Robert_Pan

    you should get some ideas about the ORM first.

    LINQ database csharp sql-server linq sysadmin

  • How would I handle an Error with this piece of code.
    R Robert_Pan

    Linq to Xml can be easy

    ASP.NET question json help

  • HTML Input Box Dynamically set default value
    R Robert_Pan

    input type="Button" text=<%some public%>

    ASP.NET question html

  • HTML Input Box Dynamically set default value
    R Robert_Pan

    your html controller: > server page : UserController.somepublic=yourValue;

    ASP.NET question html

  • upload and download
    R Robert_Pan

    some free tool

    ASP.NET design

  • Problem in DateTime conversion!! Please help
    R Robert_Pan

    OledbParamenter @yourtime

    ASP.NET database help tutorial question

  • how to preserve the variable
    R Robert_Pan

    Application

    ASP.NET database help design sysadmin tutorial
  • Login

  • Don't have an account? Register

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