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
Abhijit Patil
NA
3.8k
1.6m
how to show panel in textchange event of user control
Mar 25 2014 10:13 AM
hi,
i have one user control i need to show one panel inside gridview ,when cursor goes to textbox .for that i used text change event of textbox.
i am trying to following code
private void textBox2_TextChanged(object sender, EventArgs e)
{
panel1.Visible=true;
panel1.Location=new Point (20,20);
panel1.Controls.Add(dataGridView1);
}
but it is not shown panel.
Reply
Answers (
2
)
how to add tow formula field in crystal report
GUI freezes. Running methods in background