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 want to know if a URL exists. I found code, using HttpWebRequest and HttpWebResponse and it works fine. Here is the problem though :
On many sites, when there is a 404 error, it is redi...
We are using Struts 1.1 (i know, it's old, but it's a constraint) to build a web application. We also have application.properties for 3 languages. Due to political decisions I am supposed to "...
Hi all,
I am using asppdf to have dynamic values writing in it ... so I am getting the values and writing to the pdf where in the pdf itself i have the formfields names and replace the valu...
I currently have a website that is quite new, it is hosted or uses the Joomla backend. When I go to the content managed account, using the details the developer gave me, I can only change the ...
Hello,
I am developing a Web-based application, and I need to detect wither IIS and MS SQL services are installed or not to proceed with the installation of the application.
The installa...
hi there
I am learning servlet and trying to do a form that has a button submit, when users hit the submit button it will print out the form to html and save the value of the form to a file. ...
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...
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...
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...
Experts,
I am beginner in asp.net2. I have built datagrid in 1.1 but don't know how to create similar web form in 2.0. Please help me with the code. The user will select yes or no from r...
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
...
Hi Everyone,
I have a website I designed in asp.net, the backend is a sql server 2005 database, I now want to create a new website in flash cs3 and need to display my content data from my s...
Experts,
I receive some trash emails from someone who knows me, using hotmail. How do i know anything about this sender?
An IP Adress, or any other information that i can grap?
Hi,
I am new to WPF / Silverlight. I have a SQL Database and I want to create a Data rich web site. I absolutely love what I see currently with these tools, but I can not find any thorough tu...
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...
Hello Experts,
I need to create some springs framework application(like MVC etc..), and I am totally new on this topic.I have experience on struts.So can any one tell what is the difference b...
I need to change the layout of my default main page in Sharepoint WSS v3 from two to one column layout, I can't find any setting that can change it, is this possible to accomplish? I opened th...
I am attempting to write an ASP.NET web service in .net 2.0. I would like it to return a custom object. I've written my object classes and added a reference to them in the web service. I've...
Hi,
I am working on a small project trying to get to know WPF. I created a XML File That contains information About my Item. I have a Description and Image as well. The following code disp...
I have a simple class (you can see it below) but it is a web services method and it does a division by zero and throws an exception.
I have a Global.asax that should get the error message?
...
I'm playing around with the google maps API and I made a KML file that sends the information of the points on the map to the google map application.
What I want to do eventually is to pull ...
I need to decide whether to use a Web or Windows service for an upcoming project, but don't understand the advantages/disadvantages of each. The service needs to do two basic things:
- acc...
I have a form that I am creating a drop-down menu that has main category and once you select the main category a subcategory drop-down box is generated depending upon what you selected in the ...
In the normal way with a standard html form the <form> has attributes - method and action. When submit is pressed the Post method in this instance constructs the header information (Content-ty...