1,828 Topics
| |
IIS in my system is running when I checked in the control panel/Administrative Tools/Services/IIS admin. Now when I enter any address in the browser, it is trying to fetch it from Internet instead of getting it from local server i.e., my system. Am I clear? Pls help me. I got … | |
HI all ! I have a stock control database, I want first the item sold and recorded as sold in the sale table secondly the item will be deleted from the stock table third the item wil be automatically reordered in the order table. is this possible please. I am … | |
Hi, I have problems with spam in my guestbook and hope the solution colud be to forbid specific characters like "]" or maybe words like "www.". So I need help to detect a special character or word in a string or more exact, in a string from a form(Request.form("text")). Is … | |
;) Hi dani webbies , qcdms 21 is back , well my prob is kdv's problem. Kdv 's problem is my problem too. :) well in dropdown button department where there is administration and so on. when i click for administration for example , the corresponding textbox , Aspect No … | |
Hi there. I have an Access database with 2 fields. Client Name and Date The Date is only entered with month and day and year i.e: Gavin | 2006/06/29 Mr X | 2007/07/15 Mr Y | 2006/06/30 and so on, some dates are the same for reasons of the following... … | |
[COLOR=#555555]Good day, I am using Outlook 2003 at home and I host a web site for my family only. (I know, really small time stuff) I would really like to use my personal outlook calendar like a database.[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]:?: Is it possible to access the calendar.pst file like … | |
I have to input data in a ASP form like microsoft excel with many rows and columns. How should I do to make this form ? :sad: Thanks ! | |
I have it all set up for my satock control, I have the primary keys and foreign keys too, so in SQL how is it to update my stock control when I sell item so I could have products deleted from stock and inserted to sold_product tables please. [COLOR=sienna]tbl_Stock[/COLOR] ( … | |
Good afternoon: As before, i use pop out calendar for DOB field, but is not so good for user to access. So my lecturer request maintain pop out calendar but add a method that can type the birth date on the text field according to user's choice.How can i use … | |
Iam using COM in the asp page. All process in DLL is working correctly in windows 2000. But we want that asp site in windows 2003. So, we shifted to windows 2003, then all processes are working instead the following lines used in DLL. contextstate.SetMyTransactionVote TxCommit contextstate.SetDeactivateOnReturn False But, in … | |
Hi All, I am extremley mad right now. I had a desktop machine and installed Win2k3 and put SQL server and IIS on it. It ran perfectly but just slow. So I managed to buy a new beast. It's really sweet and was in the process of migrating over. I … | |
Hi I am tryin to get a page to send an email back to the user, I can mail to myself but I want it to take it from the previous page. please help its driving me mad Cheers Phil [CODE] <% theSchema="http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig=server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(theSchema & "sendusing")= 2 cdoConfig.Fields.Item(theSchema … | |
Hi, I would like to get a form to perform 2 actions at the same time, does anybody know how to do this, it needs to insert a record in to a database, (which it does currently) and also email the person that just registered to say hi. which one … | |
Hi , I am 1st time in this forum. i need to do a search using asp . The search result will return the keyword match percentage with the word in database. example: [URL="http://www.newport.com/searchresults.aspx?lang%20=1033&searchfor=3679%20Mirror%20Mounts%20Opto-Mechanics"]http://www.newport.com/searchresults.aspx?lang%20=1033&searchfor=3679%20Mirror%20Mounts%20Opto-Mechanics[/URL] i am running out of time and still cannot find any resources on the web. Does … | |
Hi there, I need help in the following situation. I have retrieved some records from my Access table by giving a simple select statement and have just simply displayed these records on the page horizontally. Also i have added a anchor tabl to each record so that when they get … | |
Hi all, How to count Uppercase Letter from a String. Please help Regards, Sandeep | |
i m trying to do one small shopping cart. just to learn.i could able to do shoppin cart with add product ,removeproduct then checkout page. now my problem started when person give all the info(i mean shipping info,address,credit card info) weather i need to connect to any payment gateway like … | |
ok i have a site that im working on at [URL="http://magicalstart.com"]http://magicalstart.com[/URL]. i now want to add a left hand catagories bar like in the site here [URL="http://www.aroundirectory.com/"]http://www.aroundirectory.com/[/URL] . Can anyone help me out with it? | |
I am doing a simple profile update webpage, I keep getting this error and can'y figure out how to fix it. I have included the code. The only field in my database that isn't a text field is my userid field which is an autoinumber field. Microsoft OLE DB Provider … | |
Hi All. I have two different server. One server is windows and another is Linux. I need to publish the files on Linux server through ASP. But in asp i am not found any library or any service for do this work. So have u any guys have any IDEA, … | |
I have a problem entering data into my database using asp and vb scripting languages web site address = [URL="http://www.ilizarovgrp.co.uk/"]http://www.ilizarovgrp.co.uk/[/URL] i have tried adding a advobs inc file but the page will not display once this is added this may be because of my server options but i thought asp … | |
Hi All, I am getting a rabdom date from the db. Now for each date that I get I have to reduct 3. For example: I get 02/12/2005 The new date supposes to be: 30/11/2005 How can I do that? Thanks, Assaf | |
i want to learn asp . can i use mysql database with asp.how to connect to mysql database. will u tell me the basic asp tutorials for beginners. | |
Hi everybody.. I'm facing a problem in counting number of checkboxes being checked using checkboxlist. I've tried to use checkboxlist1.selecteditem, checkboxlist1.items(i).count but all in vain.. I hope any one of you can HELP me out in this problem.. THANKS.... | |
Good morning all, I was wondering if VBScript could do the same thing as what the below JavaScript is doing, that is to focus on a form control after the user has made some mistakes in his/her inputs... <script type="text/javascript"> function Verify_Inputs() { if(document.Testing_Form.Testing_TextBox.value == "") { alert("Please enter a … | |
Good afternoon all, does anyone know how to connect to a SQL database, using Javascript? I only know how to do it in VBScript, and not Javascript, can anyone help, thanks... Have a nice day... | |
| |
Hi, I have a webpage with articles and I would like to indicate the number of views for each article. Can anyone help me with the correct form/script in asp format? Thanks | |
Hi Guys, Listen, Here’s I have a little challenging ASP Question facing my Mobile Project. [COLOR=Blue]When I submit User data[/COLOR] from my Mobile app to my ASP server using [COLOR=Blue][B]POST method,[/B][/COLOR] my Server validates this data and passes it to another ASP Server(i.e. another site), which at the end sends … | |
hi everyone. some dynamic websites use the Encoding link like [url]http://www.blogsky.com/login.bs?rnd=bBGJ757Yt1TtrkU91fP4UNI25riD4AmE3iSykH64[/url] and the value for "rnd" in link above is automatically generated.... i wanna know how i can do that in ASP and what values can i pass via that encoded value to Server i tried Server.URLEncode("something values") but that … |
The End.