1,828 Topics

Member Avatar for
Member Avatar for varsha solshe
Member Avatar for Orange90
0
91
Member Avatar for terrirenner

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 …

Member Avatar for ArtistScope
0
500
Member Avatar for cmull

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 …

Member Avatar for ArtistScope
0
84
Member Avatar for Misho

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 …

Member Avatar for hielo
0
81
Member Avatar for leet_uk

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 …

Member Avatar for Rosa2303
0
133
Member Avatar for dan_J@ej00nG

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 …

Member Avatar for ArtistScope
0
133
Member Avatar for malashukla

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

Member Avatar for vuyiswamb
0
67
Member Avatar for prathameshz

hi i want to make asp mail script with attachment.. can any one send me the code for that

Member Avatar for ArtistScope
0
79
Member Avatar for stevenfagan

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 …

Member Avatar for hielo
0
275
Member Avatar for blgsolutions

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 …

Member Avatar for ArtistScope
0
66
Member Avatar for cool5a1321

[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 …

Member Avatar for cool5a1321
0
108
Member Avatar for Sarama2030

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 …

Member Avatar for Sarama2030
0
175
Member Avatar for sarathmohanan

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..

0
44
Member Avatar for prvnkmr194

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 …

Member Avatar for catherine sea
0
101
Member Avatar for HashimKhan

How Can dates be compared in SQL........? eg. startdate=10-10-2010 , end date=10-11-2010

Member Avatar for hielo
0
29
Member Avatar for ameyanatu

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 …

Member Avatar for @developer
0
105
Member Avatar for "ICode"

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 …

Member Avatar for "ICode"
0
139
Member Avatar for erioch

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 …

Member Avatar for erioch
0
155
Member Avatar for purvi12345

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 …

Member Avatar for purvi12345
0
80
Member Avatar for jaejoong

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

Member Avatar for janetzensis
0
128
Member Avatar for vatspoonam

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?

Member Avatar for ArtistScope
0
125
Member Avatar for jie7412

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

0
44
Member Avatar for vinayak.v

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 …

0
93
Member Avatar for ArtistScope

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 …

Member Avatar for ArtistScope
0
72
Member Avatar for ptemedia

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. …

Member Avatar for ptemedia
0
464
Member Avatar for nellychang
Member Avatar for ArtistScope
0
38
Member Avatar for jaejoong
Member Avatar for snehalj

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.

Member Avatar for snehalj
0
536
Member Avatar for caitlins5

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 …

Member Avatar for ArtistScope
0
199
Member Avatar for Roses89

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?

Member Avatar for Baradaran
0
103

The End.