friends,
i have a problem in going back to previous page in my application.. since i want that to happen in the if else statement i cannot incorporate JS. please help me .. i am trying this for very long tym.. the reason s i am using dynamic textboxes in multiview,..and i wanna validate them b4 changing view.. here s piece of my code..please teme whr can i place code to go to prev step of the step in the page and what ll be the code..
please help me .. im struggling with this for few days to get a solution
i have a problem in going back to previous page in my application.. since i want that to happen in the if else statement i cannot incorporate JS. please help me .. i am trying this for very long tym.. the reason s i am using dynamic textboxes in multiview,..and i wanna validate them b4 changing view.. here s piece of my code..please teme whr can i place code to go to prev step of the step in the page and what ll be the code..
Code:
For count = 0 To textbox1.text
wtsum += CDec(dynamictxtbox(count).Text)
Next
If wtsum = 1 Then
do the calculations
MultiView1.SetActiveView(View4)
else
MsgBox("error")
' i want code which must goto previous step after user clicks on ok in msgbox
end if
please help me .. im struggling with this for few days to get a solution
Comment