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
Rohan
NA
1.4k
115.5k
Add Two Number . but Cannot be store value
Jul 3 2018 11:17 PM
SqlCommand cmd = new SqlCommand();
cmd.CommandText = "Select FeePaid,Refund From FeeDetails";
cmd.Connection = con;
SqlDataReader dr = cmd.ExecuteReader();
{
if (dr.Read())
{
a = dr[0].ToString();
b = dr[1].ToString();
c = a + b;
Label2.Text = c.ToString();
Reply
Answers (
1
)
new keyword uasge
INI Read and Write