1,828 Topics
| |
I am creating a CDO email page and i would like to know how i can add multiple fields or refference multiple fields in the Body of the Email. Thank You | |
I've added a treeview control <asp:TreeView.....> to a web application. The control is nested within a form tag, which itself is nested under an HTML div tag. It looks like this: [code=ASP] <div id="sidebar"> <form id="form1" runat="server"> <asp:TreeView id="TreeView1" runat="server" DataSourceID="XmlDataSource1".......> </form> </div>[/code] The control works fine except that the … | |
[code=ASP]<html> <title>CodeAve.com(Create Excel on Server)</title> <body bgcolor="#FFFFFF"> <% accessdb="a" cn="DRIVER=Microsoft Access Driver (*.mdb)};" cn=cn & "DBQ=" & server.mappath(accessdb) Set rs = Server.CreateObject("ADODB.Recordset") sql = "select id,empname,phone from empp" rs.Open sql,cn rs.MoveFirst file_being_created= "states.xls" set fso = createobject("scripting.filesystemobject") Set act = fso.CreateTextFile(server.mappath(file_being_created), true) act.WriteLine("<html><body>") act.WriteLine("<table border=""1"">") act.WriteLine("<tr>") act.WriteLine("<th nowrap>id</th>") act.WriteLine("<th nowrap>empname</th>") … | |
Hi, Im trying to work out a way for users to be able to add new columns to tables in an SQL Server database through Dreamweaver. I have tried using stored procedures but i keep getting errors. The user will choose which table they wish to add a column then … | |
i am given a project in technical writing course to develop a website which generates a document file of thesis. the user must enter the data like title of the document , table of contents ,advisors etc and by pressing the OK button at the end of the page the … | |
hello there.. i have do some research on the ajax paging,but i cant get any solutions. i wan to query out 5records each time when the Next button is clicked or Preview button is clicked without refresh the page with the querystirng above such as xxx&page=1,xxx&page=2. i get some reference … | |
Okay, so our website is pretty much all session based and all of a sudden it is acting very laggy. People complain of not being able to stay logged in very long at all (like it is resetting the session at random intervals). Also, I have simple code that does … | |
Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance? Cheers [code= html] <html> <head> <title></title> <SCRIPT LANGUAGE="VBScript"> dim validation Function MyForm_OnSubmit validation = False MyForm_OnSubmit = False … | |
I keep getting this error and I can't figure out why. Here is my code: <% set conn = server.createobject("adodb.connection") set rs = server.createobject("adodb.recordset") conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/data/newsleepermedia.mdb") & ";Jet OLEDB:database" rs.open "select * from Prices WHERE id=" & request("idnum"),conn,3,3 if not rs.eof then do while not rs.eof response.write … | |
I am having problems creating my XMLDOM request, when requesting the XML, it is = nothing. Any help would be much appreciated! Here is my code: [code] Set objXML=Server.CreateObject("MSXML2.DOMDocument.3.0") set oRoot=objXML.createElement("COMMAND") set objXML.documentElement = oRoot objXML.appendChild oRoot Set oField = objXML.createElement("retrieveInfoRequest cmdType=""request"" cmdMode=""alwaysRespond"" echoback=""false"" ") set oChild = objXML.createElement("searchCriteria") oField.appendchild … | |
how i want to solve this problem my visual studio.net has detected that the specified web server is not running ASP.NET version 1.1. ? which mean me cannot create a new asp.net application.... who can help me? | |
How to I rearrange this so that only distance less than or equal to 25 are displayed? [code]For i = 1 to 20 Display(rs) rs.MoveNext If rs.Eof Then Exit For If rs("distance")>25 Then Exit For Next[/code] | |
Hai all i am doing an ASP project.... when redirecting to anotherpage like Response.Redirect("Page1.asp") i dont want to show the actual path of that web page in the address bar... but it shud be displayed in some encrypted format... also i dont want to use Server.Transfer...i want to be displayed … | |
I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head> <meta … | |
Hi guys, I am a student on placement and I have created a database for a company. This database contains customer details, enquiries, orders and product details. I used joining 'line' tables to solve the many-to-many relationship between some tables but now i am having trouble using them. I have … | |
Good Day i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image below: [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] … | |
hi all, I have two problems 1. When i am updating the value of table manually. i am facing the error : The data in the row1 was not commited. Error Source : .Net SQL Client Data Provider Error Message : Time Out Expired and Second one is also related … | |
I have a checkbox inside a datalist control with Autopostback="True". When a user clicks the checkbox the associated event Handler is not firing. My code is In HTML : [code=ASP] <asp:DataList ID="myDataList" runat="server" RepeatColumns="1" RepeatDirection="Vertical" > <ItemTemplate> <asp:CheckBox ID="chkid" runat="server" autopostback="True" /> <%#"Id " + Container.DataItem("CustomerID")%><br /> <%#"Name " + … | |
Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for … | |
i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code.. menu.html [code=HTML]<html> <head> <LINK href="menu.css" rel=stylesheet> <LINK href="menu.css" type=text/css rel=stylesheet> </head> … | |
I've created a method that returns 3 records in an array. This is being called in an asp page. I created a variable called PRODUCTINFO that is going to be taking those 3 records from the method and allow me to use it later on in the page. Below is … | |
Hi guys, I was wondering if someone could help me please. How do i query the database using ASP and Dreamweaver to return the field names of a table? Thanks! Any ideas greatly appreciated. GLT | |
How can we get details using whois function in asp and how to create our own whois extension in firefox which is in asp? | |
I wish to transfer data from a potential customer table to a customer table in my database if and when they become a customer and not just an enquiring customer. I need to be able to do this simply but I have no idea how. I am using ASP and … | |
I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is: [code] set objConn = … | |
To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts. | |
I know nothing about ASP and I am intrested in learning it. Please help me find a good means to start. | |
I'm just getting started with asp.net. Currently I'm using visual web developer express and sql server express. I've created a small project but find when I run it in debug mode it works great. When I try to access it from another browser window I can as long as I … | |
Hi all. I have a login Form where user can insert Nickname & Password. I have a database where i have listed new registered user and store their information. The problem is when I control the Form data "pass" and check if it's equal to the rst("pwd") into the database. … | |
I've just inherited some classic ASP code that apparently uses client side vbscript. The bulk of our code is classic ASP with server side VBScript, but I've always done any client side with Javascript, since as long as I can remember. I didn't even know there was client-side vbscript until … |
The End.