1,828 Topics

Member Avatar for
Member Avatar for Woodminer

Greetings! I'm new to this community and so please be gentle with me as I figure out how it works, where things are, and what the general polity is. Situation: Our non-profit's website is hosted in a Windows environment. CGI is not available to me, but there is an ASP …

Member Avatar for msaqib
0
110
Member Avatar for ankurahuja1
Member Avatar for ankurahuja1
0
73
Member Avatar for ankurahuja1

Hi every one I had developed an applicaton in asp.net This project has 9 web forms and 3 pages aredeveloped by every one in the team.with different names. Then we have integeted it into one. Now I have to deploy it on the virtual directory given to me. We have …

Member Avatar for alc6379
0
80
Member Avatar for dsureesh

HI all iam doing a project , i want to add set of fields,.......when the user click the save button the data should be added to the database and redirected to another page if the user clicks [B]Save and Add Another[/B] then it should take to the same page where …

0
75
Member Avatar for spidey

hi peeps, i have here a code of the contents in a field fetched from the database. the ProductID is looped until all are displayed, which depends on the sql. i put a comma after a ProductID so that all ProductIDs are displayed separated by a comma and a single …

Member Avatar for Lafinboy
0
129
Member Avatar for Plonter

Hello all! I need to fill a database using microsoft access and sql in an asp page. I need to check that the input is not exsit yet, so I use the following to create sql sentence: tempsql = select * from table where filed= '" tempsql = tempsql & …

Member Avatar for Lafinboy
0
63
Member Avatar for chan karan

I want to merge two string together in asp , how can i do this. for example, par_1 = a par_2 = b merge result: a,b Anyone can help me~~ Thank you~

Member Avatar for Lafinboy
0
74
Member Avatar for phillips

i had problem when i updated my record. and it show error ADODB.Field error '80020009' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /bgempiece/Admin/updatestudents.asp, line 0 code: Dim objConn, flag Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString= Constr objConn.open Dim objRs …

0
64
Member Avatar for chan karan

i want to u if sentences?? if the time is equal to 1, the hyperlink will be displayed. how can i do that?? because i wrote some code, but it didn;t work. can any one help me about this?? if time="1" then response.write "<a ref="contract_us.html">asd</a>" end if

Member Avatar for Lafinboy
0
98
Member Avatar for muthu

hello friends, i have one problem in asp.net. i am doing project for online examination. For test module if click "next" then the page reload and database is pointed to the first area itself, i cannot move to the next pointer. so please help as soon as possible. i think …

0
75
Member Avatar for niran

HEELP!! I am working on this project and I am trying to create tutor groups and allocate students to it automatically based on the number of students. The max number of students in each group is 20 but can be less than 20. I have been able to code is …

Member Avatar for Twiggie
0
129
Member Avatar for saif0306

connection code from ASP to Excel & Access as database. Further Next time I will ask how to retrieve data.I know everything in Oracle doing first time witn excel and access.

Member Avatar for Drew
0
73
Member Avatar for spidey

[COLOR=DarkOliveGreen]hello, i have two dropdown listboxes: one is for the countries, the other one's for the areas. in the 'countries' listbox, the user can select multiple values. what he selects, the second listbox is going to display the country's/-tries' corresponding areas. all entries should be fetched from the database. ex. …

Member Avatar for iwahdan
0
94
Member Avatar for vikky17

Hello Friends, Actually i am Sticken with a very peculiar problem, related to search Actually i have a database with a column "Description" which has a long strings of 1000 characters describing about the produts of the company for E.g. "We are manufcaturers of Plastic Raw material, platic containers, Elctrical …

Member Avatar for Drew
0
127
Member Avatar for sylvesterangie

I am having a problem inserting a picture to a datagrid. My database has both a link and a actual picture. link: StarCarPics/Agustlink.gif picture: hex number or the actual picture I have tried doing a hyperlink and have no luck. Is there any other way of doing this? Thank you, …

0
54
Member Avatar for stallwoes

