Click here to Skip to main content
15,916,835 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: hi i got problem with php Pin
Arif Liminto7-Nov-06 4:25
professionalArif Liminto7-Nov-06 4:25 
GeneralRe: hi i got problem with php Pin
CWIZO7-Nov-06 5:46
CWIZO7-Nov-06 5:46 
QuestionJavascript - DropList Selection [modified] - SOLVED! Pin
#realJSOP6-Nov-06 9:50
professional#realJSOP6-Nov-06 9:50 
AnswerRe: Javascript - DropList Selection Pin
Steve Echols6-Nov-06 18:58
Steve Echols6-Nov-06 18:58 
GeneralRe: Javascript - DropList Selection Pin
#realJSOP7-Nov-06 3:35
professional#realJSOP7-Nov-06 3:35 
GeneralRe: Javascript - DropList Selection Pin
#realJSOP7-Nov-06 6:26
professional#realJSOP7-Nov-06 6:26 
GeneralRe: Javascript - DropList Selection Pin
Steve Echols7-Nov-06 7:07
Steve Echols7-Nov-06 7:07 
QuestionBack Button Problem Pin
RockyGuls6-Nov-06 8:59
RockyGuls6-Nov-06 8:59 
I have 2 Web Pages page1.aspx and page2.aspx.

On page1.aspx i am selecting values fom list box and transfering to page2.aspx using Button -- "Select".This works fine.

Suppose user doesn't select any value from list box then message box pops up to user ...code for messagebox is like this

Private Sub btnHighlightYears_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHighlightYears.Click

If Lstbox_Years.SelectedValue.ToString() = "" Then
MessageBox.Show("Please Select Atleast One Year")
Else
Server.Transfer("Acct_Details.aspx?type=h")
End If
End Sub

Message box is a class and using java script and other controls it is made - which looks similar like a windows based application message box.

Now on page1.aspx i have one more button - "Select All and Continue".This also works fine and transfers me to page2.aspx

Problem
=======

When i first click on Button -- "Select" and nothing is selected fom list box then message box pops up ...click okay and then click button - "Select All and Continue" and it takes me to pafe2.aspx.

When i returns back to page1.aspx through Back button if IE/browser , the message box again pops up.

Is it an error or an issue...How can i solve this ?

Please help me.

Thanks,


AnswerRe: Back Button Problem Pin
g00fyman6-Nov-06 11:50
g00fyman6-Nov-06 11:50 
QuestionSelect All - From Likst Box Pin
RockyGuls6-Nov-06 8:14
RockyGuls6-Nov-06 8:14 
QuestionIE 7: can't get rid of URL bar using window.open Pin
MrBink6-Nov-06 7:57
MrBink6-Nov-06 7:57 
AnswerRe: IE 7: can't get rid of URL bar using window.open Pin
Guffa6-Nov-06 9:19
Guffa6-Nov-06 9:19 
GeneralRe: IE 7: can't get rid of URL bar using window.open Pin
MrBink6-Nov-06 10:40
MrBink6-Nov-06 10:40 
QuestionSeparate Application Pools Pin
happyheartcs6-Nov-06 2:58
happyheartcs6-Nov-06 2:58 
AnswerRe: Separate Application Pools Pin
Guffa6-Nov-06 9:38
Guffa6-Nov-06 9:38 
Questionattachments in outlook Pin
YaronNir6-Nov-06 2:49
YaronNir6-Nov-06 2:49 
QuestionEnding Session in asp vbscript Pin
krishna196-Nov-06 2:34
krishna196-Nov-06 2:34 
AnswerRe: Ending Session in asp vbscript Pin
jmendham6-Nov-06 9:34
jmendham6-Nov-06 9:34 
QuestionMoving DataGrid Item to Text Box Pin
meeram3955-Nov-06 22:45
meeram3955-Nov-06 22:45 
QuestionFree html templates with flash Pin
samerh5-Nov-06 20:47
samerh5-Nov-06 20:47 
AnswerRe: Free html templates with flash Pin
Bradml5-Nov-06 21:03
Bradml5-Nov-06 21:03 
NewsRe: Free html templates with flash Pin
samerh5-Nov-06 21:37
samerh5-Nov-06 21:37 
GeneralRe: Free html templates with flash Pin
Bradml5-Nov-06 21:50
Bradml5-Nov-06 21:50 
QuestionRegular Expression Pin
peshawarcoder5-Nov-06 20:00
peshawarcoder5-Nov-06 20:00 
AnswerRe: Regular Expression Pin
Bradml5-Nov-06 20:43
Bradml5-Nov-06 20:43 

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.