Hi,
I have 2 frames(top n bottom) each has one web form. Now I want to show any error message that occur in the top frame to be displayed in the bottom frame.
I dont want to be redirected to another form.
I tried this code but no use.
btnTright.Attri butes.Add("oncl ick", "javascript:tra nRight(txtTrans ferRight.value) ")
Can someone help me with it please????
I have 2 frames(top n bottom) each has one web form. Now I want to show any error message that occur in the top frame to be displayed in the bottom frame.
I dont want to be redirected to another form.
I tried this code but no use.
btnTright.Attri butes.Add("oncl ick", "javascript:tra nRight(txtTrans ferRight.value) ")
Can someone help me with it please????
Comment