1,828 Topics
| |
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 … | |
how to manage the dropdown list index when we remove one item from it | |
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 … | |
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 … | |
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 … | |
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 & … | |
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~ | |
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 … | |
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 | |
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 … | |
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 … | |
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. | |
[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. … | |
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 … | |
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, … | |
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 … | |
:lol: Hello,I'm a newer,I want to study ASP.But I don't know how to study it.Please help me,thanks! | |
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> | |
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 … | |
i wanted to learn shopping cart ,online transaction. any body please saject me how to start. i have a knowledge of asp.thanks | |
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 | |
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 … | |
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 … | |
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 … | |
[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 … | |
:?: 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 … | |
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 … | |
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. … | |
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. | |
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 … |
The End.