473,668 Members | 2,661 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
4
1,381
thread by: Wnicole | last post Oct 21 '13 by: Rabbit
I was hoping someone can look at this code and tell me what is missing It works all the way to outlook but once there it is not linking with the emails from the query on the report. It's sending the email to the first person in the table. Can u tell me why it's not pulling up correct email?
0
942
thread by: ashwika42 | last post Oct 20 '13 by: ashwika42
hi I am new to asp development - and I' not sure what is wrong with my connection string - when i run the application it just hangs on this statement.= My connection string is defined in another page as : connectionString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;'Persist Security Info=False;Initial Catalog=SupportDB;Data...
1
1,461
thread by: ricasbe | last post Oct 20 '13 by: Rabbit
Please help me with this error msg Thanks a lot. ricasbe@yahoo.com Microsoft OLE DB Provider for ODBC Drivers error '80040e14' You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 /clients/VIRTUAL_PEDIDOESPECIAL.ASP, l�nea 16
13
9,722
thread by: Tibor P | last post Oct 18 '13 by: chumi
Here is the code that I have: The email is being sent and received however the message body is not. Please help! <% dim sql, rs, rs1, reportID, mail, body dim jobSite, jobSiteNum, reportDate, supervisor, weather, temperature, comment, problem dim emailTo, emailToArr, emailSubject, temp, header set conn =...
9
1,503
thread by: Pamela | last post Oct 17 '13 by: Rabbit
Trying to have expression calculate in field 3; If field 4 =0 then field 1 divided by field 2, otherwise field one minus (field 4 multiplied by field 5) divided by field 2 otherwise answer should be Field 1 =114 Field 2 =10 Field 4 =14 Field 5=1 then the calculation in field 3 should =10 114-(14)=(answer 100)/10 =10, but the answer...
7
1,419
thread by: ashwika42 | last post Oct 16 '13 by: Rabbit
hi I am getting an error : on execute statement ! : error is : Microsoft OLE DB Provider for SQL Server error '80040e14' Incorrect syntax near ','. --------------------------------
3
1,510
thread by: nandha2808 | last post Oct 16 '13 by: Rabbit
this code for aspx.cs: string inputString; resultLabel.Text = ""; using (StreamReader streamReader = File.OpenText(@"E:\projects\readtxt\nan.txt")) { inputString = streamReader.ReadLine(); while (inputString != null) { resultLabel.Text += inputString + "<br />";
0
989
thread by: siddharth257 | last post Oct 10 '13 by: siddharth257
Recently, my PHP (5, as installed by the XAMPP package) stopped working, and won't let me run locally-served PHP files in my web browsers. I think (but I'm not sure) that the Apache web server is running properly, but whenever I try to open a PHP file (for instance, by opening http://localhost, which should take me to the XAMPP start/...
3
5,955
thread by: N3gg | last post Oct 7 '13 by: stdq
#include "stdafx.h" #include <iostream> using namespace std; int main() { int d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, check_digit; cout << "Enter 11 seperate digits\n";
0
946
thread by: ashishjha190 | last post Oct 6 '13 by: ashishjha190
I am working on WPF using the Mvvm architecture so my requirement is i have a datagrid which should be dynamically populated at each step whenever status is set for example ... suppose i m in a method called as writeme()( which is running in the background ) and there i set my status to "started" so the ... datagrid must also show a column...
0
1,000
thread by: mdfarhan | last post Oct 4 '13 by: mdfarhan
<asp:DataList ID="dataList" runat="server"> <ItemTemplate> <table> <tr><td><asp:Label ID="lblName" runat="server"></asp:Label></td></tr> <tr><td><asp:Label ID="lblEmail" runat="server"></asp:Label></td></tr> <tr><td><asp:Label ID="lblMobile" runat="server"></asp:Label></td></tr> ...
0
925
thread by: vijayknp | last post Oct 1 '13 by: vijayknp
Hi I have 2 DropDownlist inside DetailsView ( both have value from diff. SqlDatasource). 1-- PartNo , 2-- Serial No (of part no selected in DropDown1) but on editing/inserting it is showing Eval(),Bind() can be performed in case of Databinding . I am not able to populated list based on above criteria I am using Bind not Eval , can any one...
0
1,400
thread by: tjn825 | last post Sep 26 '13 by: tjn825
cant seem to change the total line name for simple Access Query: Total $450,000 to say Total Cost $450,000
0
1,182
thread by: winkimjr2 | last post Sep 24 '13 by: winkimjr2
I have a page where user will select an item from RadioButtonList. When the user click next button, in the next page (this page has a GridView with 32 rows. Each row has a description - comes from database table and 3 textboxes) the depending on what he selected, textboxes from all 32 rows will either be enabled or disabled. That is if for example...
0
1,093
thread by: eswame | last post Sep 23 '13 by: eswame
I have the daily sales and expenses in a query extracted from the master sales/expeses table. I would like to sum up the sales and expenses per month by adding the daily operations dates, sales and expeses.
1
1,150
thread by: vipinsankhlecha | last post Sep 18 '13 by: Aurangzeb
sir,i use set-interval for slide-show but after 12-13 slice it's speed become faster so sir tell what can i do for normal flow
1
1,147
thread by: ait1234567 | last post Sep 18 '13 by: Aurangzeb
Hello, I need to create a dynamic table/dategridview where I can edit certain data bweteen 2 dates, the problem is after I generated the dynamic data and reload the same page, I lost all the data (the view), how I can generate a dynamic table and wont be lost on reaload?
0
1,007
thread by: spawn6991 | last post Sep 16 '13 by: spawn6991
Hi to all, I manage to setup Barclays epdq back office and now i'm trying to add this dynamic form (manual mentioned) in order to complete whole process. My site is on classic asp and i want to please if someone has these 2 required form to provide them because i can't make it work. Thank you in advance.
0
1,124
thread by: palvani | last post Sep 16 '13 by: palvani
Can Request.ServerVariables("REMOTE_ADDR") fail and catch the address of my default gateway in my local network??
0
1,058
cyrus4553
thread by: cyrus4553 | last post Sep 16 '13 by: cyrus4553
when I change pages...they load with the scroll tab at the bottom...how do I get it to load with scroll tab located at top...like it used to ? Ron
0
1,042
thread by: Mohan619 | last post Sep 14 '13 by: Mohan619
Hi, I created the number of textboxes using for loop with the same id for each textbox. My requirement is , how to pass the values of all textboxes to the nextpage in vb.net. It's An Urgent Thanks in Advance
0
1,014
thread by: ali hassan | last post Sep 11 '13 by: ali hassan
can we create active x control in visual stdio 2010 ?????
2
1,408
thread by: lauralofrumento | last post Sep 10 '13 by: cgiAlexis
Hi: I am having issues with the below code. I can not figure out why the form will not direct to the appropriate email based on the state that is selected. It will only direct to "Other". Please help! I am at a loss... <%@ Language=VBScript %> <!--#include file="../common.asp" --> <!--#include file="../commands.asp" --> <% Dim...
0
1,024
thread by: Saurabh54 | last post Sep 9 '13 by: Saurabh54
In Web Application,I have a Grid-view with dropdownlist and I want to raise a event during dropdown selection change event. but event is not raised that time.I have tried dropdown selection change event but that is also not working.Please help me out in vb.net language not in C#.
1
1,467
thread by: genesis antony | last post Sep 4 '13 by: Rabbit
Hi i'm getting this error when i set the sql queries to execute to create an update event Microsoft VBScript compilation (0x800A0400) Expected statement /alertid/smdc/Newstats.asp, line 51 &_"order by datepart(yy, fdatecreated), datepart(mm, fdatecreated), datepart(dd,fdatecreated)"

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.