I am basically a dotnet developer. I use visual studio.net IDE to develop application.
Now i need to create a small desktop application in java which will a form (a bit complicated to type all the code, as there are many controls i need to add). I can make the same application in no time in...
Regex regEx = new Regex(xmlZone.InnerText, (RegexOptions.Multiline | RegexOptions.IgnoreCase));
matches = regEx.Matches(bldrZone.ToString()); foreach (Match match in matches) {
//code
}
The strings "xmlZone.InnerText" and "bldrZone.ToString()" are available until i try to match...
can anyone let me know the reason for this error
"evaluation of function 'someStringBuilder.ToString' cannot take place because the thread is at a location at which function evaluation is not possible"
Thanks in advance.
I am parsing a file that has information as below:
port x: id (yy) Vendor: xxy SN: xxxxxxxxx
port x: id (zd) Vendor: xyz SN : xxxxyyyy
"
"
"
port x: id AZ SDWES x-Port xx:xx:xx:xx:xx:xx:xx:xx
port x: id DW WDES x-Port...
Hello there,
My form has "runat=server", and it is submitted to another page. The error i get is in "viewstate".
This is one of the error messages: "2) Viewstate can only be posted back to the same page."
I believe with viewstate i can't submit my data to some other page, As i always do in...
Does any one know how to print a word document using asp or asp.net to a network printer.
I am trying to do something like : press a print button on the webpage, which prints out word document from the server to network printer.
There is a very little info on the web which shows how to print...
I want to print a word document on the network printer using asp. the functionality i want to acheive is:
---> when i press a button(named print) on the webpage, it should invoke the specific word file from the server and print it on the network printer.
i need a code which invokes word file...
Hi All,
I get this error.
Element RESPONSEHEADER is undefined in CFHTTP.
when i dump cfhttp, i can see the struct for it.it seems o.k. i can see responseheader in the struct with corret value.
my http method is "get" and the following is the code i use..
<cfset...
Hi All,
I am trying to print using windows script. I am using the following code and the error i get is
WSHNetwork.AddPrinterConnection (0x80070005)
Access is denied.
<!--#include virtual="/include/ConnFile.asp"-->
<%
' Get information from our form
'
strPrinterPath =...
Hi All,
I am trying to print using windows script. I am using the following code and the error i get is
WSHNetwork.AddPrinterConnection (0x80070005)
Access is denied.
<!--#include virtual="/include/ConnFile.asp"-->
<%
' Get information from our form
'
strPrinterPath = "\\khufu\XEROXdoc"...
I am using the following code and getting Connection Failure error..any ideas..Thanks in advance
<cfhttp method="post" url="http://127.0.0.1/grades/example8.cfm">
<cfhttpparam name="form_test" type="FormField" value="This is a form variable.">
<cfhttpparam name="url_test" type="url"...
This is the problem i get when i run my jsp page on tomcat...
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated...
var toDisplay = "<select name="sigDuration" onChange="changeDuration(this)">"
the above is in javascript function..the onchange event doesn't work at all..
any ideas...!
Hi Guys,
what is the function for getting name of the first day of the month..
for example 1st of july is Thursday..how to get this thursday name using some function.
Thanks..
How r the jobs in coldfusion?
I have been working in school as a coldfusion programmer for over an year. now as i am done with my education, i want to apply for a full time job.
can any one give suggestions as where i can look for.. etc.,
Thanks..!
I am new to this and need suggestion to learn, especially Progress 4GL V9,Progress GUI Programming V9, Progress WebSpeed. could you guys suggest me any books or tutorials...thanks in advance...
Hey guys,
#URL.SelectCode##j# ...
#j# is the loop index value. i want something like url.selectcode1, url.selectcode2 and so on...i determine the no. of select codes using my loop..i tried to use some thing like the above..but it doesn't work..
any ideas or suggestions..
Thanks so much in...
Hi there, immediate help needed. The problem is..coldfusion stopped working after i installed .NET on my system. The webserver is IIS, i tried using macromedia's standalone server at 8500 port..but no use..any suggestions or help is really appreciated
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.