We need to develop a small 'gold price in indian rupee application'. For this we need to have access to live gold price feeds(as the gold price change every second),our goal is to build a dyna...
.
Hi,
We made HTML, JavaScript, CSS, and DOT NET etc. training tutorials to train the new comers / freshers who join our company.
Now we would like to introduce ASP.NET Project tr...
I try to pass param to the url, dinamically, onblur of a form field. I'm trying to get information of device based on it's serial number. I created onblur javascript which triggers dojo event ...
I'm creating web application using .NET Framework 2.0. One of the requirements is that the data entered by user should be signed using certificate issued by CA, before is submitted for further...
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...
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...
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...
HI,
I am building an ASP.Net website (using VB.Net code) and would like to add a validation summary control to display any errors the user made when filling up an application form.
Can s...
Hello Experts,
I am writing my web app, and I made a dicision half way through development
(Maybe I should have just stuck to what i was doing to start with) and moved from SqlDataSources...
Exception Details: System.Data.SqlClient.SqlException: Procedure or function spBSCTROPQuestionSequenceUpdate has too many arguments specified.
Here is how I got it.
1. Create a stored pr...
Hi
I have 4 pages in my application.i am using asp.net webapplication project with ajaxtoolkit.
i have required field validator control on page for 2 textboxes.and i have navigate buttons...
Hi,
I have a JSP/Servlet/Bean web application that established socket connection with a backend 'c' programe. For establishing the connecton i use the IP address and the port the c program...
I'm using the following to find the lat and long of a point when a user clicks on the map. I only want the current marker displayed when a user clicks. currently the markers stay there. how...
Need some help. I am putting a c#.net 2008 application out on our development server. Everything works fine locally. Once I put it out on dev though I get this error. I have never encountered ...
How do you specify Email Notification Detail in the FedEx Ship Request using PHP? I have tried a variety of ways, my current version is as follows:
This should be simple, but I can't figure it out. I need to display a text message for my mouseover button. The problem with (title="Message Text") is that it only displays text for about 5 se...
ok I have a map that displays neighboring locations with a small marker and the current location with a large marker. (see the code below.)
The neighboring locations are created with a php ...
I have a VS 2005 web App. I converted it from a VS 2005 web site. I have a function in a class in an associated assembly which sends email. This function has been doing this successfully ...
Since session cookies can be stolen I'm looking for a way to make sure (or at least more probable) that the logged user is not a cookie thief.
I was thinking of creating hash checksums base...
I am looking for documentation to outline best practices for user messages regarding invalid user name/password combinations. (This would apply to both Internet and Intranet ASP.NET 2.0 webs...
I am trying to open a new outlook mail message from the click of a button on a web page. My code also creates a new calendar item and attaches it to the email. The body of the email is popul...
Hi,
Our website designer is having problems ftp-ing data fom Dreamweaver on his PC to our live website, and I think the issue is firewall related.
I have opened port 21 to our websites I...
Hello Experts
i have installed typo3 4.1.6 and everything went fine. when i log in the backend and go into extension manager to upload or import an extension, i getting the following error "N...
I have an ASP.NET application using C# and Crystal Reports.
Setup:
I have a stored procedure that requires parameters. I use a SqlDataSource to populate the parameters and retrieve t...
I have a form that has two dropdown list, say state and county. I need to populate county dropdown list after selecting state from state dropdown list. The county dropdown should be disabled b...