What is opposite of Server.HTMLEncode()? Is there an elegant way to "decode" encoded string?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20271595.htm...
Zones:
ASPDate Answered: 03/01/2002 Grade: C Views: 38
Greetings Expert,
So, what function can I use to return the decimal part of a number...?
Thanks,
m
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20873040.html
Zones:
MS AccessDate Answered: 02/04/2004 Grade: A Views: 0
You can run the commnad "expand -r somefile.xx_ c:\temp", to expand a setup file into the temp directory.
My question is this: how do you "compress" a file so you can modify it and put it back i...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21197364.html
Zones:
Windows XPDate Answered: 11/07/2004 Grade: A Views: 4
What are some opposite ways of doing the opposite of:
document.formID.textboxID.focus()
So that the textbox does not have focus any longer? I have found that self.focus(); works nicely in In...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21370528.html
Zones:
JavaScriptDate Answered: 03/30/2005 Grade: A Views: 0
I found a regex to allow what I want (number with or without a decimal place - everything else ($, %, , etc) will not match.
But my regex is for what I want to match - not what I don't want to m...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21448634...
if I want to hide the any html blocks, i will apply the following to the surrounding tags
.hide{
display:none
}
but if I want to show the blocks by it default setting(no matter it is blocks or ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21478845.html
Zones:
JavaScriptDate Answered: 07/03/2005 Grade: A Views: 0
I need the opposite functionality of the StringTokenizer.
Input:
List<String> inputlist; // {"a","b","c"}
Output:
String out;
out="a,b,c"
http://www.experts-exchange.com/Programming/Languages/Java/Q_21551713.html
Zones:
JavaDate Answered: 09/06/2005 Grade: C Views: 4
I have:
Pa.Lat_origin=Pa.Lat-Pb.Lat;
Pa.Lng_origin=(Pa.Lng-Pb.Lng)*Math.Cos(Pb.Lat*Math.PI/180);
(Math.Atan2(Pa.Lat_origin,Pa.Lng_origin))*180/Math.PI = angle
I want to isolate angle....
...
http://www.experts-exchange.com/Other/Math_Science/Q_21849150.html
I often use Server.MapPath to convert a URL to a physical path for files on my web server. Is there a function that reverses this process and allows me to see the URL for a specified physical path?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22692303.html
I have to convert an integer in character in a c program.I know we use atoi to convert a string into number but what should i do to convert an integer into string
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10376476.html
Zones:
C++Date Answered: 06/15/2000 Grade: B Views: 16