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 Snap the Cursor to a Button?
Data Reader Vs DataSet
Code for Document Validation in XML.NET?
Give coding for Exception Handling Techniques in ASP.NET?
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.
Code for Presenting Parent/Child Data in a Data Grid Row?
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
where is assembly are store
How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
3 Answers Concept, NIIT, Wipro,
how to design a ListView control?
hold checkbox values
how to convert Dataset to Object Array or list in c# .net