How to get the row index on checking a Checkbox in a ListView
on ListView_itemDataBound event
Label lblsno = (Label)e.item.Cells[1].FindControl
("lblsno");
int count = grdorderdetail.Rows.Count;
for (int i = 0; i <= count; i++)
{
lblsno.Text = (i + 1).ToString();
}
| Is This Answer Correct ? | 11 Yes | 2 No |
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
Give coding for Implementing a Fixed GridView Header in ASP.NET?
how to create a search bar which access data from various websites and retrieves the data
Code for Getting Information About A File?
How we use ajax in asp.net through javaScript. Please givee me an example.
Data Reader Vs DataSet
How to get Dynamically Linked Comboboxes Set?
How to Bind Nested XML to a Repeater Control with Container.DataItem?
what is the value that reside in a hidden field when no value is assigned to it?how it can be used in a if statement??
what is software testing
Coding for Synchronizing Cache Access in ASP.NET?