I'm new to C# and was wondering if there is a way to check if button event has been fired. The button type is a custom type inside a framework built on top of the .NET framework, but I'm not sure if matters.
Thanks ahead of time
I'm redoing a shopping cart to be object based. I have a user object with a getDiscount method. I keep getting error when I call the method "The value "cfuser2ecfc1565979364$funcGETDISCOUNT" cannot be converted to a number".
Here is my code:
initializing:
<cfset session.objUser =...
I'm half way through C # Step by Step, and it is a definite refresher. I learned OO in college so I'm not sure how good this book will be for a beginner to OO. I heard Kalani's books are good for studying for the 70-315 and 70-316 certifications. I need to check out "Windows Forms Programming in...
I had a survey on the web and I saved the data in numbers in the database. I need to send an excel sheet to the Marketing dept. to analyze the results of the survey. My question is how do I convert say rows B2 to B4000 to text. For example if I have "1" in B2 I want to show "0 - 2 hours per...
Here is the javascript code
var req;
function init () {
if (window.XMLHttpRequest) {
req = new XMLHttpRequest();
} else if (window.ActiveXObject) {
req = new ActiveXObject("Microsoft.XMLHTTP");
}
req.open("GET"...
I'm using this xml to grab data to show in a browser.
<?xml version="1.0" encoding="UTF-8" ?>
- <recordset>
<tablecols>3</tablecols>
<fontcolor>9933CC</fontcolor>
<linkcolor>33FF33</linkcolor>
<bgcolor>99FFFF</bgcolor>
<tablewidth>400</tablewidth>
- <slot>
<description>Test...
It probably is a connection problem. I've tried multiple sql server logins, different dsns, mixed and windows auth, but I get the same message that the login is not associated with a trusted sql server connection.
I appreciate the input, I might be just missing something little not sure. I've...
Someone I work with told me to use odbc as the type in cf Administrator. So now I'm trying this but I can't start my cf odbc server. Does anybody know how to start this service?
Thanks,
Nick
I have CF 7 with SQL SERVER 7, and it gives me this message everytime I try to setup the datasource.
Connection verification failed for data source: ssa
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a...
I know I put the wrong statement method handle in. This is the code that I'm working on but not getting any where!
$sth1 = $dbh->prepare($SQL1);
$sth1->execute();
$results = $sth1->fetchall_arrayref();
@result = @$results;
foreach $row(@result) {
(variable, variable, etc..) = @$row;
print...
Hey, audiopro this code is to create a report. What I'm trying to do is grab a row from the table and work with it in each foreach loop. I think the @$ is for dereferencing with the DBI statement handle method $tbl_ary_ref = $sth->fetchall_arrayref() or the DBI statement handle method @row_ary =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.