Category Archives: Code (C#, JavaScript)

AJAX and popup windows

So I finally found a solution to my problem.  The basic recap of this was that a pop-up window would cause IE to crash after 3 or 4 popup windows if those items contained an UpdatePanel.  So I finally found … Continue reading

Posted in Code (C#, JavaScript) | Leave a comment

Custom Gridview

So I have been needing a custom gridview that has a bunch of features that aren’t included in the default view.  So I have found a bunch of different articles on the subject and many have some features I want but … Continue reading

Posted in Code (C#, JavaScript) | Leave a comment