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
Tan Kai Kai
NA
114
43.5k
Need help in this
Jul 11 2013 9:40 AM
con.Open();
dr = null;
SqlCommand cmd = new SqlCommand("SELECT @@IDENTITY", con);
dr = cmd.ExecuteReader();
while (dr.Read())
try
{
{
LBL.Text = (dr["ID"].ToString());
}
}
I have an error in the red line say
System.IndexOutOfRangeException: DeliveryID
I want to get the new database that just add in on to this page
Reply
Answers (
15
)
Binding RDLC report through code behind dynamically..
Authentication and Authorization in Asp.net