Tried to start "asp.net State service" either throught the serice panel or command line, always got "the service is not responsing to the control function".
the .net framwork of v1.1.4322 and sp1 and 1.1 hotfix (KB886903) are installed. Aspx pages which doesn't need the state service are...
Hello,
Is there anything wrong with IsNumeric() function in VB6.
Isnumeric() is used in many applications of our company. It seems not working properly.
For example, 181D59 is not a numeric,when isnumeric(181D59) returns true, it is causing problem to our application.
For example, the...
Hello everyone,
can somebody help with how to back to the previous page and refresh ?
currently I used window.history.back(1);
window.history.go(0);
but it doesn't work.
please note, I can't use document.location.href because the previous page is a dynamic...
Hello all,
I am using WinNT and want to see how .net is working. so I downloaded .NET Framework Version 1.0 Software Development Kit (SDK) from Microsoft and installed. When I am trying to compile an example from quickstart,
Imports System
Imports System.ComponentModel
Imports System.Drawing...
Hello,
In our website, we provide an online pdf form for clients to enter info. The problem is after clients opened one form (the form will be opened in a new browser window), fill any data, close the form (doesn't matter save the form or not), when you go back to reopen the form. The...
Hello,
I am using NT4 IE6. when I tried to run our company website on my localhost, it always say: browser not support. but If I browse to company (dev, test,production) website, everything is fine. that means my browser is ok.
when I go to localhost and run the following asp to check my...
Hello,
we have a intranet wich are static html pages. Now the supervisor asked me to use simple asp (no xml, no xsl) to replace those html pages. the supervisor said "just use Reponse.write ... "
My first question is:
I tried to convert by just change the file name from...
Hello,
I am newbie to SQl server. I have been working with Oracle for 2.5 years.
I have sql server 7 client tools installed on my computer so I can do some query with Query analyzer or EM by connecting to a DEV server. I don't have enough priviledge to do something such as schedule a job...
Hello, please help with me
part of my test.asp code:
Set MapiObj = CreateObject("MAPI.Session")
vstrExchangeSvr = "prd01"
vstrExchangeMailBox = "Myalias"
MapiObj.Logon "", "", False, True, 0, True, "prd01" & VBLF &...
Hello,
I have a pdf form with labels and text boxes. For example, "First Name" followed by a text box, "age" followed by a text box. After users download the pdf from the web, the users can input their infomation into those text boxes. There are conditions associated...
Hello,
I tried to display a variable's value in a text box by using:
<xsl:variable name="var1" select="slisc/clientRefNo" />
<input type="text" size="12" name="txtCliRefNo" maxlength="12"> <xsl:attribute name="value">...
Hello,
In my asp page, I get client reference # input and save to a session variable like this:
strClientRef = server.HTMLEncode(Trim(Request("txtCliRefNo")))
Session(Application("cstCURRCLIREFNO")) = strClientRef
Any character is allowed in the...
Hello,
I am posting this question again because I can't figure it out after a whole day. I am using Win2k server.
I have an formslogin.asp page:
strUsername = Request("userName")
strPassword = Request("password")
strClientNumber =...
Hello,
In my local web server login.asp page, it calls a A.dll which is registered on my local machine.
Now I want to go throught the A.dll code so I set a stop point in the asp page. I have the source code of A.dll and I open it in VB IDE and set a break point at function GetSeqNoVnt and...
Hello everyone:
I need to manually export .txt data into a word table every day.
Here is the raw text data in a comma separated value format:
Hostname, Percentage, N, Time, event details
Host1, 100.00%,,,
Host2,100.00%,,,
Host3,99.97%,1, 00:03:20 (200/712800), Mon Jan 27 10:02:32 2003 for...
Hello,
I need to create a drop down list box that has 14 items. However it should display only one line initally. Then when the user clicks on it, it should drop down to display all the 14 items without the scrollbar.
<select name="name1" size=1>
<option>op1
<option>op2...
Hello,
I had VB6(sp3) installed a few months ago and it seemed it worked fine everything. Last week I tried to use the Add-in Wizard (File --> New Project and then select Add-in), When I ran the Add-in, It always show error sort of like "need public instance...". I had never used...
Hello friends,
How can I use asp to test if a web page is availabe ? I know how to test if the site server (host) is running. For example, I can test if "http://www.hotmail.com" is available by using Server.CreateObjec ("Microsoft.XMLhttp"). My question is how can I...
Hello,
I made a pdf file by using adobe acrobat writer version 5.
Everything is fine and the file size is 48KB.
I made font changes from 9 to 12, arial on 5 fields. then the file size changed to be 100KB.
Can anybody help me please ?
Thanks.
Yuli
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.