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
Vindhya Yadaav
NA
36
11k
Search Record Display in DetailsView1
Nov 9 2015 6:11 AM
SqlDataAdapter sda = new SqlDataAdapter("select * from student_login", con);
DataTable dt = new DataTable();
sda.Fill(dt);
int c = dt.Rows.Count;
if (dt.Rows[0][4].ToString() == TextBox1.Text)
{
DataTable dt = new DataTable();
sda.Fill(dt);
DetailsView1.DataSource = dt;
DetailsView1.DataBind();
}
when recrod found its show
only 1St record show
of the Table.
please help to show column 2 and 3 4 .....ext...
and how to use ISPOSTBACK option.... of this page...
Reply
Answers (
1
)
login page using jquery ajax with asp.net ?
Create EDL Format in c#