I'm trying to reference vjslib.dll using vb.net, and it work fine locally but when i try to publish on a server i get the following error i.e.
please see below
I'm sre this is an implmen...
how do you allow only a single decimal point to be entered within a textbox.
for example, when entering currency figures requiring a decimal point -- but obviously do not want multiple deci...
i want to enter price value in my textbox.i want it to accept only numbers and one decimal point.right now its taking only numbers but not decimal point.the code i hav written is given below b...
Hi all
I am using the web browser control in visual studio .net 2005 (J#). I need to select & copy certain text content in the document.
I am using the attached code, but it returns th...
Need help finding a script that will remove Outlook Express from Windows XP
I have been trying to install Microsoft Content Management Server 2002 on OS 2003 with Visual Studio .NET 2003 loaded. The problem I am having is that it will not install because a pre-requis...
with a javascript routine, I am getting the following error message in the values fields (displayed) via the web-page instead of a number.
NaN.00
this only happens when the number is bei...
Starting a new Console Application project in Visual C++ 2008 Express Edition creates the following code:
// boggs1.cpp : Defines the entry point for the console application.
//
#include "s...
Hi experts, I am struggeling to get my java applets compiled. When trying this:
Build_javacard AppletSample1 A0000000000001 A0000000000002 convert_param.cfi
It answers: fatal error J0162: Fa...
in javascript -- how do you call this code from server-side (aspx)
document.getElementById('DropDownList_DiscountEarlyYears').style.visibility = 'visible';