Click here to Skip to main content
15,914,452 members
Home / Discussions / Web Development
   

Web Development

 
QuestionValidation of viewstate MAC failed Pin
Ankur Gaur27-Jul-09 2:28
Ankur Gaur27-Jul-09 2:28 
AnswerRe: Validation of viewstate MAC failed Pin
Robin_Roy27-Jul-09 17:34
Robin_Roy27-Jul-09 17:34 
GeneralRe: Validation of viewstate MAC failed Pin
Ankur Gaur29-Jul-09 0:19
Ankur Gaur29-Jul-09 0:19 
GeneralProblem in WML section. Pin
Farhan Asif27-Jul-09 0:00
Farhan Asif27-Jul-09 0:00 
GeneralRe: Problem in WML section. Pin
Marc Firth27-Jul-09 22:02
Marc Firth27-Jul-09 22:02 
QuestionHow to Retrieve TCP/UDP Statistics using System.Net.NetworkInformation Pin
that_dude_tj26-Jul-09 23:08
that_dude_tj26-Jul-09 23:08 
AnswerRe: How to Retrieve TCP/UDP Statistics using System.Net.NetworkInformation Pin
SeMartens27-Jul-09 0:23
SeMartens27-Jul-09 0:23 
QuestionHELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Curious 200926-Jul-09 6:11
Curious 200926-Jul-09 6:11 
I have a selection in my ASP page (please see codes):

1. I would like the fisrt time it will show the defaut selection the picture on the right-side (select of "0"), but when the web-user change any other, then the picture will be refresh accordingly

2. If #1 can't be used (can't recognize seclection changed), can we add a button or tag "REFRESH PICTURE" so that the web-user can select to refresh after changing the selection?

3. If #2 also can't be done ... is there other way to refresh the picture without jumping to another page?

Thanks to any help D'Oh! | :doh:

*) I insert Request("Picture"), just in case I have to use a mean to jump back the same page & get the new selection!

<body>
<%
    Dim str_image, request_select

	request_select = Request("Picture")
	
	If request_select = "0" Then
		str_image = "image/Picture0.jpg"
	ElseIf request_select = "1" Then
		str_image = "image/Picture1.jpg"
	ElseIf request_select = "2" Then
		str_image = "image/Picture2.jpg"
	Else 
		str_image = "image/Picture3.jpg"
	End If
	
%>

<table id='outtertable'>
    <form action="NextPage.asp" method="post" name="myForm" >    
	<tr>
		<td>
		  <table id='datatable'>
		   <tr>
			  <td>Select picture</span></td>
			  <td>
				  <select name="Picture" size="1" id="Picture">
					<option value="0" >Picture 0 </option>
					<option value="1" >Picture 1 </option>
					<option value="2" >Picture 2 </option>
					<option value="3" >Picture 3 </option>
				  </select>

			  </td>
		    </tr>
		  </table>
		</td>
		
		<td> 
		  <table id='buttontable'>
			<tr>
			   <td><img src =<%=str_image%> width="100" height="100"> </td>
			</tr>
		  </table>
		</td>	
	</tr>
	<tr> 
	      <td><input type="submit" value="Next Page"></td>
	</tr>
	</form>
</table>

</body>

AnswerRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Christian Graus26-Jul-09 12:12
protectorChristian Graus26-Jul-09 12:12 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Curious 200927-Jul-09 14:57
Curious 200927-Jul-09 14:57 
AnswerRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Marc Firth26-Jul-09 22:36
Marc Firth26-Jul-09 22:36 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Curious 200927-Jul-09 14:47
Curious 200927-Jul-09 14:47 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Marc Firth27-Jul-09 21:42
Marc Firth27-Jul-09 21:42 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
THAQCD28-Jul-09 2:43
THAQCD28-Jul-09 2:43 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
Marc Firth28-Jul-09 2:48
Marc Firth28-Jul-09 2:48 
GeneralRe: HELP: How I can refresh a picture without jumping to another page when the selection is changed? Pin
THAQCD28-Jul-09 6:18
THAQCD28-Jul-09 6:18 
QuestionSilverlight webservice Pin
mikla52125-Jul-09 4:32
mikla52125-Jul-09 4:32 
AnswerRe: Silverlight webservice Pin
Jeremy Likness26-Jul-09 3:27
professionalJeremy Likness26-Jul-09 3:27 
QuestionYou are not authorized to view this page Pin
koolprasad200324-Jul-09 20:33
professionalkoolprasad200324-Jul-09 20:33 
AnswerRe: You are not authorized to view this page Pin
Adam Maras25-Jul-09 6:43
Adam Maras25-Jul-09 6:43 
AnswerRe: You are not authorized to view this page Pin
Robin_Roy30-Jul-09 17:24
Robin_Roy30-Jul-09 17:24 
Question@ Blocks in VS Pin
Todd Smith24-Jul-09 14:14
Todd Smith24-Jul-09 14:14 
QuestionHistorical data from nse Pin
udch24-Jul-09 8:49
udch24-Jul-09 8:49 
AnswerRe: Historical data from nse Pin
Christian Graus24-Jul-09 11:42
protectorChristian Graus24-Jul-09 11:42 
QuestionPage overlay sizing problem (CSS) Pin
Bryant May24-Jul-09 0:49
Bryant May24-Jul-09 0:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.