1,828 Topics
| |
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 | |
[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. … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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.... | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
please anybody explain me the ASP coding to disable the back and forward buttons. | |
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 | |
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. … | |
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 … | |
"Two or more people uses this site at this time" while running in ASP with sqlserver2000. How to rectify the errors?.. | |
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" … | |
Pls. give the code for following : I want to copy a mdb file from location to other using asp | |
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() … | |
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 … | |
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, … | |
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 … | |
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 … | |
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.... … | |
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 … |
The End.