Advertisements
Category Archives: ASP.NET 2 and C# 2 and Javascript
How to check grid has value or not and display no record found?
To check gridview if null http://www.netomatix.com/development/gridviewclientsideaccess.aspx <script language=”javascript” type=”text/javascript”> var gridViewCtlId = ‘<%=ctlGridView.ClientID%>’; var gridViewCtl = null; var curSelRow = null; var curRowIdx = -1; function getGridViewControl() { if (null == gridViewCtl) { … Continue reading