-
asp .net grid control common gridview operations update edit cancel sort paging
There are many ways to accomplish the end result of what is displayed below. To display multiple records of data on the same page, you may alternatively use Repeater (my favorite of the dataview controls), DataList or ListView (also great). FormView and DetailsView are similar, but should be limited to smaller sets of data IMO…
-
an exception was encountered while constructing the content of this frame can’t see solution files
This issue occurred in my VS after installing some third party Visual Studio plugin tools. To resolve, I uninstalled the tools and from command line launched Visual Studio (just copy paste the path and exe from the shortcut) and added /ResetSettings to the launch params. Make sure you have a backup of your settings first…
-
Classic ASP VB Filter File Name Extensions From String EndsWith
Came across a classic ASP VB site recently in my adventures. There was a feature request to filter out some file extensions from existing code logic, and I discovered quickly most of my .Net methods were unavailable, so I came up with this little snippet and had a great blast from the past. 🙂 If…
-
How to Create a new Java Applet in Netbeans
First create a new project. Make sure you select “Java Application” not Desktop Application or other types. On the left hand of the screen you should see “Source Packages” and your project name in lower case underneath. If you don’t see this in the little window on the left, expand the coffee icon with your…
