0
votes
1answer
17 views
pass a value from jsp to classic asp page
Hi,
I have 2 pages - 1st jsp page and 2nd asp page.Onclick of a link in jsp page, it opens the asp page. now I need to pass the selected dropdown value from jsp to asp page.
Thanks in advance.
1
vote
1answer
33 views
How many zeros are added to the value of a web application according to its usage?
Let's say that I have created a web application just for fun at the beginning. In time I see that its usage has been increasing day to day. Hits are getting bigger, time spent on the site by users is …
0
votes
0answers
5 views
UISlider change value when tapped
Usually you need to hold the thumb image and move it on the slider, is there any property of UISlider or a way to move the thumb image i.e. change value when tapped on the slider
2
votes
1answer
33 views
Getting URL hash location, and using it in jQuery
Heya guys.
I'd like to get the value after a hash in the URL of the current page and then be able to apply this in a new function... eg.
The URL could be
www.example.com/index.html#foo
And I …
0
votes
1answer
18 views
JavaScript Help
I am completely stuck on how to finish this problem... the question goes...
Write a function quality Points that inputs a student’s average and returns 4 if the stu¬dent's average is 90–100, 3 if the …
0
votes
0answers
29 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?
0
votes
5answers
68 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
1answer
25 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 …
0
votes
3answers
32 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
0answers
8 views
values of diff keys to concatenate from a resource file, how?
I want to concatenate the values of two or more keys from a resource file, while assigning value to a control, somthing like
<%$ Resources:LocalizedText, LeadTitle%>"
but, getting an error.Is it …
-1
votes
6answers
72 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 …
1
vote
3answers
65 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).
16
votes
10answers
4k views
C# String enums.
Hi,
I have the following enumerator:
public enum AuthenticationMethod
{
FORMS = 1,
WINDOWSAUTHENTICATION = 2,
SINGLESIGNON = 3
}
The problem however is that I need the word "FORMS" when I ask …
0
votes
2answers
17 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
…
0
votes
1answer
31 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 …
