adspace
how do i copy textbox contents of 1 form to another form
Answer Posted / justin dhas
Hi,
By using state management variables you can get the value of textbox from one form to another,like querystring,session,cookies etc
eg)
Session["value"]=textboxid.Text;//Set the value in one form
string s=Session["value".ToString()//get the value in another form
| Is This Answer Correct ? | 12 Yes | 14 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category