Thank you
Robert_Pan
Posts
-
Find Learning Resources -
Find Learning ResourcesHello 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:)
-
as you see,please tell me why:laugh: thanks
-
as you see,please tell me whya.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.....
-
Bind txt Box to database [modified]Total of 720 controls on the page, and I need the same functionality
-
JavaScript Shift + :<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:
-
Collect Visitor's IPpublic 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";}
-
please wait message before page_load -
Managing paper-like forms in .NET .VSTO???
-
Ajax Tabcontainer flickering issue?may be you can try the AjaxController :)
-
Transfer excel data to oracleOLEDB
-
datatype problemstring query = "select * from appointment where DATE >'" + selectedDate.ToShortDateString() + "' AND DATE<'" + sel.ToShortDateString() + "'";
-
focus inside a bitmapjQuery---wowwow
-
Where to start LING?you should get some ideas about the ORM first.
-
How would I handle an Error with this piece of code.Linq to Xml can be easy
-
HTML Input Box Dynamically set default valueinput type="Button" text=<%some public%>
-
HTML Input Box Dynamically set default valueyour html controller: > server page : UserController.somepublic=yourValue;
-
upload and downloadsome free tool
-
Problem in DateTime conversion!! Please helpOledbParamenter @yourtime
-
how to preserve the variableApplication