Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
This code is in C# . I need the same code in ASP.NET
raja sri
10y
836
1
Reply
This code is in C# . I need the same code in ASP.NET.Can you provide me the code?
protected void btntotal_Click(object sender, EventArgs e)
{
For(int i=0;i<GV_FundingSources.rows.count-1;i++)
{
If(datagridview1.rows[i].cells[2].values==”---”)
{
}
Else
{
Decimal a= Convert.ToDecimal (datagridview1.rows[i].cells[2].values.ToString());
b=b+a;
}
}
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how we can do checkbox read only
PHP vs ASP.NET