ASP.Net AJAX – Export to Excel/Word
If you are using Update Panel and try to Export gridview contents to EXCEL or Word, […]
Render Local Report on Button Click
I needed to render a local report to pdf on a button click. This was not […]
Get Month Name
In Sql Server to find the month from a date you use the following command: Month(DateTime) […]
Multiple Sitemaps
A problem that i found lately was when i needed to have multiple sitemaps. Why? I needed […]
Leading Caps in Crystal Reports
When designing a report in Crystal Reports, a common problem is the text to retrieve from […]
Experts Exchange
When searching for a solution regarding programming or any errors that i encounter when coding, most […]
Globalization
The DateTime.Parse() method (explained in the previous post) only parses the date given to the selected culture. To be […]
DateTime.Parse()
A common problem I find when dealing with dates is when parsing a string to save in […]
Migration to ASP.NET 2.0 breaks Crystal Reports
If you have an asp.net application using Crystal Reports and are migrating from VS .NET 2003 and […]