1,828 Topics
| |
hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m … | |
Hi We are running an ASP Website and we want to prevent the client opening our site in more than one instance of the Web Browser.Any help will be taken with deep gratitude. pckumaran:confused: | |
[COLOR=#191970]sorry..i have to expalin again about my code. at my frist page, i populate a drop down menu list from a database. when the user drop down the menu and choose the category (daftarstok.asp), it will display all the record that related on the 2nd pages (daftarstok3.asp). and then..on the … | |
[COLOR=black]I cannot login in the system. it gives this error. i m using sql server 2000. do i need to make changes in sql? plz help me. :sad: [/COLOR] [COLOR=black][/COLOR] [COLOR=black] [/COLOR] [COLOR=black]Error Type: Microsoft OLE DB Provider for SQL Server (0x80004005) Login failed for user 'Administrator'. Reason: Not associated … | |
Hi, This is karthik. I got a problem in ASP. I want the user to upload an Image in which he will be selecting the image from his own local machine or any external device. After selecting the image by the user it ll be viewed by him. Now i … | |
... with all of the scripts and forms layout in the same html page? I need a "stand-alone" html page that is a simple email form (with email address, subject, message and submit button to have it email me). I don't have the time to go and learn scripting languages. … | |
Hello Sir I need an idea that when some customer enter his/her information in our web site, we got that in our ID and now we want to send back a welcome message to tell him/her that u have succesfuuly contacted us like this , but on to his/her email … | |
anybody know any tricks for executing aspx pages from asp pages. basically I need to do something like this [code] <% strResult = Server.Execute("otherPage.aspx") %> [/code] I know that you can't actually execute a .Net page from a classic page but I'm hoping somebody knows a trick to get the … | |
hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m … | |
hey all. need some help here. using ASP, I am opening another .asp file (as a text file), and reading it line for line. At one point in my script, i have to say "if a variable contains the string: '../flash/<%= flashSource%>' , do something. however, when i try to … | |
Hi there I have to create a couple pages where I need to, in the end, send an email through ASP. I have done a couple of previous pages and they seem to be working pretty fine. However, I need to now send attachments in ASP Email. I went to … | |
hi everyone i deleted a cookie in a page like... response.cookie("cookie_name").expires=#December 31,1990 00:00:00# but the cookie is still active in another page. wHY? or is there an anoyher way to delete cookie? | |
im a trainee in asp i want to connect my asp withsql , can anyone help me.. or send coding or site adrresses mail me | |
For my work, I am making a web application for our intranet that will query our accounts, and based on the input, will pull out the appropriate contact's email address to send a pre-scripted message. I can't seem to find a good answer on the net, but my question is: … | |
iam using Asp.Net Application with Crystal report X1.I want to know When a large volume of data is being loaded into Crystal report from executing a stored procedure (sql server)through Asp.net Application,will the Crystal report will hold on its session till the data gets loaded .Also will the crystal report … | |
Hi, I'm looking for a script that create and save it into an image file. Can a script do this? Hope you could help guys! Thanks! | |
can anyone pls fix up the problem Regvalidate.asp page coding : <% MyFirstName = Request.Form ("login1") MyLastName = Request.Form ("login2") MyUserName = Request.Form ("login") MyEmail = Request.Form ("email") MyPassword = Request.Form ("password1") MyGerder = Request.Form ("gender") MyDateofBirth = Request.Form ("login3") MyAge = Request.Form ("login4") MyCountryofResidence = Request.Form ("countryofresidence") MyMaritalstatus = … | |
Hi guys, i am new to asp so sorry if this is easy. I have done an ASP survey based on an open-source survey by Guo Xu from planet source code. it is a multiple choice survey You can see this here: [url]http://www.beaniekids.com/test/bkqf/p2_questionnaire.asp[/url] This survey uses an Access database which … | |
Dear all, I am getting this error and its not getting resolved at all: Syntax error (missing operator) in query expression 'OrderNo='. On line:RS.Open query, objConn This is my code where i am pulling records on the orderno and after i have pulled the records ,i am trying to insert … | |
[COLOR=#000000]I have the following code on many pages in my website with some unusual issues. The code works fine on my local IIS 5.1 on Windows XP Pro. I moved the code to my ISP and the following issues occurred: 1) The database does not work - I received the … | |
[COLOR=Black]Hi there all. I have a problem with a date situation. I have a form that needs to look for a specified date in an Access database. I have managed to do the following: 1. When the date is enterd it is entered as follows [/COLOR]"[COLOR=Red]2006/07/09[/COLOR]" [COLOR=Black]so when response writen … | |
hi all,,, :mrgreen: hey i been working under a website project .. my problem is i want to change a button property which is residing in another page ... Its like this pagename =help.asp <html> <head><title>"Spandana" Help</title></head> <frameset cols=40%,*> <frame name=fr1 src="[B]indexpage.asp[/B]" frameborder=0 noresize> <frame name=fr2 src="contentpage.asp" frameborder=0> </frameset> <% … | |
Hi guys I have a string (read from a text file), and i need to be able to pull out the value in the quotation marks. For example: if my string is <img src="hello.jpg"> , I need to return hello.jpg. The tough part is that there can by any number … | |
| bottom here is my asp coding, for connecting to mssql2005 i know how to connect to mssql by vb using the com+. but i want to try using the database connection on asp page. [code] <%@ LANGUAGE="VBScript" %> <% Option Explicit Dim UID, SQLStmt, Connection, FirstName, LastName Dim RS, SSN, … |
cannot passmeter cname when wunit data is "Sales & Hrd". can anyone help me out??? appreciate it. <a href="chemicallist.asp?comid=<%=rs.Fields("comid")%>&wid=<%=rs.Fields("wid")%>&warea=<%=rs.Fields("warea")%>&wunit=<%=rs.Fields("wunit")%>&cname=<%=cname%>">Chemical list</a> | |
I am using asp and ms access in iis, server. my problem is when i am testing it in my pc it working fine but when i upload the page in server it is not working. [asp] <% Dim adoCon Dim rsAddComments Dim strSQL adoCon = Server.CreateObject("ADODB.Connection")adoCon.Open "DRIVER={Microsoft Access Driver … | |
Hi, I am in the need of tree control which i am going to use in aspx or asp page, that can loaded by SQL database at the first time. After that I need functionally of Expand All", "Collapse All", "Submit", "Clear", "Cancel". it would be great help for me … | |
hi plz tell me how to increment textbox value by 1 whenever click submit button in asp.Example let say now my text box value is 1.When user click submit the text box value must change to 2 and so on.Plz reply me. thanx in advance;) | |
[B]Searching keywords inside webpages [/B] -------------------------------------------------------------------------------- hi all my problem is [B]searching [/B]:rolleyes: ...i want to search words within webpage which is stored in one [U][B]directory[/B][/U]..:surprised it is different from normal directory searching :eek: ...beacause i am searching inside the [COLOR="darkorange"]webpage[/COLOR] ..so i want to omit all that html tags … | |
HI , Daniweb i have two tables Guarantor and Loan1. when i insert into Guarantor all the values for table is inserted except stud_id which is the foreign key for this table from student_tb table. The value for stud_id shows 0 or zero. EX of code: if request.QueryString("id")<>"" then stud_id … |
The End.