How to keep a tooltip for Pageindex of numeric in Datagrid
-
Hi One & All This is Naren, I need some small help regarding PageIndex "ToolTip". I got for Header , items but i couldn,t find to get ToolTip for Pageindex . So plz help me to get the solutions. I m working in Asp.net with C# web Application. I wrote some code in datagrid_ItemCreated() ie., private void dgEmp_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if((e.Item.ItemType == ListItemType.Pager)) { e.Item.Cells[0].ToolTip = "Click to get this page"+Currentpageindex; } } This we wrote for PageIndex ToolTip. "Output" which i m getting is ""Click to get this page 0" for all pageindexes. So Plz tell me the solutions to do. Thanking U, Naren.
please help me
-
Hi One & All This is Naren, I need some small help regarding PageIndex "ToolTip". I got for Header , items but i couldn,t find to get ToolTip for Pageindex . So plz help me to get the solutions. I m working in Asp.net with C# web Application. I wrote some code in datagrid_ItemCreated() ie., private void dgEmp_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if((e.Item.ItemType == ListItemType.Pager)) { e.Item.Cells[0].ToolTip = "Click to get this page"+Currentpageindex; } } This we wrote for PageIndex ToolTip. "Output" which i m getting is ""Click to get this page 0" for all pageindexes. So Plz tell me the solutions to do. Thanking U, Naren.
please help me