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 |
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.
What do you create for easier access of data?
Code for Document Validation in XML.NET?
where is assembly are store
Data Reader Vs DataSet
Code for Communicating over Sockets?
How to add checkbox to datagrid?
How to get Dynamically Linked Comboboxes Set?
Code for a Simple Way to Write XML in .NET (XmlTextWriter)
Code for Getting Information About A File?
HOw to Build a Nested GridView Control with ASP.NET?
how to track links visited in google using iframes