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
Rosi Sreenivasa Reddy
NA
137
42.5k
ADo.net
Jul 30 2013 7:37 AM
I wrote this like ,if any mistake is their, correct it and send
SqlConnection con = new SqlConnection("DataSource=WEBDEV1-PC;Initial Catalog=srinu;User Id=sa;Password=pftec");
SqlCommand cmd = new SqlCommand("select * from Approval_Matrix_Setup", con);
con.Open();
SqlDataReader dr= cmd.ExecuteReader();
while (dr.Read())
{
//answer
}
for all i need to get the full data of the table
in the Response.Write
Reply
Answers (
1
)
Problem with Mozilla...Chrome & IE is working fine
Doubt In timer ? ? ?