1,828 Topics
![]() | |
We have Crystal Reports version 8 running on our intranet by means of ASP (include 1.asp, include2.asp, smartvieweactivex.asp). These ASP pages were not created by us and seem to be a generic solution to run the reports via the web. I was tasked to migrate the reports to a new … | |
I've got a *very* simple form, one field. I want a person to be able to go in and update a single number. (example: '10 are signed up of 100 entries' - with 10 being the form number) I only want the most recent number to show up, not the … | |
in my form i give the user two options, either to 'add a new transaction' or delete an existing one. the code for it is: for add transaction [code] <table align=center border='1' bordercolor="#ffffff" cellpadding="0" cellspacing="0" class='verdana2' width="100%"> <tr <td bgcolor='#cccccc' align='middle'> <b><A style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif; TEXT-DECORATION: … | |
i have no idea of choosing a project title..please help me to sort out this problem..im interested in web development area..so i need web based project titles based on ASP.net,PHP thank you.. looking forward to hearing from you... | |
![]() | I'm integrating reCaptcha and CDONTS into a contact form. I've got everything working except the form does not send mail :confused: (it is supposed to gather data from form fields and send to my email address after successful reCaptcha entry). Live page located at [URL="http://www.uforecordingsusa.com/contact3.asp"]www.uforecordingsusa.com/contact3.asp[/URL] . I've truncated the code … |
![]() | The page in question is located at [URL="http://www.uforecordingsusa.com/contact.asp"]www.uforecordingsusa.com/contact.asp[/URL]. I'm integrating reCaptcha ASP code I obtained and having trouble w/ catpcha validation. I've fixed some minor syntax issues (I think) from the original code as well as expanding the cdoConfig.Fields. I've got Javascript code checking the required contact form fields: Name, … ![]() |
I have a form set up in asp using Dreamweaver with a text box for Zip, City, and State. I want a person to fill in zip and then when they move to the next field to have it fill in city and state. I also have a database called … | |
Hiya, Im looking to set up an events schedule, and i'm unsure where to start. Basically this will take a Startdate then insert a row in a table then a add 7 days to the inserted row date and insert another row etc until a specified date. I've looked at … | |
Hello, I have exe flash file on a IIS 6 server. Is there any way to run it in the browser? Currently, if I click on link the browser hangs for a while and then downloads a zero kilobyte file. Many thanks in advance for your help. | |
is there a way i can call vba code from asp, if yes please give an example... thanks... | |
Hi Guys I run a Job Advertsing Site and I would like to feature links to jobs on the home page. So I have created a schedule file with the following information: %%#1 Home Page<a href="http://www.myhomepage.com">link.</a> %%#1 First Page<a href="http://www.myfirstpage.com">link.</a> and upon refreshing it displays each link for the period … | |
i have installed iis on my desktop which is having windows xp.... however i am unable to run any .asp pages from "C:\Inetpub\wwwroot" even simple "http://localhost/" or any other .asp page shows "Server Application Error The server has encountered an error while loading an application during the processing of your … | |
Hello, I have created a web-application in Classic ASP, and one of the reports contains X number of columns and Y number of rows. Both x and y are unknown at design-time, and most likely, this report will span onto multiple of pages down and across. I’m wondering if its … | |
i have a file uploaded to my server the path is shown as E:\abc\def\upload\contents.doc to download it the path should be [url]http://3.212/232/abc/def/upload/contents.doc[/url] how do i go about it ? i am saving the file by using[code] o.FileFullPath = Server.MapPath(".") & "\upload\" & sFile [/code] from a script i downloaded | |
Hello everyone Im doing a dummy project in asp.net. I have a table named trains with following fields: 1. Sno(Primary key, Identity Increment, integer) 2. Train_no(varchar(100)) 3. Train_name(varchar(200)) 4. Route(varchar(1000)) 5. Start(varchar(100)) 6. End(varchar(100)) For this i have created a stored Procedure in this way: [code]Create Proc [dbo].[sptrainselect] @select int, … | |
Well, there are lots of bulit in functions, under the objects: response, request, server. As for JScript and VBScript being intergrated... You can use either language. Which ever one you know best. So for example, you choose VBScript, mostly all the ASP coding is with VB syntax and you can … | |
hi ! how can i use multiple submit buttons in the same form i want to pass form values to different pages depending on which of the two submit button is clicked... thank's | |
hi anyone know of a component that will make an image (preferably on the fly) of a pdf document. for eg... i upload a pdf file... it gets saved on the server.. when i view a record that the pdf document is attatched to... it generates a thumbnail of the … | |
Hi I am trying to achieve the following; display registered users birthdays in chronilogical month order where the date is greater than the current date - (only top 5) for this I have created the following SQL query in my recordset [CODE]SELECT TOP 5 firstName, surName, dob FROM tblUsers WHERE … | |
Hi, I am developing a grid. It works fine but I am trying to find a better solution for rendering binary data. Current flow works as following : Store cell value as byte[], create/save MemoryStream, FileStream on server side and link.. [CODE] string p_memoryStreamFileNameExtension = ""; MemoryStream p_memoryStream = new … | |
I need an ASP code that will allow me to search my database from my website that will retrive data from my database back to my website. I also need to edit and delete infromation once the data has been retrived. can anyone help. | |
i am trying to make a widget which we will offer to our partner sites to display latest interest rates from our database i have made the asp page but don't know how to get it displayed on other sites iframe is one way but i also need to have … | |
Can anyone help me create a search engine for my website that retrives data from my datatabse and displays it on my website using ASP. | |
Hi I need to add a calendar control to my data grid when edit button is clicked. I am not able to retrieve the newly selected date from the calendar and update it. Will be helpful if I can get the code. | |
Hi, There is a problem with session ID haunting me for a couple of days. In Mozilla Firefox, the session ID changes every time the page is refreshed. But in IE it does not change and is working correctly. Is this because of some browser settings? Since I am checking … | |
Hi I am writing a search script that you will type in a search term and then the system will go off and search 2-3 tables at once and bring back the search results. Now the proble that i have is that i am unsure how to go about sorting … | |
Hi all :) :( i want to make messaging system in my site contains : -sending messages to users when there are new threads user can choose to receive it or not -sending messages to users when there are new threads user can choose to receive it or not -sending … | |
hi all !! i have to make a page in asp, in which the user can upload a file to the server and download it when he wants it... how can i do that ? | |
hii !!! I have to upload a excel sheet into my asp page... how do i go about it ? the format of the sheet would be fixed.. i.e it will always have the same columns but the rows can differ. please give a example.. | |
This is boggling my mind right now. Here's what a client wants: On the index page, there is an iframe with links inside it. When you click on a link, it opens the page (not in the iframe, but in the top level) and sends a url string variable. This … | |
[code] <html> <head> <title> database connectivity </title> </head> <body> <H1> DATABASE CONNECTIVITY </H1> <% dim constr constr= "provider=sqloledb;data source=1.234.5.678,1234;initial catalog = abcd; User Id=abcd; password=abcd" set conobj = server.createobject("ADODB.Connection") conobj.connectionstring = constr conobj.open set comobj = Server.CreateObject("ADODB.Command") comobj.CommandText = "test2" [COLOR="Red"]comobj.CommandType = adCmdTable[/COLOR] set rs1 = comobj.Execute %> </body> </html> … | |
Hi Everyone, Any help on this issue would be greatly appreciated. I have an ASP page with Javascript that obtains input from the web page. For example: [url]www.google.com/?test[/url] would result in test as the search string. I then populate an ASP textbox with this string and either click a button … | |
[code] <html> <head> <title> database ado </title> </head> <body> <%constr = "provider= sqloledb; data source = 6.123.3.183,1234; initial catalog=dbase;User id=scot; password=pwd1"%> <%set conpubs= server.createobject("ADODB.Connection") conpubs.connectionstring= constr conpubs.open%> <%Dim rstest Set rstest = Server.CreateObject("ADODB.Recordset") rstest.Open "test", constr, adOpenDynamic, adLockOptimistic, adCommandTableDirect rstest.addnew.fields("name")="three" rstest.update%> <%while not rstest.EOF Response.Write rstest("name") & "<br>" rstest.movenext Wend%> … | |
hi i want to call a sql server stored procedure from my webform. the stored procedure return parameters. how can i "catch" these parameters and use hem ? | |
hi i have an ajax calendar extender control that is set to a textbox. how can i get the current selected date value from the calendar ? | |
Hi there, i would like to find out what the hell is wrong here [code] /// <summary> /// Get a single integer value /// </summary> /// <param name="sql">The sql query used to retreive a result set</param> /// <returns>The value of the first column in the first row of the result … | |
Here's the scenario. I have a web server running with IIS 6 and website running written in ASP. The site and code has been working perfectly up until about 2 days ago when for no reason whatsoever the ASP has decided to partly work. and by this i mean as … | |
hi i'm trying to dynamically add columns to my gridview control. i tried this code: [CODE=asp]BoundColumn col = new BoundColumn(); col.DataField = myDataTable.Columns[0].ColumnName; col.HeaderText = "last exit time"; col.DataFormatString = "{0:mm-dd-yyyy}"; GridView1.Columns.Add(col);[/CODE] the datafied property is taken from datatable which will be the source of the gridview. the build gives … | |
I have a ASP web application working with SQL Server. It has around 500 records and it works great. Now my management wants to redo the application for the 5th time in the last several months. The management knows nothing about web development and engineering. The management now wants to … | |
Hi, I have created two web pages say [B]first.asp[/B] and [B]second.asp[/B]. first.asp has a link of second.asp and [B]username is embedded in url [/B]of second.asp.([B]second.asp?username=dvhsdghsdg[/B]) [B]Second.asp [/B]has a link for some [B]https site say securelogin.asp [/B]and i want to access the [B]server variable "referer Url"[/B] to retrieve username in https … | |
When emailing an ASP form using CDO is it possible to make words bold and use line breaks? When I get the email it looks like this: <b>Card Type:</b> Visa<b>Name On Card:</b> test<b>Credit Card #:</b> 2881<b>Expiration (MM/YY):</b> 04/32 no line breaks and obviously not bold | |
Hi everyone, im new to this site and also abit new to programming with asp. I have this form which is working fine, except for this little thing that I want and is not doing it. I want that when the user hit the Enviar btn (Submit) the info gets … | |
Good mourning or Good night ;) i am working on asp site (VBscript) of course with javascript as client side i wanna 2 count n of visitors at same page just like when u open for ex asp forum in daniweb.com displays [COLOR="Green"]Currently Active Users browsing ASP : 7 (1 … | |
My server configuration are . SQL Server in Marchine1 - is setting in Mix Mode(SQL Server and Windows Authentication) . IIS Server in Marchine2 - is setting as following Directory Security - > Authentication and access control .Unchecked "Enable anonymous access" .Checked "Intergrated Windows authentication" .Checked "Disest authentication for Windos … | |
I have an ASP script that gets information from an Order Form. I have it so it displays the data. I would like to take the data displayed and send it in an email. How do I go about doing that. I've looked at tutorials on google but I dont … | |
hi i'm trying to edit gridview rows. the grid columns are template columns. i added the commandfield buttons for update. i wrote a rowupdating event: [CODE=asp]MonthTable.Rows[e.RowIndex]["FirstEnter"] = ((TextBox)(MonthGridView.Rows[e.RowIndex].Cells[6].Controls[0])).Text;[/CODE] on runtime i get this error: Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox'. what have i done wrong ? | |
i have a project for which i have to retreive values to a excel sheet and make a chart for it, automatically... can you suggest a way to do that ? maybe i could use macros, but then how do i use macros in asp ? thank's | |
Hi, I am wondering if code below is right. Is there any unnecessary line? Thanks [code] <% on error resume next ad=request.form("name") Set RcSet = Server.CreateObject("ADODB.RecordSet") sql = "Insert Into veriler (name) Values ('"&name&"')" 'ADD sql = "Update veriler Set name='"&name&"' Where id=1" 'UPDATE sql = "Delete From veriler Where … | |
I am using The Microsoft Visual InterDev6.0 for ASP but it is not showing any kind of intellisense in the editor. Please help me how I can get the editor userfriendly with all the colors and notations? Do I need to reinstall it or just a problem of any functionality … | |
table items barcode quantity price id table serial_number barcode serial_number id table items_out barcode serial_number quantity price id i have three table just like i describe above. if i choose a barcode and quantity=2 from table items and i want to move 2 serial_number from table serial_number to table items_out, … |
The End.