1,828 Topics
| |
asp:button onclick event is not working... why is it so??? | |
Hello I am a asp newbie trying to send an notification email and update an access database at the same time. My database is being updated but the email portion is not working- the email portion is in php- Can I call it from my asp page and if so … | |
I have spent days on end scouring the web trying to find an answer to this question. I am developing a club website. I want a club member to be able to login, navigate to and start a stream from his computer's line in/mic. I know I will need to … | |
Hi ASP Masters, I'm not too good on JavaScript but I have an ASP slide Show that's not working. Can any one directs me to the right solution please as the pictures folder is according to the CustomerID - many thanks. [CODE]<% ' The Runtime code: ' Create some asp … | |
Hi. We had a website deployed on IIS server remotely say [url]www.liveserver.com[/url]. We recently decided to make a copy of the website internal to the organisation so we brought a server and copied all the code from live server and configured it and say it is http//archives-testserver.com Everything seems to … | |
Hi.. This is my first time posting here, so i hope u can assist me. I have this code [CODE]<% '======================= 'Define the names of your functions '======================= Dim Stream Dim Contents Dim FileName Dim FileExt 'Const adTypeBinary = 1 '======================= 'Get the actual file name from the URL that … | |
hello everyone i might sound stupid but i am having syntax error while adding a variable to the xml file while creating it. please tell me the syntax of writing my code here goes my code: [CODE]imgListSrc="glance\\FlashGallery\\resource\\xml\\"\"" + ds.Tables[0].Rows[i]["albumname"].ToString() + "\"\\slide.xml/>"[/CODE] thanks in advance | |
hi i want to make asp mail script with attachment.. can any one send me the code for that | |
I am having a problem calling a stored procedure from a sql database that inserts variables into a database. The stored procedure is: PROCEDURE [dbo].[sp_test_table_testInsert] @NameStr varchar(50), @Qualifier bit, @Notes varchar(50) AS BEGIN insert into test_table (NameStr, Qualifier, Notes) values (@NameStr, @Qualifier, @Notes) END the call I have on the … | |
I am working on a project that currently lists 90 days from today in a list box. Users can select days from the list box for conferences. I have been requested to use a calendar to select the dates instead of a list box. I have googled and found a … | |
[CODE] dim m_sdata con.open set rsDynQuery=con.execute(sqlQuery) if not rsDynQuery.eof then m_sdata = rsDynQuery.getrows() end if set rsDynQuery=nothing con.close ''ALL THE DATA IS IN ARRAY NAMED m_sdata.THIS TECHNIQUE IS VERY POWERFUL TRY THIS IF ''YOU ARE GETTING SICK WITH SCRIPT TIMEOUT ERRORS ON CLASSIC ASP ''IT WILL HIT ONLY 3 TIMES … | |
hi guys!! been thinking about learning some server-side scripting in ASP. is there any use in investing in asp when with the emergence of asp.net? to paraphrase it what is the future of asp at microsoft, will it be there a little bit longer or is a dying horse!! one … | |
hai i'm a third year diploma student. i want an innovative project topic for my main project. i dont need the topics like shopping mall, social networking, hotel management,billing. please please help me.. | |
Hi all of Daniweb user............... I want to create a Online Airlince reservation system my problem is that what are the should a airlince system sould have. Still I did't start the project from where i have to start, any web which give detail of that........... Any help from any … | |
How Can dates be compared in SQL........? eg. startdate=10-10-2010 , end date=10-11-2010 | |
hello Friends i m having problem My Query that on a classic ASP page i have a form. In that form one drop down list is there. If i select any value from this list menu Then this selected value should check with database and pass value to the textbox … | |
hi, im creating an ASP.NET page using C# and want it to send messages to certain people. i looked at some websites, like clickatell.com and intellisoftware.com but they don't met the requirements. clickatell block my country, and intellisoftware don't cover all the networks. so is there some other web services … | |
I have this code as part of the action that sends details to admin and user who have registered... However, I would like the email to be sent also to other address based on the selection in this field..(sectorID) the form has 9 sectors, I.e. [LIST] [*]sector ID 1 [*]sector … | |
It involves ASP ADO for connecting to database..I'm using microsoft access table... I'm a novice to web-development field... :( I know how to make table choice and display it through VB-Script,but don't have a clear idea for display of only desirable coloums,PLZ HELP..with it's ASP-code ,I tried a LOT! ITS … | |
Hello guys, I need your help. Newbie here! I want to know how to get response.redirect in hyperlinkfield. Example: When I click the the link, it response to the next page and the column of my gridview appears but how can I get the labels and tables? Thanks in advance | |
I hav created an ASP and saved it in the wwwroot folder under the inetpub folder. But when i try to open it in the browser by specifying the path as "http://localhost/xyz.asp", i get the error "IE cannot open the page". Whats the problem? | |
nice to meet everyone.I'm a new parter from Asia,arrive here via google ,now I want to know when you need to upload some files,how to do it,we use a file named 无惧上传类,it is a asp class,you also can google it | |
hi..... to all.... i'm new to silverlight ... my doubt is.... for ssrs reports there's an BIDS( bussiness intellegent development studio) .. now i want to design reports in silverlight reporting services is there any development studio for silverlight reporting services.... if yes please give me the download site... i … | |
Am sending email using CDOSYS and finding that it works ok with a hard coded email address in the TO field but it doesn't work when I use a variable. This works... [ICODE]ObjSendMail.To = "myEmail@some.com"[/ICODE] This doesn't work... [ICODE]ObjSendMail.To = strEmail[/ICODE] giving an error... Microsoft VBScript compilation error '800a0401' Expected … | |
Hi I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it) I have a drop-down list in my website. The user can use this to browse the categories and then select a product. … | |
how to control back page in browser after log in page with asp.net ? | |
How can I create a blank space in sql server with null?:) | |
above code not working, y is 2010 and year0 is also 2010, as per my knowledge Equal should be displayed as output, but the condition does not get equal. Pls help me for this. | |
Hello, I have an asp form page that works in IE but I receive an error in Firefox that says: "There was an error on this page. Error description: undefined Click OK to continue" Here is the code of the page below: [CODE] <html> <head> <script src="/backoffice/includes/jquery-1.3.2.min.js"></script> <script src="/backoffice/includes/jquery.validate.js"></script> <script … | |
hey guys, i had a quick question. does anyone know wether it is possible to have a dropdownlist and radio button list in a formview or is that not possible?if it is then how and if not, is there anyother way i can do that? |
The End.