VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code for getting the value of text box of previous page.

by Pandu Ranga Rao N (1 Submission)
Category: Miscellaneous
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Fri 11th September 2009
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Code for getting the value of text box of previous page.

Rate Code for getting the value of text box of previous page.




Response.Write(CType(PreviousPage.FindControl("TextBox1"), TextBox).Text)

Download this snippet    Add to My Saved Code

Code for getting the value of text box of previous page. Comments

No comments have been posted about Code for getting the value of text box of previous page.. Why not be the first to post a comment about Code for getting the value of text box of previous page..

Post your comment

Subject:
Message:
0/1000 characters