Auto Generate and display Row Number in ASP.Net GridView using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to auto generate and display Row Number in ASP.Net GridView control using C# and VB.Net. The Row Number can be auto generated in the following two ways. 1....
View ArticleGoogle Places AutoComplete example without using Maps
Here Mudassar Ahmed Khan has explained with an example, how to implement the Google Places Autocomplete without using Google Maps.
View ArticleDisplay Large Amount of Data in GridView with Search functionality in ASP.Net...
Here Mudassar Ahmed Khan has explained how to display large amount of data in GridView with Search functionality in ASP.Net by making use of Paging using Stored Procedures and jQuery AJAX. By combining...
View ArticleHow to use and get value of CheckBoxField in GridView with example in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to use and get value of CheckBoxField in GridView in ASP.Net with C# and VB.Net. CheckBoxField is by default disabled (ReadOnly) and can be...
View ArticleCrop and Upload Image with Thumbnail using jQuery and HTML5 in ASP.Net
Here Mudassar Ahmed Khan has explained how to Crop and Upload Image with Live Thumbnail Preview using jQuery and HTML5 Canvas in ASP.Net with C# and VB.Net. The image will be cropped using the Jcrop...
View ArticleUsing SqlHelper class in ASP.Net Tutorial with examples in C# and VB.Net
Here Mudassar Ahmed Khan has shared a tutorial that explains the SqlHelper class of Microsoft Data Access Application Block in ASP.Net with examples in C# and VB.Net. SqlHelper class can be downloaded...
View ArticleCall and execute a Stored Procedure in Entity Framework in ASP.Net using C#...
Here Mudassar Ahmed Khan has explained how to call and execute a SELECT Stored Procedure with parameters in Entity Framework in ASP.Net using C# and VB.Net. The parameter value will be passed to the...
View ArticleDatabase driven ASP.Net Menu control: Populating Menu items from the Database...
Here Mudassar Ahmed Khan has explained how to build a Database driven ASP.Net Menu control i.e. dynamically populating Menu items from the database in ASP.Net using C# and VB.Net. The Menu items will...
View ArticleSqlBulkCopy- Bulk Insert records and Update existing rows if record exists...
Here Mudassar Ahmed Khan has explained how to perform Bulk Insert records and Update existing rows if record exists using C# and VB.Net. SqlBulkCopy as the name suggest is for copying (inserting) bulk...
View ArticleUpload Files to Google Drive using Google Drive API in ASP.Net with C# and...
Here Mudassar Ahmed Khan has explained how to upload files to Google Drive using Google Drive API in ASP.Net with C# and VB.Net and the ASPSnippets.GoogleAPI.
View ArticleDisplay (View) list of files from Google Drive using Google Drive API in...
Here Mudassar Ahmed Khan has explained how to display (view) list of files from Google Drive using Google Drive API in ASP.Net with C# and VB.Net and the ASPSnippets.GoogleAPI. The files will be...
View ArticleStep by Step Tutorial to backup database in SQL Server Management Studio...
Here Mudassar Ahmed Khan has explained a step by step tutorial to backup database in SQL Server Management Studio 2005, 2008, 2008R2 and 2012.
View ArticleUpload existing SQL Server database to Plesk panel in Shared hosting
Here Mudassar Ahmed Khan has explained how to upload your existing SQL Server database to Plesk panel in Shared hosting.
View ArticleBootstrap Responsive GridView for Mobile Phone, Tablet and Desktop display in...
Here Mudassar Ahmed Khan has explained how to make GridView responsive so that it fits and adjusts itself to look good in Mobile Phone, Tablet and Desktop displays in ASP.Net using jQuery. In order to...
View ArticleNumeric KeyPress Validation: Allow only numbers validation on KeyPress in...
Here Mudassar Ahmed Khan has explained, how to perform Numeric validation in TextBox on KeyPress using JavaScript in such a way that the TextBox will accept only numbers i.e. numeric values or digits...
View ArticleImplement Forgot Password (Password Recovery) and send password in Email in...
Here Mudassar Ahmed Khan has explained and provided code for implementing Forgot Password (Password Recovery) feature and send password in Email in ASP.Net using C# and VB.Net. Using the Forgot...
View ArticleHow to solve the Warning:...
Here Mudassar Ahmed Khan has explained how to solve the following warning in Visual Studio when working in C# or VB.Net Application. Warning: System.Configuration.ConfigurationSettings.AppSettings' is...
View ArticleRead AppSettings value from App.Config file using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to read values of AppSettings from App.Config file using C# and VB.Net. In Windows applications one has to reference the System.Configuration Assembly in...
View ArticleRead (Get) Connection String from App.Config file using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to use Connection String from App.Config file using C# and VB.Net by reading the value of the Connection String from the ConnectionStrings section of the...
View ArticleCheckBoxField Column in GridView with example in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to use CheckBoxField column in GridView in ASP.Net with C# and VB.Net.
View Article