1,828 Topics
| |
Hi, I created a page the has drop menus based on database recordsets that filter each other . The only problem i run into is keeping the only problem i'm having is holding the view state of the first dropmenu after it reloads. I've tried cookies, session states...am i doing … | |
Hiya this is Brims i need an idea for a final year project computer science, nothing too hard time is running out. I want to use either php or asp with database cant seem to think of any applications can someone help please :cry: | |
Hello all, I hope that this is in the right place - sorry if it is not. I have an asp script (which is contained in a .vbs file) that takes info from an XML page and inserts it into a database. I was trying to get the the script … | |
I have windows xp pro i installed IIS and put the asp script in the wwwroot virtual directory but i cant run the script i dont know why i think i made everything that i saw in all websites about the subject. Some help please!! Thanks in advance | |
'FromYear is the year entered by the user, extracted from the full date. 'if its not a leap year and the month is february and the user chooses the 29th of Feb the day must be overwritten with the 28th. 'if it is a leap year then it must start … | |
I am a final year computer science/networks student, i am going to hand in my final year project, and i was thinking of creating an online learning system which would include a database for storing student and staff details. Please i need ideas on what i can add to my … | |
Hello i have a page which u can say abt 250col wide, and can grow in tht direction as well left to write when i go for print it cuts the remaining page is there any normal way to print it take care | |
I did some reaserach and found out that [B]CDONTS.NewMail[/B] is been replaced with [B]CDO.Message[/B], and I implemented [B]CDO.Message[/B] on my code but it gives me an error on the folowing line : Mail.Body= MyBody it says it does not recognise the 'Body' object, but this works on [B]CDONTS.NewMail[/B] so can … | |
Hi, I am trying to access the database and try to retieve the value .But i have a number of check boxes and i have to display the value depending on whether it is true or false and then mark check box accordingly . so how can i do it … | |
i am developing a hotel site. when a person submit the form the message should to go their efax.how i should proceed. any body can help me? | |
is there an site for asp mysql tutorials.using mysql database with php is very eazy but i am having problem with asp.which database comnly used with asp.i hope sombody help me in learning asp | |
hey in asp,if we use cookies n in IE if the cookies seting is blocked it wont show any cookie values. So how can we avoid that So if user want to work with that website means they have to changes in IE options Private security n there they have … | |
Using ASP i have used the date functions to calculate a week and the start of a month. if someone could pls assist me with displaying a report html format. If the user chooses the week option then all records for that week must be displayed and the same for … | |
Hi everyone, I have a problem in inserting radio buttons values into my MS access database. I have done it with PHP, but I need to do it with ASP. I am trying to create a survey and I need to collect the responses in my database for further reports. … | |
How do i print asp page on client side ? the code <input type="button" value="Print" onClick="window.print()"> prints the entire asp page .if i want to print only the contents of the page and not the links and other stuff .How do i do it ? Can I get a sample … | |
I am currently working on ASP and wants to establish a trusted connection with database (i.e. SQL Server 2000 in my case) Can any one help me out. Thanks Qasim | |
i m very new to asp. i m trying to learn asp. i m trying to connect to mysql database. i m using this code <% ' Open database Dim Conn, RS Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "Driver={MySql}; Server=localhost; database=db name; uid=name; pwd=pass; option=0;" Set RS = Conn.Execute("SELECT * From … | |
I can access the data from data base but how to display it in formated way . thank you. | |
Author: Dexter Zafra [url]www.ex-designz.net[/url] 'The result will look like this: 'List A-Z: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 'Place the code at the top or bottom of your asp page. … | |
Hello All, I am working for a company, recently they bought a Shoping Cart "Evolve Merchant 4.1", Its working fine on the remote server and doing fne. But when i tried to run it on my local system and whn i add the categories or products to it then it … | |
i m trying to send fax from my site bit i m getting the error as -1003. the code is Set objSoap = Server.CreateObject("MSSOAP.SOAPClient") 'Create the SoapClient object objSoap.ClientProperty("ServerHTTPRequest") = True objSoap.mssoapinit("http://ws.interfax.net/dfs.asmx?wsdl") SendFaxResult = objSoap.SendCharFax("user", "pass", "+1 801 6852718", "This is a sample Fax", "txt") Response.Write "Fax submitted. Transaction ID: … | |
hi, actually, my question is about jmail in asp. i attached an image file in my email. i tried to make it appear in the email message but it does not. does anybody know how to display images in an email? i tried this code below but it only display … | |
I have a table displaying the list of vendors from the database. I have to select one row (vendor details). For VendorID: ------------------------Start--------------------- <table> <tr> <td>Name</td> <td>Telephone</td> <td>Email</td> </tr> <%do while not rs.eof%> <tr> <td onClick="HighLightTR('#cccccc','cc3333');"><input type="hidden" name="vendorid" value="<%=rs("VendorID")%>"><%=rs("Name")%></td> <td><%=rs("Tel")%></td> <td><%=rs("Email")%></td> </tr> <%rs.movenext loop%> </table> --------------------------End------------------------- The page also has … | |
i m getting the error as Error Type: Microsoft VBScript compilation (0x800A0401) Expected end of statement /myweb/updat.asp, line 18, column 181 my code is <% if session("bvuser")="true" then struser=request("usercode") stremail=request("email") strfname=request("fname") strlname=request("lname") straddress=request("address") straddress1=request("address2") straddress2=request("address3") strcity=request("city") strcountry=request("country") strpassword=request("password") struser=session("usercode") dim rsupdat,Conn,sql Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "Driver={MySql ODBC 3.51 Driver}; … | |
this is the error: Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /proj/save.asp, line 26 ==== this is my insert into statement: Dim cat, desc, author, strSQL cat = request.form("category") desc = request.form("description") author = request.form("by") strSQL = "INSERT INTO " & cat & " … | |
What is the best script and/or class to parse an XML file from an ASP page? | |
I have a system on my intranet that we use to keep track of personnel within our organization. The way I have it set up now is users manually type the names and other information in an ASP form provided on the intranet. The information is then input into a … | |
Hi all, here's a bit of code for a registration page im working on. <%@ Language="VBScript" %> <%reg=Request("reg")%> <% if reg <> 0 then %> <SCRIPT LANGUAGE="JavaScript"> alert("Confirmed. The information has been entered.") </SCRIPT> <% End If Set Con = Server.CreateObject ("ADODB.Connection") Set rs = server.CreateObject ("ADODB.Recordset") Con.Provider="Microsoft.Jet.OLEDB.4.0" Con.Open(Server.MapPath("cesa.mdb")) sql … | |
i ahve database in which i hava login information iwa nted to check weather the persons login information is correct or wrong. i m very new to asp. so any body help how i have to proceed <%dim user,pass user=request.form("usercode") pass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS Set … | |
I have created an asp application that e-mail (CDONTS Mailer) my customers a receipt of their order, but I heard that for my script to Execute live I need to specify a port number, But the problem is I do not know how and where to put the port number … |
The End.