1,828 Topics

Member Avatar for
Member Avatar for edouard89

Hello everyone, I have a page that is updated every week on the Friday. Is there a way to display the date of the following Monday using asp? ie: Week of Monday, Month Day, Year Thanks

0
63
Member Avatar for Shailesh25

[code]con.BeginTrans con.Execute "insert into A3 values(1,'B')",cnt1 con.Execute "insert into A3 (id3) values(1)",cnt2 con.CommitTrans[/code] if second statement fails to execute then it should rollback the transcaction. Here, I want to check whether any transaction is still in process and error has come. If this is the case then will rollback transaction. …

0
58
Member Avatar for rrocket

I am trying send information to the DB and the SP will return a recordset. The problem is that I keep getting this error (ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed). I saw a bunch of posts using queries, but none using SPs and cannot …

Member Avatar for ardeezstyle
0
297
Member Avatar for evian

Hi! I have created a web form with HTML and ASP (separate but same idea). What I want is that this form will be autofilled with data from Excel spreadsheet or alternatively from ATC! that is an SQL database. Our customers will receive a link to this form and when …

Member Avatar for ManishB
0
138
Member Avatar for hkasp

I want to put each of my URL assigned to a variable in a single page, for instance, urlfile.asp When I call the variable, visitor will be redirected to URL assigned to it and the url will only be shown as "urlfile.asp?variable=1" Please help how to do it.

Member Avatar for priyam_maheshwa
0
54
Member Avatar for priyam_maheshwa

Hi all, I have a MS Access database in which requests made by people is stored,but a coulmn for cost is left empty which is suppose to be populated by the administrator.Now the administrator wants that there should be some functionality by which he would just have to upload an …

0
69
Member Avatar for anandjindal

please can ay one fix this bug on urgent basis The paging is not working after search (it means that once we search any area then result comes is working but when we go to second page search is lost and it shows unfiltered recod) [code=asp]<!-- #include file="connect.asp" --> <link …

Member Avatar for aparnesh
0
84
Member Avatar for hkasp

Interested in learning ASP quickly with real project. So, I decide to volunteer for developing Web Site upon receiving instruction from the site owner. Thus, the site owner can save time and I will get my lesson. Doesn't that sound great? please respond....

-1
43
Member Avatar for venu@baylogic

Hi All, I am getting the following error when i am compiling the ASP page... ActiveX component can't create object: 'ASPFramework.ViewState' I am unable to understand that why i am getting error and How can i solve it? Any body can help please......????????? Thanks in Advance Urs Venu.K

0
83
Member Avatar for bhavna_816

When I go to the design window and drag some control say label in that, I can't be able to see that. When I switch to Source control, I can the tag like [code] <?xml namespace="" prefix="asp" ?> <asp:Label ID="Label1" runat="server" Text="Label">ABCD</asp:Label> [/code] Also in properties window I can't see …

Member Avatar for dweaver6
0
151
Member Avatar for jcdisciple

I am trying to build a simple web database for my church. We have a list of items that we want people to choose from. I want to display on the web page what items have been chosen, and remove that item from the drop down list in my Sponsorship …

Member Avatar for jcdisciple
0
154
Member Avatar for elblazzy4chizzy

I have a ASP Page that allow the users to Download a File @ the Click of the button the [B]File Download Dialog Box [/B] will pop up on the Scream ,on the download dialog Box are 4 buttons namely [B]Open[/B] ,[B]Save[/B],[B]Cancel[/B] and [B]More Info [/B] :mrgreen: ,How do I …

Member Avatar for ajit2mail
0
420
Member Avatar for priyam_maheshwa

hi I am using date()function in my code to capture current date which i want to store in my database.But the date() function is giving a wrong date,it is giving yesterdays date,i have checked my systems date also,it is correct but still i am getting yesterday's date. Please help me …

0
55
Member Avatar for chicita

