4,273 Topics
![]() | |
Hi, Is there a way to do a mail merge (data coming from sql server) from a web form? I've looked into Word Automation, but for this you need Office installed on the server, and even then the mailmerge might just open on the server. I've also tried looking into … | |
Hi, I have a perl-cgi script (on apache server) that is running fine when one user runs it. The perl-cgi scripts runs batch files using system command and has some other rules. How do i make it run for many users? My basic knowledge tells me that I have to … | |
Hi, I have this problem - IIS 7 :confused: and web service installed on. When is url in form [url]http://server/folder/file.asmx[/url] - everything is ok, but once is requsted url in form [url]http://server/filder/file.asmx/function[/url] (generated by MSC design itself) IIS reports 404 - obvouisly something tests if file really exists, but I … | |
Hi, I used to experiment with making websites with ASP and Dreamweaver back like 5 years ago. I am now developing a website with ASP.NET and Visual Studio 2008. One thing I used to like about ASP and Dreamweaver (together) was that after a little bit of going through some … | |
Can anyone put a quick patch on this script I want it to send the email even if a file does not exist right now I get an error if I try to send it with no file [CODE]<%@ Page Language="C#" %> <%@ Import Namespace="System.Web.Mail" %> <%@ Import Namespace="System.IO" %> … | |
Hi all, I decided to learn PHP, I am an Ubuntu user, I installed, php5, mysql, apache2.2 and phpmyadmin. But I don't know where to put the files to see them on my web browser, when I write [CODE]http://localhost/phpMyAdmin/[/CODE] I get [CODE]Not Found The requested URL /phpMyAdmin/ was not found … | |
I have a small Windows 2000 AD network. All computers are connected to a HP Switch using the 10.1.1.1 to 10.1.1.254 range. I also have a Windows 2003 data server edition, used to store most of the data. The windows 2000 server host the AD, DNS, DHCP, License server and … | |
Hi to ALL I tried to upload file using JSP and Oracle. The first page is page.jsp which the user choose the file /////////////// [code=jsp]<%@ page language="java" %> <%@ page session="true" %> <HTml> <HEAD><TITLE>Display file upload form to the user</TITLE></HEAD> <BODY> <%=session.getAttribute("Name")%> <FORM ENCTYPE="multipart/form-data" ACTION= "upload_page.jsp" METHOD=POST> <br><br><br> <center> <table … | |
Hi I need to store binary data in a MySQL database from a web page. Basically it the web page will ask user to upload an image, and on submit, it should store this image in a MySQL database on the server. Could someone please let me know how to … | |
Hey, I'm creating a web application with the use of a ObjectDataSource. When I try to run the webapp i get the following error: [CODE] The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found. [InvalidOperationException: The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' … | |
It is an asp.net web application with following specifications: Wndows Xp o/s, IIS 5.1, asp.net frame work is 1.1, VB is server side script, SQL Server 2000 Enterprise edition. An asp.net datagrid control is dynamicaly populated with sql server 2K database table data by VB Script. The page numbers are … | |
Hi all, I'm originally from the UK but now live in the Baltics, and prior to that in Switzerland. I worked in I.T. for about 4 years as an employee & 8 years as a contractor, mainly programming in C, C++, Java & VB, but also doing some web development … | |
Hello, I just formatted my computer and I have to start with Windows Me then upgrade to XP Home. As you see I have plenty of steps to do without putting back the programs on the computer. The last time I did this I made a s master dvd with … | |
Hey everyone! I have been teaching myself Python, and so as an exercise, I have tried writing an image grabber for OneManga.com. You put in the path to the comic page you want to start the grab from, and it grabs every page from there to the end of the … | |
I am a final year BIT student. as a component of my project, I need to write a program to identify and return all the bluetooth enabled devices within the range as a string, which latter submits to a web server using web services. I am new to these kind … | |
How can I add more fields to get emailed in this script, Is there a way I can just loop through all the fields I can do it asp classic . I tried adding another mail.body but it only sends 1 mail.body [CODE] <%@ Page Language="C#" %> <%@ Import Namespace="System.Web.Mail" … | |
Hi, I just joined. This looks like a fairly good tech help forum site. I hope to be able to solve some problems people are having. I'll just use the template in the Read Me to describe me :P When using a computer, I generally like to stay on one … | |
I'm trying to develop a simple program that automatically downloads PDF files from a web server and organizes them into Files. When I download any .pdf file, the size is roughly 30% bigger than when I download it with a browser and it pdf opens, but does not display. So … | |
Hi, I would like to know whether the Data parsing can be done by perl scripting by checking the specified the webpage and fetch the data from the page and load the same i nto the sql server table. In the sql server table, it checks for a value called … | |
Hi folks, I am a PHP programmer. I am having a problem with image tag. I need to know the difference and the purpose of using an image tag like this [COLOR="Red"] <img src="/images/new.jpg>" , <img src="images/new.jpg"> and <img src="../images/new.jpg">[/COLOR] i am facing a problem because of this, i am … | |
I am using Apache Tomcat 6.0.18 on a Windows Server that also has IIS. For IIS I can enable Integrated Windows authentication to fetch the Intranet Windows login username using ColdFusion. Is there a setting in Apache Tomcat I need to enable Integrated Windows authentication so I can fetch the … | |
Hi I am using Ubuntu linux 8.10 I have installed Apache, PHP and MySQL on my pc and testing all scripts on my localhost by [url]http://localhost/[/url] . Currently I am creating directories for each web projects to test on my localhost. So my project can be access by [url]http://localhost/project01/[/url] and … | |
Hello all, I've a web application in C# (framework 2.0) that generates some reports. When I was running the application on development machines, everything worked fine. But when I published it to a production server, it started throwing an exception - "Class not registered - SDAVUtil". Here is the callstack … | |
Windows uses DNS cache to store recently visited websites. You can see what your computer stores in this cache by simply going to Start > Run and typing cmd (the command prompt; there are many ways to get to it, this is just one way). Now all you have to … | |
HELLO ! I have a big problem: a few days ago the cursor on the screen starts loading, and i thought that some process runs. But nothing open... After a couple of seconds happens again. And so on... In the task manager i found that a new process call "IEXPLORE.EXE" … | |
hi , actually i am developing a web application in asp.net using c#. i have come across a requirement to read a excel file without going to the server . i need to use javascript for the same. so i need help on javascript function to read from excel file. … | |
I dont actaully know where to post my question below, so this looked like the best place next to a "generel web discussion" forum but none found. OK, basically i need some advice from you guys on excately what steps i should follow on how to create a browser based … | |
Hello i have some issues in how to display data in specific format (i am using SQL server 2008 & visual web developer 2008 C#) - how to display the data input as percentage like this 3% - i have field which the input should be more than zero (how … | |
Hello, I am using visual web developer 2008 I am trying to display an image in a table with a master page. But my image is being displayed during designtime but not displayed during run time. I used the coding below. [CODE] <form id="form1" runat="server"> <div> <table style="width: 100%; height: … | |
hello all.... i created a asp.net application with the aspnet database on my pc...now that it is time to publish my application i copied my database with all the stored procedures and tables to a sql server 2000 server that is supposed to hold the database....then i changed the membership … | |
I'm having a blast coding up my little text-based python game. I'm learning a heck of a lot while doing it. Now, I want to share it with some friends. I could just have them install Python and send them the files, but I was wondering if I could somehow … | |
Hi guys, I've been using asp.net 2.0 over the past 2 years making simple web applications but have never used it with MySQL. I've been asked to create a website for a relative. The site will be a vehicle leasing company. After speaking to owner and understanding his requirements i … | |
I am trying to access a Clientside server file from an HTML file. Can anyone help me with how to code it? :eek: here is what I have: [code=html]<form method="get" <if true then action=" :?: *****This is were I need to access Client side server ****** " else action= "file:///K:/web-content/Client … | |
Hello" I want to capture live video from web-cam to view it in a web page to access it using mobile phone and software i'm using is java jdk6,jakarta Tomcat as server and the web page is JSP. Thanks | |
Basically I am just trying to figure out how I can display customer records for the user who is logged in. I am sure this is very simple just not 100% sure how. I have a form that the user submits new customers and it stores the userid for the … | |
I created a database within MS Access - no SQL code - and set a field to "Memo". When I go to my web app that inserts some form data into the database, if I type too much into that one field on the form, I get "Invalid Precision Value". … | |
I am old to this site 9/2008 but new to it because I did not take full advantage of the site back then. I remembered I had been a member years back when I was googling something and your site came up as a reference. I remember attending a TODCON … | |
:sad: :sad: my web page C#.net is work properly in my iis .but when i publish in another server it give errers.i used vs2005 and ms word 2003. but in the server there is no vs2005 or word installed. it has only .net frame work installed.folowing the error, Parser Error … | |
Hi(: I'm given a powerpoint file which consists of 7 slides and i have to convert each slide to a html page and load them onto a web server. I've never done this before and i was thinking whether should i separate the slides into multiple .ppt and try solving … | |
I am attempting to configure a datasource in an AJAX web page from an existing postgreSQL database that resides on our server. I have done this many times with MySQL, no problem. When I finish the configuration for the PostgreSQL Database in the "Add Connection" wizard of Visual studio 2008, … | |
Hey all, I know this is Windows Vista and Windows 7 forums but there was no category for Windows Server 2008 so I posted this here. I plan on setting up a window server 2008 and I am currently using their trial version to see if it can fulfill my … | |
Hey everyone I've made this website and want to use PHP to allow users to register and login. I've created a database and connected to it, i've also created the table to store data from the registration page. I've tested it and PHP for the registration page seems to be … | |
We have Crystal Reports version 8 running on our intranet by means of ASP (include 1.asp, include2.asp, smartvieweactivex.asp). These ASP pages were not created by us and seem to be a generic solution to run the reports via the web. I was tasked to migrate the reports to a new … | |
Having problems building a select list with an aggregate and Group by Clause Using VWD and mssql server express 2008 Below I have listed two conditions one that works and one that does not. I have named them example 1 and 2 Example 1: A working Select List ----------------------------------------------------------------------------------------------------- Example … | |
I have started with ASP.Net just 1 month. Right now, my project may implement the control that users can recovery their password by answering question. We all know that Visual Studio or Visual Web Developer has a control name Password Recovery Control, just drag and drop. So far I have … | |
have recently migrated my ubb forum website([url]http://2aforum.com/[/url]) to a new web hosting server, i have placed the files on new server and i think directory structure is right and also set up the database through phpmyadmin, and changed config file accordingly but still i am getting this error [COLOR="Red"]UBB Message … | |
difference between HTML server controls and web se What is the difference between HTML server controls and web server controls and how to convert HTML server controls back to HTML elemets. | |
I am just starting to work with Visual C++ Express 2008 and have run into a situtation I could use help with. To add a new data source to a project I am told to start the data source configuration wizard, this I can do. Next I am to select … | |
Pc has become VERY slow and laggy along with a slower net speed all leading me to believe i have some kind of virus/malware problem i have run avast thorough scan and spybot search and destroy but to no avail, can anyone please help a man in need ;) Logfile … | |
Well it's either this, or the domain name has been removed from the routing table. Or my Firefox is just being very biased about my browsing experience!:) Go on, [URL="http://www.microsoft.com/"]try it out now[/URL] (note depending on when you're reading this, it might have come back up and so it'll just … |
The End.