To make the row headers to appear in every page and appear on scroll of the page
1) Click the grouping pane of the tablix
2) Click Advanced Mode
3) Set the Following Properties
- FixedData -- True
- KeepWithGroup -- After
- RepeatOnNewPage --True
I blog whenever i find things to remember and which are interesting when i am working/learning. I am happy if these experiences are useful to someone else too :) . Please feel free to suggest/correct. These are just out of my experiences . So they may be always a better way to do them ! I view life as a continuous learning experience !!
We are using MS ajax to add a function that does the rebinds JS events to the elements.
$(window).load(function () {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(RunThisAfterEachAsyncPostback);}
});
This is the function that executes the rebinding code
function RunThisAfterEachAsyncPostback(sender, eArgs) { try { if (eArgs.get_error() == null) {// Rebinding $("#btnSaveSubScriptions").button(); $("#EventsCheckBoxList tbody td").find('input').click(Events_SubClick); } else { alert("Error Occurred in the System.Please Contact System Admin"); alert(eArgs.get_error()); } } catch (err) { document.write("There are some errors on this page while loading...<br>" + "RunThisAfterEachAsyncPostback"); document.write("Error is : " + err.description + " <br>Error number is " + err.number); } };
/bin
directory."
Old bad way of logging :
catch (Exception ex)
{
ErrorLog er = new ErrorLog(ex, "functionname", "classname");
ErrorLogDB.Persist(er);
}
Error
event, which fires when an unhandled exception occurs