1,828 Topics

Member Avatar for
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
154
Member Avatar for ardeezstyle

Hi everybody, how about you? I have come across a problem. I've created a webpage and provided login user and pwd for security. There are many such pages which needs authentication for any access. For instance, there is a page called Notice Board which is linked from the index.asp page. …

Member Avatar for vicky_rawat
0
148
Member Avatar for venu@baylogic

Hi all, Nice to meet you here.... Any free downloadable tools are available for ASP ??? Please assist me to move forward with ASP... I did not found any tools here,please inform me if you know any tools.. Thank U Take Care Bye...................Bye

Member Avatar for x3mario
0
111
Member Avatar for anjalis

I am trying to connect my login page to an access database. Right now I am simply storing the values inside the database .I am having trouble connecting to the databse itself. Below is the code that I have written using VBScript. What am I doing wrong? ...Thanks in advance …

Member Avatar for vicky_rawat
0
94
Member Avatar for ChrisJ

Can you tell me which part of this code is the Input Box(browse box field) and the Submit Button, please? Thank you. [CODE]<%@ Language=VBScript %> <% option explicit Response.Expires = -1 Server.ScriptTimeout = 600 %> <!-- #include file="aspupload.asp" --> <% ' **************************************************** Dim uploadsDirVar uploadsDirVar = "C:/Documents and Settings/TAinput/" ' …

Member Avatar for Lorand24
0
133
Member Avatar for peterwilson

hello friends actually i m very new in ASP.Net tech. but i know the ASP very well hei can i use my asp code in ASP.net or not>? or it will raise any proble while compilation? plz explain me and clear my dought?

0
47
Member Avatar for ChrisJ

I'm using FreeASPupload script and it works successfully. I'd like to get some guidance on how to modify to add a second Browse Box and second Submit Button, so these uploaded files can go to a second directory destination. Thanks. I believe this is the script page (of two) that …

0
58
Member Avatar for Swin

Hello everybody, Please help me. very urgent. I am a Junior developer. My problem is, In my site there are number of users. There have entered for space,domain registration ,etc... what is i want is. After one year the Domain Registration was expired. Before one month of expiry date a …

Member Avatar for Swin
0
101
Member Avatar for dips255

We want to integrate sms gateway with our website based on asp. We are looking for vendors for the same. any help? we want to enable the advertisers on our site to receive customer inquiries by sms

Member Avatar for stephen84s
0
80
Member Avatar for darcee

do i need to yum install vb something to be able to recognize VBscript code ? actually it is a asp file but the VB code cant recognize...my only problem now is the index.asp and the logout.asp which has vb code plzzz help! thx in advance!

0
68
Member Avatar for carrathanatos

When I set my session variables, and then move to the next page with my new found credentials, it doesn't keep them. I'm moving from login.asp using check.asp which should bring me to panel.asp. login.asp: [code] <html> <head> <title>Login</title> </head> <body> <% Session.Abandon %> <form name="form" action="check.asp" method="post"> Username: <input …

Member Avatar for vicky_rawat
0
91
Member Avatar for GLT

Hi guys! I have an order table and an order detail table in a database. I am trying to create insert forms using ASP for these so the user can insert new order details. I created an order details table to solve the many to many relationship between the order …

Member Avatar for vicky_rawat
0
137
Member Avatar for darcee

[url]http://ipaddress/mrtg/mrtgdata/web/index.asp[/url] and its says Not Found The requested URL /mrtg/mrtgdata/web/index.asp was not found on this server. but i have an apache server( httpd) thx in advance!

Member Avatar for darcee
0
172
Member Avatar for t_serva

I'm having a weird issue. I am using ASP classic and some javascript in an XHTML page. My page seems to load fine in FireFox but IE takes forever to load and in the status bar it says it has OVER 4 THOUSAND items to download and ticks them off …

Member Avatar for t_serva
0
149
Member Avatar for GLT

Hi guys! I just worked out how to add new columns to my database tables through dreamweaver i was wondering if anybody knew of a way of now searching for and getting the data from the new column? I have used dynamic tables for displaying my results, I thought this …

Member Avatar for GLT
0
116
Member Avatar for GLT

Hi, I had a problem a while ago when i was developing my web based database application. I was developing locally but the database was saved on a different server. I got a NT AUTHORITY/ ANONYMOUS LOGIN error. I solved this by devloping the application connecting to a locally saved …

