1,828 Topics

Member Avatar for
Member Avatar for doraima29

How to import CSV data line by line with ASP? I wanted this code to import data line by line after a form has been submitted I'm using a Classic ASP to code all of the dynamic stuff I have this code-- <title>Import CSV to HTML</title> <body bgcolor="#FFFFFF"> <% csv_to_read="states.csv" …

Member Avatar for chunder
0
2K
Member Avatar for 15389049

I am working on a project, its purpose is to search a database and display the results in a data list so they can be used. I have the search working correctly but it only outputs to a data grid. Help please! [CODE] Protected Sub Button2_OnClick(ByVal sender As Object, ByVal …

Member Avatar for 15389049
0
585
Member Avatar for manpower

Hi, I have 2 dropdownlists on a page. (DDL1 and DDL2). The DDL1 is populated by values from the database using a table1. DDL2 is dependent on DDL1. As soon as a value is selected in DDL1 I need to populate values in DDL2, though using S table2 which is …

Member Avatar for DarveshBadusha
0
116
Member Avatar for Jhon100

I have the following script from a forum that collected data from a form and inserted in the. Mdb These are displayed through a file that reads the database. At this time the display is text, URLs are not active. The script is not so do not really know what …

Member Avatar for Jhon100
0
149
Member Avatar for Hellodear

Hello Guys, How can i display the content of MS Word document to my ASP page? How can i upload ms word document? How can i download ms word document from the page? Hope somebody would respond. regards, AV

Member Avatar for raveendranath
-1
1K
Member Avatar for paru

HI .. any one of you people can help me in asp paging.. Its actually a knowledge base link in which i am displaying the records based on the filtering we want.it dispalys the records but where to include the paging code... i got some code from net.. but its …

Member Avatar for webmstr
0
503
Member Avatar for Dryems

Hi guys i have just installed windows 7 on ma pc but failed too configer the IIS "internet information service" in order to enable me run ma asp pages. is iis installed already or not?

Member Avatar for Cruize_Invades
0
104
Member Avatar for cancer10

I am trying to send an email using CDOSYS with classic ASP. But I am getting this error: [CODE]CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. /send.asp, line 8 line1 <% line2 Dim myMail line3 Set myMail=CreateObject("CDO.Message") line4 myMail.Subject="Sending email with CDO" line5 myMail.From="from@domain.com" line6 myMail.To="to@domain.com" line7 myMail.TextBody="This is …

Member Avatar for shant1976
0
383
Member Avatar for gotherthanthou

I am using C# in Visual Studio to modify an ASP web application. The application is currently using SQL Server as it's database. SQL Server is way overkill for this application. We're talking 1 table, maybe 40 - 50 records, with maybe 2 add/modify/delete transactions a week. I'd like to …

Member Avatar for sknake
0
113
Member Avatar for murali2joy

Hi , I'm getting the below error when i'm trying to create a excel boject in my ASP page. Please help me. Error Type: Server object, ASP 0178 (0x80070005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

Member Avatar for ashokp27
0
87
Member Avatar for mldardy

I am trying to get a grand total from a shopping cart page and am not sure how to do that. I have the total that loops through each section but I want to display the grand total from all of those sections at the bottom of the page. Can …

Member Avatar for mldardy
0
324
Member Avatar for matthewcar

I am developing a website in ASP.net and I would like to be able to track the mouse movements whilst a user of the site is browsing pages on the site and be able to store the duration in seconds of how long the cursor is left in specific areas …

Member Avatar for ITSVPS
0
213
Member Avatar for whisper_101

Hi Guys My hosting company confirmed that recently it appeared that somebody was trying to hack into my website. I was able to confirm the page used but not whether they actually got through - no data in the database was changed. I have never come across this before and …

0
51
Member Avatar for Honkey_Magoo

I have created the code to connect to a MySQL database and retrieve the values of a table. This is the function for printing the table: [CODE] # Name: dbHistory # Purpose: prints srvHistory table from database # Parameters: N/A # Returns: N/A # This is the implementation of the …

0
101
Member Avatar for kegathor

Hi, I just came across a piece of script that has been put into my source code throughout the site...and not by me. Im not sure how they did it but im fearing this could get more serious and end up them hitting my db. Here is example(kind of) of …

Member Avatar for meohoang194
0
145
Member Avatar for above2sky

iam trying to make changes in asp pages of website there is a script wriitten on main page where 12 images are shown but it is very small. iwant that only 16 images are shown and i want it to be big.i am writing the script [code]<td height="61" align="center" background="imgs/msecbg.jpg"><a …

Member Avatar for Thirusha
0
124
Member Avatar for ejazmusavi

Hi! i have an asp.net project developed. Now i want to run it on lan. I mean i want to store all the asp files on the server and access it from the clients through browsers. what is the mechanism used for it vry vry vry urgent plz thnx in …

Member Avatar for jbennet
0
99
Member Avatar for murali2joy

Hi All, Can we embed a object in excel sheet using ASP code as we do manually. If so please provide me the code.

Member Avatar for pmontu
0
31
Member Avatar for jimib

could be this is an HTML problem, but I'll take the help anywhere I can find it... [CODE] <% @ Page Language = "VB" aspcompat=true Explicit="True" Dim src As String = " bet " %> <html> <head ></head> <body > <form name=loc action=testsac.aspx method=get> <table class=s0 width=100% cellpadding=1 cellspacing=1 align=center …

Member Avatar for jimib
0
117
Member Avatar for murali2joy

Hi I've a web application in ASP. I'm planning to develope the future pages in ASP.Net. Is there any way to use the same old ASP pages (without converting them to .aspx) and built the future pages in ASP.net.

Member Avatar for jimib
0
88
Member Avatar for jimib

I have a text box that I use as part of a search function. Whenever the user searches for "bet" it finds the first string that includes "bet", as in "abet". That's OK. When the user searches for " bet " it finds the first instance of " bet ". …

0
80
Member Avatar for Dheeraj Kumar

Hi, :cry: I have gotted a problem in window resolution. I am build a web page in 800 x 600 resolution. How can display this page in other resolution and he it will be automatically fit in client window screen. Have you any soltution for this, please given kind of …

Member Avatar for saeedabu
0
137
Member Avatar for mldardy

I have a .asp page that is a map of the U.S. When you click on a state it brings up a pop menu. This page works fine on IE but not on Firefox. On Firefox when I click on the state it opens up another tab of the .asp …

Member Avatar for codejoust
0
747
Member Avatar for Drew

I created this code because i was bored and wanted to try something with some code and i ended up creating this little code snip. [B] Code from: [URL]http://www.iportalx.net[/URL][/B]

Member Avatar for yonker
0
193
Member Avatar for msaqib

This is a small function that will block the specific IP from viewing the certain page, and it will redirect the user to the main page or noaccess page.

Member Avatar for yonker
0
314
Member Avatar for leoimperial

Please help me, I have fields in my database with a name of address when i put it on a textbox it was chopped when it load to the textbox, For example my address was San Diego California When I put it to a textbox it will show only "San", …

Member Avatar for Thirusha
0
78
Member Avatar for kegathor

Hi, I have an insert statement in an asp page that works fine on one server. Basically the statement traps various details and username. I had to move the site to a new server and unfortunately its not trapping the username for me. [CODE] strSQL="INSERT INTO TBLCART (USERNAME, VALUES ('" …

Member Avatar for Thirusha
0
257
Member Avatar for Magic8Computing

I have a site where i am returning listings from a database based on the page links and this works fine, i then try to get it so it returns a list that matches a criteria for two fields but this errors saying I have not supplied all the information, …

Member Avatar for Thirusha
0
71
Member Avatar for tanzeelaltaf

I am working on a web applicatoin that is social networking forum for an institute.But i did not have any experience in asp.net environment.From where i will start this application.As if create a login in page from where a user will login and after login the next page will display …

Member Avatar for Mongz
0
61
Member Avatar for cVz

Hi I use Visual 08 ASP.NET C# and JavaScript I would like to do the following validation on a text box the length MUST be 12 characters long in the following format LLLLLLNNNNNN Where L = Letters N = Numbers if the users input does not match the required format …

Member Avatar for guru_sarkar
0
1K

The End.