Michael Freidgeim
14 posts.
- ScrollToControl helper method for ASP.Net web forms to move position to particular controlI've created a helper method for ASP.Net web forms to move position to particular control
- Tiny MCE editor in ASP.Net Web FormI wanted to implement rich text editor in ASP.Net Web Form. I found that Tiny MCE editor is very popular and selected it.
- Custom alert on the SQL DatabaseI wanted to create a custom alert on the SQL Database when number of records with some values(considered as invalid) exceeds the expected limit.
- Do not pass data between static methods using static data members.In one of static class in our application, I found local static members that were used to pass data between calls of static methods. It’s wrong and can cause errors that are intermittent and very h…
- Use WCF Message LoggingThe post based on How to enable WCF tracing article Open WCF Service Configuration Editor under VS 2008 Tools menu or directly from installation folder (typically C:\\Program Files\\Microsoft SDKs\…
- Generate C# class from XSD file.I have an existing C# file, generated a long time ago from XSD definition.
- Declare different CSS rules for Firefox and Internet Explorer 7The post Creating different CSS style selector definitions for different browsers (Firefox, Internet Explorer 7 and IE 6.0) with subsequent comments describes that
- DotnetNuke Changes to Promote User to SuperUserI implemented mixed Authentication for DotNetNuke ( Use Windows Integrated Authentication for seamless logon intranet logon and use Forms authentication for users unable to use Windows Integrated a…
- Set defaultProxy configuration Element for Proxy ServerSome customers of our application have ISA Server that requires Proxy Authentication.
- Running DotNetNuke as a file-system Web site- Specify a PortIf you are running DotNetNuke as a file-system Web site in Visual Studio 2005 using ASP.NET Development Server (aka Cassini), you must specify a Port.
- Error "Unrecognized attribute 'requirePermission'" after publishing Web Site.I had a working DotNetNuke project 4.0.2 with .Net 2.0 that I wanted to publish to Windows Server 2003.
- How to add DotNetNuke localization for a country.I've created an SQL to add australian regions and australian currency to DNN Lists table. The task is discussed on DNN Forum.
- Visual Studio 2005 Web Site Project- "Edit and Continue" is too restrictive.I have a solution with Start ASP.NET project and several VB and C# library projects. When I stopped in Visual Studio 2005 debugger in the library class code, the file is shown with small “lock”. It…
- Calling __doPostBack in javascriptUpdate: There is an existing .Net Framework method Page.GetPostBackEventReference that emits client-side script that initiates postback and also provides a reference to the control that initiated t…