0
63
Member Avatar for cyberjorge

Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass …

0
64
Member Avatar for vipinsgangwar

hi, my code was running fine till now. But today i got an error "Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype. " and my code is set detail=Server.CreateObject("ADODB.RecordSet") if Request.QueryString("val")<>"All" and Request.QueryString("val")<>"" then qrydetail="select * from customer where …

0
73
Member Avatar for saralamanoharan

hai all Good Morning. I am trying to show a OLAP Report created (using cube in SqlServer 2000) in crystal reports in a asp page. i used smart activex viewer for this but the data alone in the crystal reports r shown. the drill down structure does not appears. Also …

Member Avatar for venu@baylogic
0
161
Member Avatar for sreein1986

how to print html form directly. i.e is there any programatic way or is there any tag to print html form can you send any body code in ASP or dot net any thing i want

Member Avatar for sreein1986
0
67
Member Avatar for sdua

I am working on a database driven website. I need to create a tool to allow non tech users to edit contents of the site. Can you tell me how to proceed? Thanks!

Member Avatar for peter_budo
0
36
Member Avatar for b_bayaraa_d

hi all my tomcat6.0 not working but it's stop yourself tomcat. what about thing?

Member Avatar for peter_budo
0
63
Member Avatar for whisper_101

Hi Guys I have a List Box ("LISTJOBTYPE") and so the User can select more than one Item: Junior Stylist Hair Stylist Senior Stylist Principle Stylist In my database I have the following: APP_NAME Jack APP_JOBTYPE Hair Stylist, Senior Stylist APP_NAME Jill APP_JOBTYPE Hair Stylist This is my SQL: SQL …

Member Avatar for vicky_rawat
0
131
Member Avatar for whisper_101

Hi Everyone On an .ASP Webpage I allow users to select more than one option from a list box. To retrieve this information I use the Split Function i.e. [code=ASP]<% strSQL = SELECT APP_JOB FROM TBLAPPLICANTS Set RSAPPLICANT = Server.CreateObject("ADODB.Recordset") RSAPPLICANT.open strSQL,Conn Dim strjob strjob = RSAPPLICANT("APP_JOB") choice=Split(strjob, ",") %>[/code] …

Member Avatar for whisper_101
0
174
Member Avatar for tbabe

<%@ LANGUAGE="VBSCRIPT" %> <% Dim objCon Dim objRS Dim str_DSN Dim strSQL Dim objCmd Dim myArray str_DSN = "filedsn=live.dsn" myArray = "" Set objCon = Server.CreateObject("ADODB.Connection") With objCon .ConnectionString = str_DSN .CursorLocation = 3 'adUseClient Cursor .Open End With myString = trim(Request.Form("SalesPart")) myArray=Split(myString,",") For i = LBound(myArray) TO UBound(myArray) 'Response.Write …

Member Avatar for tbabe
0
114
Member Avatar for yash777

hello all, i m trying to loop an 2d array with in a 2d array. it is working fine but it is not displaying as i wanted. following is my code [code=asp]Dim iRowLoop, iColLoop, upto For iRowLoop = 0 to UBound(mytable,2) 'Earnings row%> <tr><td width="20%">&nbsp;</td> <% For iColLoop = 0 …

0
67
Member Avatar for Felipo

Hi Folks - I have been spending gays spinning my wheels on getting some form validation to work - I have text boxes and radio buttons on the form - The validaiton is written in Javascript It is an ASP web page - It seems that the Javascript validation code …

Member Avatar for Felipo
0
339
Member Avatar for yenyen

hi everybody. i got a list of checkboxes and radio button with the recorset paging function. let said i got the paging list << 1 2 3 4 5 >>. i set each page is 10 records. and every record got one checkbox for DELETE ID usage. in the first …

Member Avatar for SheSaidImaPregy
0
153
Member Avatar for scsibiya

Hi! all Please help me. I have an ASP website, and I want to incoporate a search facility on it but I dont know how. can you please give me a starting point your help will be apprecieted Thanks SC Sibiya <EMAIL snipped>

Member Avatar for anto_nee
0
100
Member Avatar for rocket1356

I am trying to open another page from an image. I can open the page on a different window by doing this: [icode]onclick="Response.Redirect(cci_info\cci\features\create_CCI\WebForm1.aspx);" [/icode] But I don't want to open another window, rather I need the image button to open a page in the same window. Thanks for the help. …

Member Avatar for kapilver
0
203

The End.