Hi,
I am trying to deploy simple struts application using tomcat 5.5.26
And I am getting the error like
Servlet.service() for servlet HTMLManager threw exception and
java.lang.NoClassD...
I am getting a decimal field from the database say 45.693043. I want to convert it to String and then format it to 4 decimal places . I was originally doing like this
string interestRate = d...
I am working on WebSphere 5.1 application server on Solaris SunOS 5.9 Generic 118558-36. I generated the core dump of my appliation using "gcore <pid>" utility and now wants to read and pinpoi...
Is there a web site/service that, given the name of a city, gives the latitude and longitude coordinates using Google Maps (that knows even very little towns)?
Hi
I am fairly new to ASP.NET development and have question about DataRepeater control
I have this datarepeater control inside a user control (ascx). Repeater control holds two textboxes ...
Hello all. This is my first post so I hope that I provide all the necessary information:
Problem:
I have an login control on my home page that when the login button is selected, programmti...
I am back with another sync question for my blackberry!! I am now using the Yahoo Calendar to sync up with my Blackberry calendar (the Microsoft Outlook had issues--not surprised!). The only...
Dear experts!
I have a little problem with following AJAX file upload example using servlet mechanism...
I'he setting up the exampe, everything works fine, file is creating on remote machine...
Hi All,
I have an ASP.NET page in which I want to generate an input form dynamically which can contain 'n' number of input rows based on ID provieded by user. So that user can select\fill d...
We have a file structure where a folder has excel workbooks named using a standard naming covention using the id of a customer account. For example: Folder ABC has files 122.xls and 123.xls et...
Hello,
I am looking for a list of the standard time zones in Excel format. I have a developer writing a php application and they want to give the user a drop down to select their time zone....
How can I get the selected value of a dropdown list without using an event
I know using javascript (window.parent.location.href) may get the parent url. But within iframe there aspx web pages. How can we pass the variables in Javascript to aspx.
The reaso...
I need to calculate a players batting average based on a couple of columns in a SQL 2005 database table. I need to be able to do this calculation in a SQL statement because I am populating a...
hi experts,
I have developed one web application in which i have integrated crystal report. I have given facility to export report into excel as well as into PDF. Both of the things w...
I would like to add a slider to my data grid that limits on the date field. So for example the default would be the last 30 days but you could slide all the way down to only the current day.
...
I have an ASP.NET/VB.NET program. There is a webservice does processing in a separate project which does not return any values. The webservice is executed upon clicking the run button on...
Hello,
What's the best free TTS with Active Directory support?
The software required to ease the support tracking for the IT Staff and to be able to generate some reports to show perform...
Hi all,
I'm using the FileUpload control for uploading MS Word and MS PowerPoint
documents.
To check if a user uploads a correct document, I check the contenttype
(FileUpload1.Post...
How to validate a field which is declared as data type "long" using <ActionName>-validation.xml. I could do for field declared as int as following.
<field-validator type="int">
<param...
I'm trying to send an email from a web page, and I feel a bit lost and thought I'd come here for help, as I've spent enough time trying to get google to help me, now it's time for a human.
...
Can anyone help me in displaying an image in the Picture(Blob) object or in OLE object provided by Crystal Reports in VS 2005? I need to fetch the image from tha database. I am storing the ima...
Following code is working well for IE and FireFox. But for Safari,
userCheckRequest.open("POST", checkURL, false, un, pw);
throws "Permission Denied" exception. This function is called in ...
My Application demands some components (jar files) to be loaded/unloaded dynamically on request. For example, I have module1.jar and module2.jar etc and on demand my application should be able...
I am running a script to upload about 50,000 lines into my DB with Coldfusion and after 2 mintues or so I get this error:
The request has exceeded the allowable time limit Tag: CFQUERY
...