223 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for Ajit_786

Hlo Plz anyone give a coading of classic asp i want to save my csv and excel file in databse

Member Avatar for smart_saru
0
1K
Member Avatar for T3STO

hi brothers , i work on a ASP.NET MVC Project, please i try to get a cookie who created already using server side C# , and in a pure HTML page not .CSHTML i talk now about .HTML page , in this page i want to using javascript to read …

Member Avatar for madCoder
0
1K
Member Avatar for PotaZinga

Hi everyone i am getting an error that says Microsoft Office Excel error '800a03ec' Unable to get the Open property of the Workbooks class when i try to open an excel work book in my code . The line of code where i get the error is [icode] Set ExcelBook …

Member Avatar for Mounika_6
0
4K
Member Avatar for Arjen_2

$count1 = array(); $count1[0] = " 1"; $count1[1] = " 2 1"; $count1[2] = " 3 2 1"; $count1[3] = " 4 3 2 1"; $count1[4] = " 5 4 3 2 1"; $count1[5] = " 6 5 4 3 2 1"; for ($b = 1;$b <= 6;$b++) { echo …

Member Avatar for ryantroop
0
443
Member Avatar for Link_1

I am using visual basic, javascript, and html. I am trying to use google hierarchy chart api. I works fine on localhost but when I try to move the same code to the server than I get the following error: Error: Object doesn't support this action <%@ Page Language="VB" AutoEventWireup="false" …

Member Avatar for Link_1
0
3K
Member Avatar for newbee_jv

Hello everyone, I have 2 Tomcat app servers (Tomcat1, Tomcat2) on 2 different hosts. Tomcat1 is my main J2EE web application that has a commercial certificate, and the application works correctly. Tomcat2 is a dependent component that has a self signed certificate. both tomcats are behind a load balancer. When …

Member Avatar for newbee_jv
0
2K
Member Avatar for RudyM

Hi all, This is a very elementary question, but I'm a couple of days into this. Which web.config file should one store keys in? Keys to use within a Model/Controller? I see four different ones: Project > Views > Web.config Project > Web.config Project > Web.config > Web.Debug.config Project > …

Member Avatar for RudyM
0
298
Member Avatar for zachattack05

Good afternoon everyone! I'm running into a small snag and it could just be because it's late and I'm not thinking clearly. I have an ASP Panel that is an alert box. The panel's initial visible property is set to false and should only be set to true when specific …

Member Avatar for zachattack05
0
381
Member Avatar for alpa shah

Hi.. plz.. suggest me online mini project topic based on ASP language.....I am very confuse...plz help me...

Member Avatar for rohit.gurjar.7798
0
795
Member Avatar for davidjennings

Hi all, I am trying to compare output from DB The code below works on 1 check, but I require to do this on multiple products like so `if rowProduct("GRPCODE") <> "Cross Hire" or rowProduct("GRPCODE") <> "Boiler Ancillaries" then` etc but the above line does not work as I have …

Member Avatar for MaxMir
0
578
Member Avatar for spawn2004

Hi , can you please help me with an advice. I have a problem with treeview. I want to show in a treeview folders but just some of them. I have several layers of folders. For example Root | =subfolder 1 | = subsubfolder1 | =subsubsubFolder1 | =subsubsubFolder2 | = …

0
206
Member Avatar for krunal1986

Hi, I need month number from string text. ex: from "Aug 2014" , I should get 8, if "Jul 2014" then 7. thanks,

Member Avatar for AffineMesh
0
202
Member Avatar for castajiz_2

Hy guys, haven't been here for a while, and I m having a problem that I didn't use to have before. When I was uploading via filezilla ftp client program a month ago a asp.net built website I didn't have any problems whatsoever. Now I'm facing problems and always getting …

Member Avatar for JorgeM
0
2K
Member Avatar for Rasvinder_1

Hello all, I need help regarding developing an asp.net application to compare images using facial recognition. I mean comparing 2 different images of the same person and returning whether the 2 images are of the same person or not..... I have developed the application which compares the images pixel by …

Member Avatar for pritaeas
0
267
Member Avatar for liamfriel

Hello all, I am pretty new to ASP and we are using ASP for logins for our PHP projects, we are using Active Directory LDAP. We can only connect to one container at a time. I have managed to create some code so switch containers but I cannot log in …

Member Avatar for liamfriel
0
194
Member Avatar for Ju

hello programers i made upload pic from my pc to the project folder so i need to diplay this pic on web page i m using ASP.net with Vb Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click If Me.FileUpload1.PostedFile.FileName = Nothing Then Me.Label3.Text = "nothing choosed …

Member Avatar for JorgeM
0
129
Member Avatar for davidjennings

The following code is producing this error `Microsoft VBScript compilation error 800a03f6 Expected End ` followed by `/stock/availability-quick/availability2.asp, line 130` I think it is a if else error. I have looked over the code and i don't see the error and would benefit from an expert pair of eyes to …

0
158
Member Avatar for grafic.web

Hi there!! I would like to know if is possible to have routing in a website made with classic asp... In stead of showing this web address : www.website.com/mypage.asp?id=1 i would love to show this one (like MVC): www.website.com/mypage/1 Is it possbile? Thanks to all

Member Avatar for vsmash
0
2K
Member Avatar for MaddTechwf

Some of my values coming back in my recordset have a ' in them. This data is being read into a JS array so I need to change the ' in the result to the &#x27; html hex code.

Member Avatar for MaddTechwf
0
136
Member Avatar for MaddTechwf

I've written an SQL select statement. I've checked te statement in SQL Server Management Studio Express and it works greate. When I go take the code to my asp page and insert it, I get a generic IIS 500 error. When I take out my variable I'm tyring to use, …

Member Avatar for JorgeM
0
183
Member Avatar for MaddTechwf

I've written a sql select statement that return data just fine. I've got to format the data for my JS array though. The party I'm having issues with is place the , in the correct spot. I need to place it between the } and the next { . Current …

Member Avatar for MaddTechwf
0
206
Member Avatar for MaddTechwf

I'm working with a database that was setup before me. The column name is year. When I'm writing my SELECT string, I try referencing the year column and get NULL repsonses. How can code this correctly to reference the year column?

Member Avatar for MaddTechwf
0
123
Member Avatar for MaddTechwf

I've written my SQL lookup and tested it and it works great. I'm having issues checking and displaying text that might be null. Can anyone help me with this? This is what I've written and does not work at all <% While (Not rsUP.EOF) %> <h3 class="name"> <% If Not …

Member Avatar for MaddTechwf
0
166
Member Avatar for davidjennings

Hi All, I am a new user to ASP and would like to add a to an accumalted value. The value stored in QTYALLOC can be a 1 or a 2 but currently the code will only add increment by 1, but what I am trying to do is increment …

Member Avatar for davidjennings
0
954
Member Avatar for CaffeineCoder

OK, so I've been Googling this as well as looking for previous posts. I have a .NET site that has some classic ASP still in it (who knows why or who did that). On the old server, the ASP would execute normally. On the new server, however, the ASP code …

Member Avatar for CaffeineCoder
0
294
Member Avatar for davidjennings

Hi all, I have to update some classic ASP code and I need to add an if statment to compare if a uppercase value is == "N/A" and to compare value with request("productLink") line 8 and if it is it should by pass validation on line 16. Any further information …

Member Avatar for JorgeM
0
379
Member Avatar for muhammad.ibraheem_1

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) Textbox.Text = "Enter your Name here"; } protected void Button_Click(object sender, EventArgs e) { string Filename = "http://localhost:55688/TextFile.txt"; if …

Member Avatar for pritaeas
0
3K
Member Avatar for davidjennings

Hi All, I am trying to the following: The code is written in ASP, the output is from a database. I am trying to multiply the QTY and RATE#2 and display total with each order in the returned data. This relates to the last td's in the output. I also …

Member Avatar for davidjennings
0
310
Member Avatar for SearchEngineOptimisationService

Hi im rubbish at programming, but im trying.... Im trying to get a page to display the details posted to a form. Part of it is working and part of it isnt for some reason. Ive declared a new value called "responsecode", responsecode = Request.Form("gtpay_tranx_status_code") If the value posted to …

Member Avatar for JorgeM
0
228
Member Avatar for azapovjednik

Hello all, I hope you can help me.. I got one assignment: to modify the existing website made of .asp pages. So, I got the working folder, with all the subfolders and files that make one website.... now, in order to start working on it, I need to get it …

Member Avatar for azapovjednik
0
362

The End.