Hi, I hope someone can help me. I urgently need to find out why my problem is occurring. I am trying to install SQL Server 2005 with the additional features from the microsoft website but it keeps telling me it cannot find IIS (which I need in order to install …

0
42
Member Avatar for Tank50

HI I am developing web site in ASP.net and crystal reports,this is first time i using asp.net and crystal reports.Still ia writing test coing to do this.i mention what is problem is.what i did is first I created crystal report viewer and crystal report.After I drag crystal report i select …

0
62
Member Avatar for dips255

hi i have a problem sending emails to users for confirmation of their account when they register on our site. This does not happen in all the cases, but many users have faced this problem. the error is 550 Requested action not taken: mailbox unavailable or not local can any …

0
62
Member Avatar for shilpamg
Member Avatar for oliflorence
0
85
Member Avatar for anuj_sharma

hey guys i want to make a web application but i am confused on whether i should study ASP or PHP. i want to make open source project. PLEASE HELP

Member Avatar for samarudge
0
78
Member Avatar for joeduffy10001

I am not really an asp developer but I am technical. I am making changes to an existing script. Very simply, I have added an additional link on a webpage. I want this link to easy display the contents of a word document. I am not that particular about details. …

Member Avatar for vicky_rawat
0
242
Member Avatar for alvim

Hello! I need to create a waiting period in a web site I'm creating, something that keeps running even if the user logs out so that after a determined time a rotine is activated to update a database. Can this be made with asp's? How? (If not, how is it …

0
46
Member Avatar for damudiscussion

"Two or more people uses this site at this time" while running in ASP with sqlserver2000. How to rectify the errors?..

Member Avatar for afripino
0
13
Member Avatar for NadaAngel

i am developing a milt-language dynamic website in Classic ASP. the site is in English, arabic and French and the data is all stored in an Access database. my problem is specifically with grabbing the "FRENCH" submenus in a dynamic heir menu: [code] <script type="text/javascript" language="JavaScript1.2" src="includes/stmenu.js"></script> <% cl="Arabic" clF="French" …

Member Avatar for Thirusha
0
528
Member Avatar for pinalshah

Pls. give the code for following : I want to copy a mdb file from location to other using asp

0
31
Member Avatar for fana3687

hi. i need help. when i preview deleteKom.asp there is no error on it. here is the coding. [code]<%@LANGUAGE="VBSCRIPT"%> <!--#include file="../Connections/data1.asp" --> <% Dim RSKom Dim RSKom_numRows Set RSKom = Server.CreateObject("ADODB.Recordset") RSKom.ActiveConnection = MM_data1_STRING RSKom.Source = "SELECT * FROM tblKom" RSKom.CursorType = 0 RSKom.CursorLocation = 2 RSKom.LockType = 1 RSKom.Open() …

0
45
Member Avatar for vipinsgangwar

Hi, Ihave to send an email from my application. I am using CDONTS to send it. The code is as follows: [code]Dim objCDOMail Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.From = "abc" objCDOMail.To = "myemailid@gmail.com" objCDOMail.Subject = "Enquiry sent from my web site" objCDOMail.BodyFormat = 0 objCDOMail.MailFormat = 0 objCDOMail.Body = "<h2>Hello</h2><br><b>This …

Member Avatar for whisper_101
0
68
Member Avatar for Earl_CG

Hello Got a problem which has had me scratching my head for an age now, and has defeated both my Computing Teacher & my ultra techie friend. The following code is working perfectly till the last cell of the table it produces: [code]set rs=conn.execute("SELECT Predictions.[Match ID], Users.Username, Predictions.Week, Predictions.HPred, Predictions.APred, …

Member Avatar for j03d4d4
0
1K
Member Avatar for punex

hello there.Thanks for all the help you guys been giving me by replying my thread.now i have half way to go to finish my system.my system is done using asp and ms access as database.i want to ask what does this error message means? Error Type: Microsoft OLE DB Provider …

Member Avatar for Pg-online
0
87
Member Avatar for venu@baylogic

Hi All, I have one more doubt here please, Can i call .vbs file from ASP page. Just like that sample.js, We can call this java script file from ASP. Example :- <script language="JavaScript" src="/formvalidator.js"></script> So can we use this statement same for vbscript(sample.vbs)... If it is Okay then please …

Member Avatar for webdevelopment
0
106
Member Avatar for KaungGyi

Hi, I am going to develop the Online Community System for IT students as my own project. In that web site, I want the member to send message between them. I dont really clear how to send message between members. I am using ASP.net and VB.net for this project....and JavaScript.... …

0
61
Member Avatar for venu@baylogic

Hi All, I have doubt here regarding above title i.e "VB Script routine to work on the server side in an ASP page".... Can we write the VB script on server side? Actually VB/Java Script are the client side codings. So can we write the server side scripting in as …

0
97

The End.