1,828 Topics
| |
Hello Everyone, I use a broadband internet connection. My problem is that the IIS localhost dosenot run whenever the internet connection is on. And even after i have disconnected the net connection. i have to restart my pc to get localhost running. i would appreciate it if anyone could help … | |
Hi, I'm having problems positioning results tables in ASP. Basically it's a catalogue site and I want to display 2 products side by side in rows of however many products there are in the category. At the moment all items in the catagory are appearing side by side in one … | |
Well I am trying to search a database using ASP. I want to search all the names of persons in a database by their mobile number. The mobile numbers are entered in a textarea and needs to seach them at once. I could not figure out how can this be … | |
Would you please send me a code for importing records in an Excel worksheet into my Asp Application database. Your earliest response is higly appreciated. Thanking you in advance. | |
i m doing a simple timetable in timetable.asp with the following codes ,i created three links to view different levels of timetable. we got level 1 ,2 and 3. as this VIEW BY LEVEL timetable.asp?lowchar=1 timetable.asp?lowchar=2 timetable.asp?lowchar=3 :mrgreen: so i pass the string 1 ,2 and 3. <% if request.QueryString("lowchar")="1" … | |
[COLOR=navy]Hello, this is my first post, so thank you in advance for any help you may be able to give! [/COLOR] [COLOR=navy]I have an ASP page that I need to have pull some information from a SQL table and display. The query in question is very simple: [/COLOR] [COLOR=navy][code]rs.open "SELECT … | |
Hi every one, This is Pavan.I dont know anything about ASP.NET and trying to learn on my own.I am trying to create a login page where the user should enter his username and password, then the page should search the information in SQL server database and direct him that he … | |
Hello All, Can someone help me with this problem? I have 3 colums in an excel sheet (Serial No, Name, Mobile no), I want to put all the data in the excel sheet into the database which also has 3 colums (Serial No, Name, Mobile no) with a single click … | |
Hi All New to this so forgive the stupid questions. I have an apple macintosh and wanting to get the microsoft programs (i.e. asp.net, sql server and c# etc) downloaded onto there. although when i got to the micro website it doesnt appear to be available for the tiget OS … | |
Hi I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there. Is there anyway of clearing these boxes on the click of the submit button? (sorry … | |
hello, pls help.:-| i have 3 dropdown lists: country, city and area. when i select a country, the values in the city and area dropdown lists should change automatically without reloading the page. the cities and areas to appear must be in that country. same thing goes with areas in … | |
I have developed a crystal report and call this program through asp to generate the output and send it to a lineprinter in HP Unix 11i os environment. The printer is a networked lineprinter. Howver, the output generated has font and alignment problem compared to sending the output through the … | |
Dear All how can i connect my ASP page to SQL server database in a local machin i get this error Running connectivity tests... Attempting connection [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. TESTS FAILED! | |
First of all i'm a newbie so bear with me... I have created a form in which people submit a phonebumebr to a database, curently if they put a space in there it throws up an error. I have been told that : Never insert unsanitized data into your database. … | |
hello everybody; [COLOR="Red"]this is my code [/COLOR] [CODE]<% Dim sqlstring dim objConn set objConn = server.CreateObject("ADODB.Connection") 'objConn.ConnectionString ="DSN=ostad.dsn" objConn.open("ostad") sqlstring = "SELECT * FROM ostad" If Request.Form("TypeSearch") = "lname" Then sqlstring = sqlstring & " WHERE lname LIKE '%"& Request.Form("DaInBox") & "%'" End If If Request.Form("TypeSearch") = "skill" Then sqlstring … | |
Hello, I am very new to ASP and have been taught by one of my colleagues that I could leverage Dreamweaver (i have version 8) to create ASPx pages that collaborate with Microsoft Access -- to implement a webpage that displays, as I would like to call it, news snippets … | |
hi.. i need to create an input page wherein a user needs to select from a dropdown box,either single or multiple.. if the user selects single, a java function, wherein values are coming from the database, showing the values in a multiple dropdown box enabling the user to select one … | |
I have a web application that works fine on the web but not on my local server copy. the connection string on the web is cn.open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("database/TaskMan_MSAccess.mdb") When i run a copy locally, it reads the access database but does not allow to update the data. … | |
I am trying to delete a specific colum, say ProductID = 30 from table Product_tbl now when I use server behaviour to delete, by filtering the recordset it doesn't really delete that particular ID but it goes only the next one in the row, for example: I enter 30 the … | |
i have attached the file checkbox in this thread. My problem is when i have four checkbox with one input name check coz u know the recordset has loops. I would like to know how to insert into TASK. plz help. | |
Dear All i m having very differnt problem i think i hve one page in which i am using ifram and rich text box for html WYSIWYIG but if i change the page extention to .asp instead of .html, every thing which was wrking before start giving errors and a … | |
Hello Friends, I m having one problem regarding payment gateways. I have two php files having the payment gateway coding. I need to develop asp page intergration to it. These files contianing mysql database connectivity while my asp page is using sql server2000. I cant get the idea how to … | |
Is there a way to create Data Reports (as in VB 6) in ASP (Not ASP.Net) ? I need to create an ASP site for an intranet which will be used to view and print formatted MIS reports from the client browsers. Is there a way to do it without … | |
am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that … | |
am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that … | |
Hi: I just join this forum and am new to asp so I'm hoping someone can help me with this issue. The email form works great, it's just one issue I can't figure out. What I'm trying to figure out is, when the user fills his/her email in the Email … | |
I have an Access DB with 2 tables: tbldirectory and tblPracticeAreas. I have a search page (practice-search.html) where the user can pick an attorney practice area from a drop down list. Upon choosing the practice area the user is taken to an ASP page (practice-search-results.asp)that displays a list of attorney … | |
i have 1 page for submit this code -----------------------PAGE1.ASP----------------------------------------- SEND DATA pro_id by using from to PAGE2.ASP ----------------------- PAGE2.ASP----------------------------------------- <input name="pro_id" type="text" id="pro_id" value="<%=pro_id%>" disabled="1"> ----------------------------------------------------------------------------- PAGE2 SUBMIT TO PAGE3.ASP BUT page3 doesn't get a data from PAGE2.ASP i don't know why how can i do .............................................................................. ................................................................................................. PS. variable … | |
Hi All, Iam New to ASP and i have a problem. we had an ASP and SQL Server Project in which the login page is the default page. This application has been installed in several computers. Now the problem is I need to develop an application which checks whether the … | |
ola I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to add a 2 or something to the end of the … |
The End.