Alright guys, I'm having quite a time with this one. I'm getting an VB script error : Microsoft VBScript compilation error '800a0408' Invalid character /addcust2database.asp, line 25 MM_conn1_STRING="Provider=Microsoft.Generic.OLEDB.3.51;" & _ "dsn=www.motorlists.com;" &_ "uid=mechanic; pwd=k1n3t1c;" &_ "Server.MapPath("motorlists.mdb");" I'll print the code, but it's pretty long. The purpose is to send a …

Member Avatar for Suril :)
0
183
Member Avatar for blacktulip

:lol: Hello,I'm a newer,I want to study ASP.But I don't know how to study it.Please help me,thanks!

Member Avatar for blacktulip
0
182
Member Avatar for lintow

I have a table that shows data in a table. If I have a link that goes to another page. Is there a way to carry over ("FIRST").Value) to the other page I'm think it could be a variable function or something like that Any help would be appreciated <td><%=(Recordset1.Fields.Item("FIRST").Value)%></td>

Member Avatar for Drew
0
103
Member Avatar for benyam_dessu

A year before when I took Web Design course, my project was a simple email program. I used ASP techno. The program creates text files for each messages the user send. But while the file is created it takes a lot of time or simply it took 100 years. When …

Member Avatar for benyam_dessu
0
126
Member Avatar for aarya

i wanted to learn shopping cart ,online transaction. any body please saject me how to start. i have a knowledge of asp.thanks

Member Avatar for Drew
0
88
Member Avatar for Georgina

Hi there, Using DMX4 & MsAccess (ASP VBScript) i'm trying to show my True/false results as Yes/No. I am trying this at the mo: <%If(RsNewProds.Fields.Item("Org").Value)=1 Then Response.Write("Yes") else Response.Write("No")end if%> but it comes up with error 0x800A0412 at the 'else' bit of the script Any thoughts?? Thanks

Member Avatar for Drew
0
261
Member Avatar for zalakes

I am a post graduate [B]I was approached by a company to design for them an Intranet using ASP[/B] i just want to know is this a complex issue or is it easy, bcoz in college( those unknown colleges) we didnt do that much [B]ASP[/B] IF U MAY PLease give …

Member Avatar for Drew
0
259
Member Avatar for william_stam

hi i have a page that generates asp code as text. this all works well, but i need the same page to take the generated code and use it as asp again. is this even possible? <% VARdate = "date()" ' now to use the VARdate response.write(VARdate) %> this is …

Member Avatar for Drew
0
273
Member Avatar for basena

Hi, I have registered the Linked server ADSI and I have written a query and i am able to run that query and get the details from query analyzer.But the problem now is if i try to call the same query or written that query in Stored procedure, from ASP …

Member Avatar for campkev
0
74
Member Avatar for spidey

[COLOR=Sienna] hello, i want to create a login page that has a 'remember me' checkbox. if that checkbox is checked and the submit button is clicked then the next time that user open/visit the login page, the username and the password are still written in the text box & password …

Member Avatar for madmital
0
85
Member Avatar for jchamel

:?: I am new to this site but, I need help figuring out this simple form that is suppose to send the data to our school's server. The first one is my html form and the second is the asp file. I don't know how to get the simple form …

Member Avatar for sinister747
0
236
Member Avatar for faisyshah

HEELO , in my asp form i have following fields 1)Name (text box) 2)Job Title (text box) 3)company name (text box) 4)email address (text box) 5)telephone (text box) 6)nature of enquiry (combo box) combo box consist of following values a)sales 2)technical service 3)web development 4)employment opportunities basically my question relate …

Member Avatar for william_stam
0
175
Member Avatar for william_stam

i need to run a backup script for a mysql database how do i run "mysqldump" from asp? ive tried aspexec and mcs but no luck. am i missing something? basicaly i need to be able to backup a database at a click of a button in an asp application. …

0
73
Member Avatar for jody

Hi I want to know how i can decrement the value of quantity in stock in my data base. This would be based on how times an item is purchased. So every time an item is clicked, i want to show the quantity has decreased in the database. Pls help.

Member Avatar for Nicodemas
0
119
Member Avatar for Gunapriya

Hi all, I want to display certain messages depending upon the option selected in the combo box. As soon as the option is selected i want the corresponding messages to be displayed. That is I dont want to use submit button. Please let me know how this could be done …

Member Avatar for william_stam
0
145

The End.