Extension Methods from John D. Sanders
-
Dedup
This method will take any DataTable and remove duplicate rows based on any column.
-
supports_html5_storage()
Function to determine if the browser supports HTML 5 local storage.
-
WriteXMLForReport
Many times you need an XSD file for a report. I have created this extension to write the xsd based on the data table I feed it into the directory I set.
-
addCalendarToTextBox()
Add Date Picker to Text Box