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
chandu gummadi
NA
67
73.2k
Cannot apply indexing with [] to an expression of type 'obje
Apr 27 2013 2:25 AM
protected void Deductions1_RowDataBound(object sender, System.Web.UI.WebControls.GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
CheckBox cb = (CheckBox)e.Row.FindControl("CheckBox2");
if (cb.Checked == true)
cb.Checked = false;
int amnt = Convert.ToInt32(
e
.
Row.DataItem["ded_amt"].ToString());
tded.Text = Convert.ToString(tded.Text) + amnt;
}
}
at the place of
e.
iam getting a error like"
Cannot apply indexing with [] to an expression of type 'object
'"
please help what shell i do now....
please help me friends
thank you..
Reply
Answers (
1
)
When i click on one letter displays the words
Required attribute 'connectionString' not found.in asp.net