Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
38 Points
19 Posts
May 22, 2009 06:25 AM|LINK
for this issue you can use querystring or session also both will work if using query string need to write a
button.Attributes[
Otherwise you can use Session.
Dont forget to click "Mark as Answer" on the post that helped you.
harigr
Member
38 Points
19 Posts
Re: How to move value from one form to another
May 22, 2009 06:25 AM|LINK
for this issue you can use querystring or session also both will work if using query string need to write a
button.Attributes[
"onClick"] = "javascript:ShowDialog('" + applicationPath +"/Folder/Scrrenname.aspx" + "?QueryStringVariable=" + "Value" + "', '" + "Height and width"+ "')";Otherwise you can use Session.
Dont forget to click "Mark as Answer" on the post that helped you.