Sometimes it shows that Crystal Report runs properly but its printing dialog & export report dialog doesn’t work properly and also going next page doesn’t work. Doesn’t work means if i press print button it doesn’t perform any action.
Crystal Report Error: BOBJ is undefined
Last day i faced a problem with Crystal Report
When i run my asp.net application using IE then it shows Java Script Error and the error is
Continue reading “Crystal Report Error: BOBJ is undefined” »
Using Crystal Report in ASP.net MVC and creating generic report viewer
Download Project
This article describes how to show crystal report in ASP.net MVC.
Here I will describe two different ways for showing crystal report in MVC.
1. Showing crystal report using ASP.net web forms in MVC.
A. In same window
B. In different window
2. Showing crystal report from Controller/action (by generating PDF on fly).
A. In same window
B. In different window
Continue reading “Using Crystal Report in ASP.net MVC and creating generic report viewer” »
Different types of SQL Command ( DDL, DML, DCL and TCL) // Difference between DML, DDL and DCL
DDL
Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples:
How to solve ” Could not load file or assembly ‘…’ or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0×80070057″ Error
Last day I have faced an error when I am compiling my ASP.net MVC application and this is for illegal shutdown of my computer.
Achived Microsoft Community Contributor Award – 2011
I am very glad and honored to share this with all of you that my community contributions have been recognized by Microsoft. I(Mohammad Hasibul Haque) have received the Microsoft Community Contributor Award 2011.
Continue reading “Achived Microsoft Community Contributor Award – 2011” »
Calculate Execution and Cpu Time in SQL 2005
SET STATISTICS TIME ON Select * from TableName -- Or Any Query SET STATISTICS TIME OFF
Continue reading “Calculate Execution and Cpu Time in SQL 2005” »
Dynamically add and delete row from html table using jQuery
Here we will use jQuery for Row insertion and deletion.
Adding New row:
Consider we have following HTML table with ID=”tbl” Continue reading “Dynamically add and delete row from html table using jQuery” »
Saving change is not permitted MS SQL 2008/ SQL 2008 R2
By default saving changes on a table is is blocked. When we want to change or alter any Table Then it shows following message
Continue reading “Saving change is not permitted MS SQL 2008/ SQL 2008 R2” »
