Static Method
How can I access a textbox control of a Page (say Home.aspx) in the static method of that codebehind.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Dec 13, 2013, 6:45 AM
Sujit SahooPosted Dec 13, 2013, 6:03 AM
Jignesh TrivediPosted Dec 13, 2013, 5:57 AM
The best way is pass your textbox or textbox's text as argument of your static method.
can u please share us what is your exact requirement?