0
votes
1answer
24 views
Textbox Wrong Value
Hello,
I have an asp.net page with a datalist with few textboxes, and a submit button.
when i cahnge the text in the textbox, and click submit, the value i get in the vb code is the old value and not …
-1
votes
6answers
71 views
Set Limit For Value, iPhone
Hello all,
I have the following code:
float valueCalculated = (val1 / val2) * 100;
What I want to be able to do is to cap the maximum value of valueCalculated to 100.
I believe I could do this …
0
votes
0answers
25 views
Importing excel data to xml with one column having different values?
Hi,
I am trying to convert my data to XML using Excel. However for one of the column: lcd_size, I have multiple value for it. How do I get it to display in the following way below?
…
1
vote
3answers
53 views
How to get a jqGrid cell value
How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
0
votes
4answers
76 views
Help me understand this pointer vs. value issue
I know this is a dumb question, but its really bugging me.
Take the following:
public <TParseable> LinkedList<TParseable> readAllParseable(
Parseable<TParseable> …
0
votes
2answers
24 views
how to get the RGB value of a pixel inside the Form workspace.
im creating a macro and need to check some pixels to make sure the mouse clicks the right spot. How wold you go about checking the RGB value of pixels in c#?
0
votes
2answers
16 views
How to make a list of unique items from a column w/ repeats in PHP SQL
Say I have a table that has a column which goes
Column B
apple
apple
apple
orange
apple
orange
orange
grapes
grapes
mango
mango
orange
And I want to query it in such a way that I get a list like so
…
1
vote
5answers
64 views
How to name a method that has an out parameter?
Hi,
What is the common preference to name a method that has an out parameter inside?
Usually I use Get as a prefix to mention that the method returns a value (like GetMyBusiness).
But what if …
0
votes
1answer
26 views
Crystal Reports: How do I allow “set to null” when prompting for values to pass to subreports?
I have created a report which links into subreports. I created parameter fields to feed into the parameters of the subreports using subreport links.
If I do not add a subreport link and therefore …
0
votes
5answers
67 views
SQL query …multiple max value selection. Help needed
Business World 1256987 monthly 10 2009-10-28
Business World 1256987 monthly 10 2009-09-23
Business World 1256987 monthly 10 2009-08-18
Linux 4 U 456734 monthly 25 2009-12-24
Linux …
0
votes
3answers
30 views
why is the value of textbox (this value is retrieved from the sessions using php) in html shown in IE
Okay the code is,
code in first.php
<?PHP
session_start();
include("script.php");
?>
<form action="script.php" method=POST>
<input type="text" value="<?PHP …
0
votes
5answers
71 views
Is this code redundant when checking for a value greater than zero?
if(($slcustom48 != 0) && ($slcustom48 != NULL)) {
// do something
} else {
// do something else
}
0
votes
4answers
82 views
Draggable div - what’s the point?
I've seen many implementations of draggable divs in jQuery, .Net Ajax, and plain old javascript. While they are all novel, and solve the problem with varying ease, I've never understood what the point …
0
votes
3answers
38 views
css columns shrinking 100% pixel value
Hi,
I have a page which is divided up into 3 divs, left center and right. I don't want to display anything in the left and right, they just frame the page.
#leftDiv
{
background-color: …
0
votes
3answers
84 views
php checkboxes always showing checked
Hi all, I've got a single checkbox which i'd like the unchecked value to be 0 and the checked value to be 1, but when the post goes through, it always shows as 1 whether the box is checked or not..
…
