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
Sinu Joseph
NA
136
67k
Ado Net Entity Framework
Jun 6 2013 10:34 AM
i have a form in that i 3 texxtboxes named Rollno,name,ageand course
and i have 2 class 1 for connection named MyDBConeection and 1 is for all data related class called student
in MyDbConnection I gave connection details
in my student class i gave 4 properties named Rollno,Name,Age,Course and corresponding methods
public int Getdetails
{
it will display all details in grid view
}
public dataset update ()
{
update the table
}
BUT i need is this
i have a button in my form called getdetails before update
like this
roll no - textbox
then getdetails button
then name,age and course then update button
i want to display all details in my textbox while clicking on the getdetails button then update
plzz help...............
Reply
Answers (
2
)
login form
Alternative of "databind()" in the windows form application