ASP.Net URL Routing Problem with external StyleSheets (CSS) and JavaScript...
Here Mudassar Ahmed Khan has explained how to solve ASP.Net URL Routing Problem with external StyleSheets (CSS) and JavaScript (JS) files. The problem happens when different levels of virtual paths are...
View ArticleEnable disabled CheckBoxField columns in GridView in ASP.Net
Here Mudassar Ahmed Khan has explained how to use enable CheckBoxField column in GridView in ASP.Net with C# and VB.Net. CheckBoxField columns in ASP.Net GridView are disabled and can be modified only...
View ArticleDownload Crystal Reports for Visual Studio 2013
Here Mudassar Ahmed Khan has written an informative article on how to download Crystal Reports for Visual Studio 2013 (VS 2013).
View ArticleCrystal Reports Bobj is undefined and bobj.isObject is not a function in...
Here Mudassar Ahmed Khan has explained how to solve the JavaScript errors Bobj is undefined and bobj.isObject is not a function when Crystal Report is used with Visual Studio 2012 and 2013.
View ArticleGenerate Crystal Reports using Strongly Typed DataSet in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained how to generate Crystal Reports using Strongly Typed DataSet in ASP.Net using C# and VB.Net.
View ArticlePrint Crystal Report on Client Side on Button Click using JavaScript in ASP.Net
Here Mudassar Ahmed Khan has explained how to print Crystal Report on Client Side on Button Click using JavaScript in ASP.Net. This solution will work printing for Crystal Reports version 13 generated...
View ArticleCreate Crystal Report with dynamic columns in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to create Crystal Report with dynamic columns in ASP.Net using C# and VB.Net. The idea is to connect Crystal Report with a Generic Typed DataSet and then...
View ArticleDisable Mouse Right Click in ASP.Net (ASPX) Page using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained how to disable mouse right click in ASP.Net (ASPX) page using JavaScript and jQuery. The script has to be copied in Master Page or Content Page and it will...
View ArticleCrystal Report Dynamic DataSource: Crystal Report without Database connection...
Here Mudassar Ahmed Khan has explained how to make Crystal Report work with a dynamic DataSource i.e. without any database connection at design time in ASP.Net using C# and VB.Net. The idea is to make...
View ArticleInsert Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil and Telugu...
Here Mudassar Ahmed Khan has explained how to insert (save) Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil and Telugu languages Text characters in MySql database using ASP.Net, C# and VB.Net....
View ArticleInsert Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil, Telugu,...
Here Mudassar Ahmed Khan has explained how to insert (save) Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil, Telugu, Chinese (Mandarin) and Japanese languages Text characters in SQL Server...
View ArticleInsert Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil, Telugu,...
Here Mudassar Ahmed Khan has explained how to insert (save) Hindi, Marathi, Gujarati, Urdu, Persian, Arabic, Tamil, Telugu, Chinese (Mandarin) and Japanese languages Text characters in MySql database....
View ArticleAdd AJAX Control Toolkit controls to ToolBox in Visual Studio 2008, 2010,...
Here Mudassar Ahmed Khan has explained the proper way to add AJAX Control Toolkit controls to ToolBox in Visual Studio 2008, 2010, 2012 and 2013. AJAX Control Toolkit Library is not integrated in...
View ArticleAdding Charts to ASP.Net ReportViewer Control: Display Pie Chart in RDLC...
Here Mudassar Ahmed Khan has explained a short step by step tutorial with example on how to add charts to the ASP.Net ReportViewer control. He has also explained with an example to display a Pie Chart...
View ArticleHandle Click event of dynamically generated Button, LinkButton and...
Here Mudassar Ahmed Khan has explained how to handle Click event of dynamically generated Button, LinkButton and ImageButton controls in ASP.Net using C# and VB.Net. He has also explained how to attach...
View ArticleExport GridView data to Excel and send Excel File as email attachment in ASP.Net
Here Mudassar Ahmed Khan has explained how to export ASP.Net GridView data to Excel file and then sending it as file attachment in email without saving the exporting Excel file on disk. The GridView...
View ArticleGet Value (Text) of dynamically created TextBox in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to get value (text) of dynamically created TextBox controls in ASP.Net using C# and VB.Net.
View ArticleRotate DataTable - Convert DataTable Columns to Rows and Rows to Columns...
Here Mudassar Ahmed Khan has explained how to Rotate / Flip / Transpose DataTable - Convert DataTable Columns to Rows and Rows to Columns using C# and VB.Net. He has also explained how we can get back...
View ArticleEntity Framework: Call Stored Procedure with Parameters using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to call Stored Procedure with parameters in Entity Framework using C# and VB.Net.
View ArticleRedirect to another page using Post method from code behind in ASP.Net using...
Here Mudassar Ahmed Khan has explained how to redirect to another page when using Form Post method from code behind in ASP.Net using C# and VB.Net.
View Article