TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Violeta Popa
NA
137
163.8k
acces variable from another method
Apr 11 2013 3:50 PM
Hi..How can i acces in a method a variable from another method? There is my code:
private void modificaCategorie_Load(object sender, EventArgs e)
{
string
text
=textBox1.Text;
}
private void button1_Click(object sender, EventArgs e)
{
if(
text
=="abc")
}
Reply
Answers (
1
)
Unclosed quotation mark after the character string
Uploading .WAV Files In ASP.NET