Hi All, I have a database in MS-Access. Can I upload my databse into any Internet server and access (Adding, Modifying, Deleting Records) from my computer? How can I do?Advance Thanks for you'r valuable reply.With deep regards to all my Earthweb friends.P.AnbuSelvan,Erode.mailto:anbuselvan_p@...
Hi<br/>I have a main window on which I display a child window. On the child window I make a search on a Database. Then I want to see the result on the main window.<br/>Is it possible to do that on HTML? If yes how can I do ? <br/>Thanks in advance
861 byte By
tomcat99 at 2007-11-22 13:07:01
Hi ASP Gurus,I'm tring to solve a security problem:I have a web site under IIS 4.0 with ASP. On my web folder I make following settings: Allow Anonymous Access=disable and Windows NT Challange/Response=enable. All the users who want to access my web site will use a specified user/password pair....
729 byte By
Awei Ken at 2007-11-22 13:07:02
Hi In my ASP code ,I have a problem .I want to add a new record in a Access DataBase. But IE reportserror like this"ADODB.Recordset error'800a0cb3' The operation requested by the application is not supported by the provider. "/guestbook/AddUserInfo.asp, line 8 my ASP Code is"LocalArray=App...
328 byte By
Raghavan at 2007-11-22 13:07:03
I wish to perform file upload.I wrote name="userfile" type=file accept="text/txt" in the input tagin my htm file.When i clicked the browse button showed by the browser i saw the filters Allfiles *.*, Html "*.htm", Image "*.jpg"If i wish to filter only the files of text with extension txt what i hav...
BBDB is a System DSN.One of the tables is Shippers whose fields areshipperID - Integer, Primary KeyCompanyName - Text(50)The query qryGetShipper on table Shippers is select Shippers.* from Shippers where Shippers.ShipperID = [paramShipperID]The query "qryGetShipper" is stored in the database....
136 byte By
shetu at 2007-11-22 13:07:05
hi,<br/>i want to know that how can i send a message back onthe same page from where the request was sent.<br/>thank you<br/>shweta
What is the difference between object tag and server.createobject.
87 byte By
Giri at 2007-11-22 13:07:07
I have a method returning an array object<br/>how do i assign this to an array variable
How i can unload applications in pool through vb script?
hi! how would you open a file that is on for example www.yahoo.com/index.html for reading. the only way i know how to do this for files on teh local drive is by using the fso = new ActiveXObject("Scripting.FileSystemObject"); f = fso.OpenTextFile("c:\\testfile.txt", ForWriting, true);method....
If I look at the forum title, it says ASP+ (Plus).If I look at the posts, none of them relates to that new technology.Does this need more advertising?I'd rather have a clean ASP+ forum than mixture of HTML and (old-style) ASP posts.Just my personal opinion.Cheers,Lothar...
1149 byte By
daneb at 2007-11-22 13:07:11
Hello! I have an ASP file with a very simple form which is supposed to email the inputted data to the email address specified in its ACTION attribute. The form contains two textboxes (for the user's first and last name), a submit button and a cancel button. The form's METHOD is post.I have...
238 byte By
ajay47 at 2007-11-22 13:07:12
Hi <br/>I have to uplaod a file (CSV) from the client browser to the server <br/>how will i be able to do it and one more thing that the file is of huge size so how do i manage the timout property of browser<br/>Thanks in Advance<br/>Ajay
Does anybody has a sample code for charting data?<br/>I export my data to excel from web and I want it to automatically chart graph for me.<br/>-t-
399 byte By
pwin at 2007-11-22 13:07:14
I have created a form in manual HTML format which looks like the following: User ID: Password: But my browser does not seem to understand the form tag. A book I read say I might need ASP.exe and need to go and download from MS site. But I couldn't find one in there.Why is it not recognizing i...
There are two browser windows opened. My Requirement is that I need to close the second window on certain event and pass some values to the first window.How can I acheive this without using session variables.<br/>Thanks
147 byte By
ChitraG at 2007-11-22 13:07:16
I want to upload n no. of files from the client browser to a server without using any downloadable components. Please let me know the details ASAP.
920 byte By
Pulp at 2007-11-22 13:07:17
Hi all!!I'm running IIS on a Nt-server, but are having some difficulties with displaying the web-sites.I have created a directory called "test" (under wwwroot) and added two files to it, Global.asa and Hi.asp. What happens is that the response-object (if you can can call it an object..) works f...
580 byte By
pwin at 2007-11-22 13:07:18
HiForgive my ignorance in adavance as I just started learning and using ASP.I am trying to store some login info. into a text file on my webserver.Do I have to manually compare the text streams line by line from the text file? or is there a built-in search method or a search function?I wonder if I c...
190 byte By
andrea_ at 2007-11-22 13:07:19
How can i extract an image from another image source? I want to make a control/dll that dynamically manipulate an image then save it to a temporary file which will be accessed by a web page.
how can i call a js function that is inside the asp page and call it in a asp command.<br/>thanks,<br/>___///___<br/>__(.)-(.)__<br/>ooO(.)Ooo
I am trying to call some stored procedures that reside on a database, and am receive the same error in IE.THe error reads: Must declare variable '@UserID'@UserID is one of the parameters passed into to stored procedure, and I do make reference to it in asp by calling a particular UserID us...
The following error showed up on running an asp script that contain the following sqlsql -> Select * from SubOrDefBugDetails where Datediff("y",DefectDate,Now) Microsoft OLE DB Provider for ODBC Drivers error '80040e10' [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expec...
When I attempt to run an ASP+ VB Web Form, I get the error message: "unable to automatically attach...server doesn't have debugging enabled. Set 'debugmode enable' to true.The problem is I *WAS* running ok for a few builds and did not change the config.web. If I add the debugmode to...
Hello, I want to give range like 0 to 100 for a case of select case statement in ASP using VBScript.How can i do it. I tried the following -1) select case ymax case 0 - 100 case else end select Not working.2) select case ymax case 0 to 100 case else end select Giving a...
I have a message forum programmed in ASP, where the main page displays your identity if you have logged in or a 'log in' button if not - trouble is, if someone logs in it sets the cookie and session variables ok then goes back to the main page, but instead of reloading the main page it dis...
I want to get a recordset value ( whose query is dependent on one client side textbox value) in combo box without refreshing or posting my page, Is that possible, if yes, how?<br/>Ash
I heard of two new authentication schems in ASP+ - Passport authentication and cookie tokens based authentication. Can someone explain in detail the passport authentication scheme? I understand taht the cookie-based authentication is similar to what a lot of people implement on their own now where a...
Does anyone know when a beta version will be released? Or better yet, does anyone know where i can get the build from the PDC a few weeks ago? We've just started this major application, and by the time it's ready for release, ASP+ should be out and we want to use it. But we don't w...
150 byte By
pwin at 2007-11-22 13:07:29
Hi guys<br/>How do I make my source code invisible fully or partly from the source Menu Item of the View menu in the Web browsers?<br/>Peter
I am well versed in Visual Basic and am reasonably competent with HTML and Javascript, but I've never had reason/need to learn ASP. Now, the victim of downsizing, I find that any job openings for VB also want ASP knowledge/experience.Can anybody recommend a good site to bring me up to speed on...
I want to pass client side value to my business object which generates a recordset based on that value and want to get that recordset value in combo on client side, I am using Advanced data space and Advanced data connector for this but am unable to get the results, Is there any help for this, if ye...
i want to display the execution time of each asp page in milli seconds. But i could able to display in only seconds.<br/>Pl. let me know the possible way<br/>thanks
363 byte By
daneb at 2007-11-22 13:07:33
Good day!I have a page that has a button, captioned "Print Page", that when clicked, will print the entire current page. Instead of using the Print command from the File menu of the browser, the user's requirement is to use this button. The page shows a report in tabular format. Do you have any...
431 byte By
daneb at 2007-11-22 13:07:34
Good day!I'm sorry for posting a non-ASP question here but since my question is web-related, here it goes. There are times when you are writing your code in JavaScript and you need to break your code in the next line (especially if you're not using a text editor that doesn't automatic...
Hai,<br/>I want to send a mail to some Email address. But instead of my email id to be seen in their message, i want to display my name i.e i don't want to display my Email id. I am using windows 2000.<br/>Thanks
Hello,<br/> Tell me how to use Microsoft's Mschart control in ASP+ to draw charts.<br/>thanks.<br/>vin.
309 byte By
gricceri at 2007-11-22 13:07:37
After any editng query like UPDATE, INSERT and DELETE to the DB, I get a '80004005' error if I access to the DB. I think that is due to resources (the DB) releasing problem. In fact, If I put a Session.abandon at the end of my code, things work fine, but I loose my session variables. What...
In my page, there is a table displaying some data. The data maybe changed along the time. When one of the cell (say row 1 col 1) changing, I want to highlight the cell for some seconds with different color and the rest of the table and the page are not changed. How can I achieve this? Thanks!
194 byte By
vin77 at 2007-11-22 13:07:39
I wish to create a web page to allow users to send sms and download operator logo to cellphone. <br/>but i'm totally new to this... hope somebody can help or guide me.<br/>thanks!
191 byte By
tsach at 2007-11-22 13:07:40
how can i delet information from database that stand in far url?please help me its importent and if somebody know how to use the<br/>rds(remote data service)<br/>ill be thankfull for any help
1024 byte By
FelixV at 2007-11-22 13:07:41
Hi All, Which version of Microsoft ODBC driver is required to run MTS ? ( I am quite new to MTS)I am getting "Driver Not Capable error" !! Any kind of help is appreciated. My ASP code looks like this%@ LANGUAGE='VBScript' %@Transaction=Required%>%Response.Buffer = True%% Dim ObjCon Di...
496 byte By
parsh at 2007-11-22 13:07:42
Hi,I have a requirement of sending eMails from ASP page. I found that CDONTS is the best way of doing it. But i also wanted to attach files. Can i attach files that reside in my client m/c ?If no what is the best way of uploading the files to the server from ASP page ? I read that cpshost.dll is an...
166 byte By
agustr at 2007-11-22 13:07:43
I would like to make a discussion forum in asp and wondered if it there did not exist something that I could base my amature work on or simply get another readymade?
460 byte By
daneb at 2007-11-22 13:07:44
Hello! I have several questions reagrding images:1)If you have a page containing several graphic images, are these images always downloaded even if it is not the first time you access this page?2)If you set a width and height attribute which is half the original width and height dimension of your im...
344 byte By
moushumi at 2007-11-22 13:07:45
Supposing I am drawing a salesperson Vs Value graph using Microsoft Web Component - Chart and the chart type is chChartTypeBarClustered with only a single series, how do I change the colour for one particular sales person. The salesperson names as well as the values have been passsed as array. Also...
96 byte By
moushumi at 2007-11-22 13:07:46
How do I display data labels below graph when graph type is chChartTypeBarStacked with 2 series.
1277 byte By
Drengor at 2007-11-22 13:07:47
I'm having a bit of trouble getting the behavior I want with a button in arepeat element. I want each item in the repeat to have it's own button with the samegraphic and handler, with a value or name set to a unique ID (to know whichone to process). IE. <viewbutton> <delbutton&g...
43 byte By
Jitendra at 2007-11-22 13:07:48
what is internationalization concept in ASP