I have blogged at one time on an IComparer class that you could use to sort a property in an object within a collection http://www.jamesandchey.net/?p=601.
The downside was that the name of the object was hard-coded in the IComparer …
I have blogged at one time on an IComparer class that you could use to sort a property in an object within a collection http://www.jamesandchey.net/?p=601.
The downside was that the name of the object was hard-coded in the IComparer …
Sorting by column on a gridview when the datasource is bound to a list of collection of a class object presented quite a challenge. Since I did not use the wizard of the gridview to assign my datasource via the …
Let’s say you have a scenario that whenever a button event or any event for the matter is raised on the client-side you want to display text in a label on the screen that says something like, “PROCESSING… PLEASE WAIT.” …
Let’s say that I initially passed a parameter called ‘Testee’ to my preloader flash application via the HTML param tag. Now I need to pass this same parameter value from the preloader to the main flash application. Here is the …
Let’s say I derive a value from a RadioButtonList control and I want to pass it to another ASPX page that I am going to redirect to.
1) I first build a string and wire together that ASPX page I …
Say you want to restrict access to your flash application that is called by your aspx page. That is easy enough by adding the aspx page to your your web.config file’s location/authorization section. But what if you want to pass …
You get the following error when calling a reporting services report from your ASP.Net web application that passes a parameter on Non-IE browsers using the 2010 ReportViewer control:
Message
Missing URL parameter: IterationId
StackTrace
at Microsoft.Reporting.WebForms.
This article shows how to turn off Auto-Updates on Windows.
To turn off auto-updates of Google Chrome on Windows, you need to instruct Google Update to not update it.
1) Bring up Regedit
2) Set the value of AutoUpdateCheckPeriodMinutes to …
=iif(countrows(“dsCarMake”) = Parameters!CarMake.Count, “DO SOMETHING”, “DO SOMETHING ELSE”)
Explanation:
I have a parameter called CarMake. I load this parameter from a dataset called dsCarMake. The parameter is set to allow multiple values.
Let’s say a total of fifty Car Make’s …
Delete the entries within the registry (run regedit from the command line)
In the following path:
HKEY_CURRENT_USERSoftwareMicrosoftTerminal Server ClientDefault
Right click each remote desktop log profile you want to remove and click delete.…