480 byte By
mlacinik at 2007-11-22 13:11:59
Maybe it`s not the right place but the index server is part of the IIS so I hope to get help from you!So here`s the problem:I copied an existing web application from one server to another.No I get problems with my asp which uses the index-server to find a document.The result of this search is ok but...
The follwing code is written in test.asp and adrot.txt and is working fine in ASP environment.---test.asp------ adrot.txt---REDIRECT adredir.aspWIDTH 460HEIGHT 60BORDER 0*logo.gif http://www.aspsite.comThe Active Server Pages Site50ColorControl.gif http://www.yahoo.comAhsan Ashja50But when I wrote the...
347 byte By
GreyFox at 2007-11-22 13:12:01
why do we need scripting languages such as VBScript and JScript? why did ms created JScript.NET when they can use Java? is just because they want all of the scripters (ppl who develop with the above languages) will be able to combine?is it because aspx needed to be written only in scripting language...
199 byte By
saurabhN at 2007-11-22 13:12:02
Hi<br/>I was curious since I could not find any "MessageBox" component in C# on ASP.NET. Does anyone know about it ?<br/>Saurabh Nandu<br/>mailsaurabhn@webveda.com<br/> http://Learncsharp.cjb.net
I want the ASP to create an html page that will contain the followung line<br/>response.write(" animation();moveIt() ">)"<br/>the problem is that it cuts the line after the " that belongs to the html and not to the asp<br/>help ... :)
when the asp generates an HTML page its source is line after line and not each line ina new line... I've tried the <br/> it kind of work but it can't be the right way, please tell me the right one and if you've got a tiny example it will help-I'm not to good with teory ;) 10x
How can I create data base objects eg tables/views/indexes at runtime thru Dynamic SQL as I know that it is possible to create in Oracle but i m not aware of how to do it in SQL Server thru ASP .<br/>Thanx
I have a form with some radio buttons.When the button on the form is clicked, a javascript function is called which in turn calls the window.open() function. I am trying to pass the value of the selected radio button with the URL, but the value that shows up in the URL is "undefined". There are tw...
How can i do replication between two databases using ASP where both the database are remote .<br/>Thanx in advance
136 byte By
lix2000 at 2007-11-22 13:12:08
Hi , i need to find out how to create a discussion forum like any typical newsgroup using ASP & javascript. <br/>Can anyone help me ? :)
196 byte By
Shair at 2007-11-22 13:12:09
What are the features of Artifical Intelligence(AI) and how programming languages that are involved in AI(Lisp and Prolog) are distinguish from other programming languages(C++ or java or SQL etc).
236 byte By
Pixie at 2007-11-22 13:12:10
Hello, I have a mail response script which I would like to call a "thank you" page already created in an html file. How would I call this file? using response.write or some other command.<br/>Thanks in advance for any assistance.
334 byte By
Bhadri at 2007-11-22 13:12:11
Hi! I am trying to do pie chart. I want to know how can i do the chart from ASP Page. Do i need to create an object. I tried using MSChart object of VB? It did not help. I donot want to use third party tool for this. Any one have any clue of how to draw a chart in ordinary ASP Page please do hel...
345 byte By
chan_asp at 2007-11-22 13:12:12
Hi everyone,Can you please let me know the website namethat displays the projects to be developed for the companies,so freelance developers like me can bid for that projectand develop that project for that client/company.Any information on this will be greatly appreciated.Thanks in advance,Chan...
Hi, I am new to DotNET,I am using win2000 pro, after install the dotnet sdk i get this when i try to see the file with aspx extension.this is the error i get:"Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the specific par...
338 byte By
CowBoy at 2007-11-22 13:12:14
Hi ! I've got this very irritating problem... this is the code:The "answer" i get from the browser is that my database (MS access) is write protected somehow.But i've checked the DB and it's not protected in any way... So is there anybody out there that can help me (PLEASE!!) =) ...Mv...
338 byte By
arkam at 2007-11-22 13:12:15
Hi,i tried to do a dsn less connection to an access database using microsoft jet. i got the error "couldn't lock file" i then changed the rights of the IUSR_... user to allow it to write its .ldb file. i then try again, the .ldb is created but i stille have this same error !what can i do next ?...
77 byte By
CowBoy at 2007-11-22 13:12:16
How do i create an Masked Password Dialog Box<br/>in ASP?<br/>Mvh CowBoy
847 byte By
sjackson at 2007-11-22 13:12:17
Hi,I have about 50 _complex_ Excel workbooks which calculate data based on params. Eventually, I want to migrate these to sql-server, but until then, I want to publish them on the web.My question is this. How, if at all, can I open one of these excel files, set the parameters, then get the results...
1444 byte By
Pixie at 2007-11-22 13:12:18
I have used code to write a text file on an iis local server (version 4.0) and I am trying to use the same code on an iis server at an isp site. I am using the append and create options but the file is not being created. Is this a problem with the isp site not being configured properly or should I...
559 byte By
sanz at 2007-11-22 13:12:19
Hi,I am trying to implement "mail-merge" in ASP under IIS.ButI am not able to create an instance of Microsoft Word as the following error occurs :( I wrote like this : dim myAppmyApp = CreateObject("Word.Application"))The error is :Microsoft VBScript runtime error '800a01ad' ActiveX compo...
1924 byte By
sjackson at 2007-11-22 13:12:20
Hi,I've a strange problem with manipulating an excel spreadsheet from ASP via ADO.The following code, creates a connection to a spreadsheet, updates a named cell(which other cells use), then queries the result. The result is always basedon the ORIGINAL value - ie the update hasn't taken e...
119 byte By
vladis_e at 2007-11-22 13:12:21
Hi Guru!<br/>Can anybody tell me what are the key differenses between SSL2 and SSL3?<br/>Thank you,<br/>Vlad.
707 byte By
billyn at 2007-11-22 13:12:22
I want to write a JavaScript that captures the user name and password at the main page and pass it to a ASP page that is served by a remote server. In fact, I thought about using cookie or something like that. However, there must be a better way. Because I need to keep the userid and password for th...
Hi,all,This is a question not specific to ASP+, but to web development in general.I am doing a project that will use Oracle advance queue to "push" information to the client. So when a database status about a specific column changes, user will get notification immediately. This is easy to do for a n...
1007 byte By
Pixie at 2007-11-22 13:12:24
Hi again, I have an asp script that is to store survey results from a form and place the results on my local NT server IIS 4.0. The asp script and html files are located on one nt server and it is to put the results on my local nt server. The permissions are set for the internet accounts to access...
325 byte By
eric1117 at 2007-11-22 13:12:25
I am writing codes for a content management system. One feature of it is to allow administrator to upload images from his(her) harddrive to the database(ms access)and also retrieve the images and display them on the dynamically generated html pages. Can I do it in asp(not asp+). Thanks very much.as...
I want to have a C++ program with a web front end - do I need to write asp's for this?? It will have a sybase database. how do I go about connecting these?
I am just starting to learn ASP (as of this morning) and have a problem that I hope someone can help with. My company is working on a project with another company. An important part of that project is the other company is going to send us an XML file via an HTTP POST. We need to receive the POST,...
381 byte By
Mongoose at 2007-11-22 13:12:28
Does anyone know were I can find information on SQL BLOB data types and how I can use them.I am trying to make a website that will allow the users to save pictures. I need to know how I can code SQL to save and retrieve picture information. I think the BLOB data type is the right direction I just...
1130 byte By
Serguei at 2007-11-22 13:12:29
Hi, guys:while testing our new ASP app got a terrible problem. ASP is working with one of our client com components; the latter is making a call into one of the server components. The server component submits a message to another freethreaded out-of-proc guy. The guy calls back into the asp client c...
9 byte By
crystal0 at 2007-11-22 13:12:30
Thank you
1130 byte By
Serguei at 2007-11-22 13:12:31
Hi, guys:while testing our new ASP app got a terrible problem. ASP is working with one of our client com components; the latter is making a call into one of the server components. The server component submits a message to another freethreaded out-of-proc guy. The guy calls back into the asp client c...
408 byte By
shub2079 at 2007-11-22 13:12:32
I'm trying to enter values into some SQL Server tables using VB.NET. To do this I am filling a dataset formed by an inner-join of the tables and calling the update method of the of SQLDataSetCommand with the dataset I filled with data. I am receiving an error that saysSystem.Data.SQL.SQLExcep...
921 byte By
Asziid at 2007-11-22 13:12:33
Hi,I want to use the WWW-authentication mechanism for an ASP project. The users and passwords are located in a database. With PHP it looks like this:if(!isset($PHP_AUTH_USER)) { Header( "WWW-Authenticate: Basic realm=\"$REALM\""); Header( "HTTP/1.0 401 Unauthorized");...
1087 byte By
Asziid at 2007-11-22 13:12:34
Hi,I want to use the WWW-authentication mechanism for an ASP project. The users and passwords are located in a database. With PHP it looks like this:if(!isset($PHP_AUTH_USER)) { Header( "WWW-Authenticate: Basic realm=\"$REALM\""); Header( "HTTP/1.0 401 Unauthorized");...
171 byte By
sanjeevh at 2007-11-22 13:12:35
Hi,<br/>Are web classes into industry, can any one tell me the exisitng site?<br/>-Sanjeev<br/> http://win32code.tripod.com<br/> http://win32code.tripod.com/sa.gif
604 byte By
PedroES at 2007-11-22 13:12:36
HelloI need to dinamically change the permissions on some files, using a web interface. My problem is that I have certain pages of my site wich i don't want some users to be able to access. My idea was to set the permissions on those files, preventing those users to read the pages. How can I do...
Hi list,I have a complicated problem (for me) that my boss wants me to do. I got it working in a way, but he wants it different.Here ic the problem, I have some tables in SQL server: - Chapter Table, with columms chapter_id and chapter_desc; - ChapterSlide table, with collums chapter_id, slide_idNow...
304 byte By
mlacinik at 2007-11-22 13:12:38
The IIS4.0 is used in our company. Now we tranfered the application on another server. Everything works beautyfully but now after a couple of weeks the IIS stops once a day with no error messages!A restart makes the IIS work again.Any suggestions?? -urgent!THX in advance - Mario...
26 byte By
crystal0 at 2007-11-22 13:12:39
Who can give me a example?
1 byte By
crystal0 at 2007-11-22 13:12:40
n
593 byte By
Valeska at 2007-11-22 13:12:41
Hi,Does anyboby know how can I get the returned string value from a component COM in my file .asp?Ive implemented a component interface like this:HRESULT searchName([in] long userID, [out, retval] wchar_t *name)The searchName interface must receive an userID and return a name. Is this correct? My .a...
296 byte By
Pulp at 2007-11-22 13:12:42
A short question:<br/>How can I control Page Breaks in a HTML/ASP -page?<br/>I know that if I use frames each frame can be printed on a separate page, but is there any other way to achieve this without using multiple frames?<br/>Regards Pulp<br/>PS: The browser used is IE 5.0
180 byte By
durjoyg at 2007-11-22 13:12:43
HI ALL <br/>HOW TO UPLOAD A FILE(IMAGE,TEXT .WORD ETC) FROM CLIENT TO THE WEBSERVER WITHOUT USING TAG.<br/>I WOULD REAALY APPERCAITE UR KIND HELP<br/>CONSIDERATION<br/>DURJOY
Hello!I am trying to populate 2 list boxes from databaseWhat I need is following1. When I select from first list box second should automatically update depending on first.And I need both list boxes in same asp pageFor ex. When I select country in first list box it should automatically select all the...
Hi List,<br/>I am trying to load a image from SQL Server using the following code:<br/> <br/> <br/>Then I call this page from a tag, but no image shows, except for a<br/>red cross (broken). What could be wrong?<br/>Herick
I actually was given access to a set of asp pages which was in the server and when i tried to open the pages from my server after coping all the files into my server this was the error i got.. can someone help me out with this..Active Server Pages, ASP 0126 (0x80004005)The include file '/templa...
754 byte By
Quebo at 2007-11-22 13:12:47
Hello,As I'm writinh a shoppingcard, i'd like to use cookies for preventing people that they always have to login manually..So I would like to use : Response.Cookies(Name)=ValueResponse.Cookies(Name).Expires="August 23, 2005"And when I test my page I get : Response object error 'ASP 0...
Hi All,I am having a peculiar problem concerned with ASP and ActiveX DLL created in VB6.Through my ASP page i create an object of a class of my Dll and then call a method of that class in the next statement.This method creates a socket connection with a StdEXE which is running on my machine, giving...