How to use System.Configuration.ConfigurationManager in Windows Forms,...
Here Mudassar Ahmed Khan has explained how to use System.Configuration.ConfigurationManager in Windows Forms, Console, Class Library and Windows Service Applications in C# and VB.Net when the following...
View ArticleHow to install and uninstall Windows Service using InstallUtil.exe from...
Here Mudassar Ahmed Khan has explained to install and uninstall Windows Service using InstallUtil.exe utility from Command Prompt (Line) in C# and VB.Net.
View ArticleInstall Windows Service silently without entering Username and Password using...
Here Mudassar Ahmed Khan has explained how to install a C# or VB.Net Windows Service silently without prompting for Username and Password from Command Prompt (Line) using InstallUtil.exe utility.
View ArticlejQuery DatePicker: Start Date should be less than End date validation
Here Mudassar Ahmed Khan has explained how to implement Start Date should be less than End date validation when using two jQuery DatePickers. When we use two jQuery DatePickers one for choosing the...
View ArticleHTML5: Show (Display) multiple image preview before upload with FileUpload...
Here Mudassar Ahmed Khan has explained how to preview multiple images before upload using HTML INPUT FileUpload control using JavaScript jQuery, CSS and HTML5. The multiple image preview is displayed...
View ArticleUpload and save (insert) multiple files to database in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained how to upload and save (insert) multiple files to SQL Server database in ASP.Net using C# and VB.Net. ASP.Net 4.5 has a new property AllowMultiple for FileUpload...
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 SQL Server database using ASP.Net, C# and...
View ArticleSearch and highlight search text (keyword) in GridView using jQuery in ASP.Net
Here Mudassar Ahmed Khan has explained how to search GridView records and highlight search text (keyword) in GridView using jQuery in ASP.Net.
View ArticleSearch records in GridView and highlight results in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to search records in GridView and highlight the results in ASP.Net using C# and VB.Net. Inside the RowDataBound event handler, the search text (keywords) will...
View ArticleGet (Find) File Size in KB, Dimensions (Height and Width) of Uploaded Image...
Here Mudassar Ahmed Khan has explained how to get (find) the File Size in KB, Dimensions i.e. Height and Width of uploaded Image in ASP.Net using C# and VB.Net.
View ArticleHow to create RDLC report step by step in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained step by step tutorial with an example and attached sample code, how to create RDLC reports in Visual Studio 2008 / 2010 / 2012 /2013.
View ArticleValidate (Check) File Size in KB, Dimensions (Height and Width) of an Image...
Here Mudassar Ahmed Khan has explained how to validate (check) File Size in KB, Dimensions (Height and Width) of an Image using CustomValidator in ASP.Net using C# and VB.Net.
View ArticleCreate RDLC Report using Stored Procedure in ASP.Net with C# and VB.Net
Here Mudassar Ahmed Khan has explained step by step tutorial with an example and attached sample code, how to create RDLC report using Stored Procedure in ASP.Net with C# and VB.Net.
View ArticleCreate Crystal Report using Stored Procedure in ASP.Net with C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to create Crystal Report using SQL Server Stored Procedure in ASP.Net with C# and VB.Net in Visual Studio 2010 / 2012 / 2013.
View ArticlejQuery AJAX call with parameters example: Send parameters to WebMethod in...
Here Mudassar Ahmed Khan has explained with an example, how to send (pass) parameters to Web Method in jQuery AJAX POST call in ASP.Net.
View ArticleGenerate Barcode in Windows Forms (WinForms) Application using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to dynamically generate and display barcode image in Windows Forms (WinForms) Application using C# and VB.Net.
View ArticleImplement Google Plus authentication in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement Google Plus authentication in ASP.Net Website using Google Plus Account API with C# and VB.Net.
View ArticleAdd and display CheckBoxList (CheckBoxes) in DropDownList in ASP.Net
Here Mudassar Ahmed Khan has explained how to add and display CheckBoxList (CheckBoxes) in DropDownList in ASP.Net using jQuery Bootstrap Multi-Select Plugin.
View ArticleDelete multiple rows from DataGridView based on CheckBox selection in Windows...
Here Mudassar Ahmed Khan has explained how to delete (remove) multiple selected rows with confirmation from DataGridView based on CheckBox selection in Windows Forms (WinForms) Application using C# and...
View ArticleAdd CheckBox Column to DataGridView in Windows Forms application using C# and...
Here Mudassar Ahmed Khan has explained how to add CheckBox Column to DataGridView control in Windows Forms (WinForms) application using C# and VB.Net.
View Article