Forum: ASP Jun 28th, 2006 |
| Replies: 2 Views: 1,812 thanks for your reply. so now my part of code is add cart,remove product,ext
when i press checkout all the process is handled by payment gateway. and once the payment is sucessfull customer will get... |
Forum: ASP Jun 27th, 2006 |
| Replies: 2 Views: 1,812 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... |
Forum: ASP Jan 12th, 2006 |
| Replies: 1 Views: 1,823 i wanted to learn shopping cart ,online transaction. any body please saject me how to start. i have a knowledge of asp.thanks |
Forum: ASP Nov 8th, 2005 |
| Replies: 2 Views: 3,580 to send efax wetaher we have to be registered with efax provider like interfax.com?. i have not registered with any efax provider |
Forum: ASP Nov 8th, 2005 |
| Replies: 2 Views: 3,580 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
... |
Forum: ASP Nov 8th, 2005 |
| Replies: 3 Views: 5,466 yes i tried i mnot getting tany error but not updating |
Forum: ASP Nov 2nd, 2005 |
| Replies: 3 Views: 4,501 i tried this code
<%Option Explicit
Const StringToFax = "Hello world from text."
Dim objSoap, SendfaxResult
Dim B
B = Stream_StringToBinary(StringToFax,"us-ascii") |
Forum: ASP Nov 2nd, 2005 |
| Replies: 3 Views: 4,501 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? |
Forum: ASP Oct 28th, 2005 |
| Replies: 3 Views: 5,466 i could remove the error by relacing this code
sql="update users1 set email='+stremail+' and fname='+strfname+' and lname='+strlname+' and address='+straddress+'
and address1='+straddress1+'... |
Forum: ASP Oct 28th, 2005 |
| Replies: 3 Views: 5,466 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"... |
Forum: ASP Oct 27th, 2005 |
| Replies: 4 Views: 2,679 this problem is solved the code is now
<%
dim struser,strpass,stremail,strlname,strfname,straddress,straddress1,straddress2,strcity,strsql,strcountry,strreg
stremail=request.form("email")... |
Forum: ASP Oct 27th, 2005 |
| Replies: 4 Views: 2,679 i have tried but i m getting the error as untermineted string constant on line where
this code is there
strsql="insert into users1... |
Forum: ASP Oct 26th, 2005 |
| Replies: 4 Views: 2,679 i m trying to use mysql database with asp,i m trying to code regsiter.asp. but i m getting the error
this is my code
<%dim... |
Forum: ASP Oct 26th, 2005 |
| Replies: 2 Views: 2,835 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 |
Forum: ASP Oct 25th, 2005 |
| Replies: 6 Views: 4,211 |
Forum: ASP Oct 25th, 2005 |
| Replies: 6 Views: 4,211 <%dim user,pass
user=request.form("usercode")
pass=request.form("pass")
response.write(user)
response.write(pass)
' Open database
Dim Conn, RS
Set Conn =... |
Forum: ASP Oct 25th, 2005 |
| Replies: 6 Views: 4,211 but i dont have any problem with my database connection.
i think problem with the login information check with database |
Forum: ASP Oct 24th, 2005 |
| Replies: 1 Views: 2,627 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... |
Forum: ASP Oct 24th, 2005 |
| Replies: 6 Views: 4,211 i have 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... |
Forum: ASP Oct 19th, 2005 |
| Replies: 2 Views: 2,845 the error was i had no myodbc connection. i downloaded myodbc connector the it worked. |
Forum: ASP Oct 18th, 2005 |
| Replies: 2 Views: 2,845 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")... |
Forum: ASP Oct 14th, 2005 |
| Replies: 7 Views: 3,177 i wanted to know weather the sites on aspx or asp is more secured site than php sites?. i have seen banking sites some othere secured sites are in asp or asp.net or jsp.what are the other application... |
Forum: ASP Oct 13th, 2005 |
| Replies: 7 Views: 3,177 what is the pc requirment to run .net program
my asp program is running on my pc i have xp pro . i have iis and asp working on that
the extension as a.asp
but if i try the code in .net with... |
Forum: ASP Oct 13th, 2005 |
| Replies: 7 Views: 3,177 if we know asp is it easy to understand asp.net? |
Forum: ASP Oct 12th, 2005 |
| Replies: 7 Views: 3,177 i m very very new to asp.so i wanted t0 know difference bertween asp and asp.net. .net is better than php or asp. ? |
Forum: ASP Sep 23rd, 2005 |
| Replies: 6 Views: 7,452 thank u very much, yes i m learning php. thnaks for ur sajaction |
Forum: ASP Sep 19th, 2005 |
| Replies: 6 Views: 7,452 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. |