Change Browser URL without reloading (refreshing) page using HTML5 in...
Here Mudassar Ahmed Khan has explained how to change the URL in browser without reloading or refreshing the page using HTML5 History API in JavaScript and jQuery. HTML5 History API allows browsers to...
View ArticleDisplay image immediately after file is selected in FileUpload using jQuery
Here Mudassar Ahmed Khan has explained how to display image immediately after file is selected in FileUpload control using jQuery, CSS and HTML5.
View ArticlejQuery event handler inside AJAX UpdatePanel not working after Partial...
Here Mudassar Ahmed Khan has explained how to solve the issue of jQuery event handler inside AJAX UpdatePanel not working after Partial PostBack in ASP.Net.
View ArticleInsert data into database using Web Service in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to insert data into database using a Web Service in ASP.Net using C# and VB.Net. The data will be inserted to database using a Web Method and the inserted...
View ArticleRetrieve (Get) data from Database using Web Service in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained how to retrieve (get) data from database using Web Service in ASP.Net using C# and VB.Net. The data will be fetched from database using a Web Method of Web...
View ArticleSimple database Web Service Tutorial in ASP.Net with Example
Here Mudassar Ahmed Khan has explained a simple database Web Service Tutorial in ASP.Net with example using C# and VB.Net. In this tutorial a simple Web Method will be created in Web Service to fetch...
View ArticlePopulate (Bind) GridView using Web Service (Web Method) in ASP.Net
Here Mudassar Ahmed Khan has explained how to populate / bind / fill a GridView using Web Service and Web Method in ASP.Net using C# and VB.Net.
View ArticleRead, Parse and display CSV (Text) file using JavaScript, jQuery and HTML5
Here Mudassar Ahmed Khan has explained how to read, parse and display a CSV file (Comma separated Text file) selected in FileUpload control (HTML File Input) on client side using JavaScript, jQuery and...
View ArticleMultiple Select (MultiSelect) DropDownList with CheckBoxes in ASP.Net using...
Here Mudassar Ahmed Khan has explained how to implement a Multiple Select (MultiSelect) DropDownList with CheckBoxes in ASP.Net using jQuery Bootstrap Multi-Select Plugin. In order to implement a...
View ArticlePass comma separated (delimited) values as Parameter to Stored Procedure in...
Here Mudassar Ahmed Khan explained how to pass comma separated (delimited) values as Parameter to Stored Procedure in SQL Server. The comma separated (delimited) values will be split into Table rows...
View ArticleMaintain DIV scroll position for Scrollable GridView using jQuery inside...
Here Mudassar Ahmed Khan has explained how to maintain the scroll position for Scrollable GridView using jQuery inside AJAX UpdatePanel when Partial PostBack occurs. This article is an extension of my...
View ArticleDynamically write (add) Copyright Text to Image in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to dynamically write (add) Copyright Text (Info) to Image in ASP.Net using C# and VB.Net. The Copyright text will be dynamically written on the Image / Photo...
View ArticleCreate dynamic Table in HTML at runtime using JavaScript
Here Mudassar Ahmed Khan has explained how to create a dynamic Table in HTML at runtime using JavaScript. The columns, rows and cells will be dynamically created in the Table using JavaScript.
View ArticleASP.Net GridView Custom Paging with PageSize Change Dropdown
Here Mudassar Ahmed has explained how to implement Custom Paging with PageSize Change DropDownList (DropDown) in ASP.Net using C# and VB.Net.
View ArticleSearch and Filter GridView as you type in TextBox using jQuery AJAX in ASP.Net
Here Mudassar Ahmed has explained how to search and filter GridView as you type in TextBox using jQuery AJAX in ASP.Net with C# and VB.Net.
View ArticleThe type or namespace name 'ConfigurationManager' does not exist in the...
Here Mudassar Ahmed Khan has explained how to solve the following error: The type or namespace name 'ConfigurationManager' does not exist in the namespace 'System.Configuration' (are you missing an...
View ArticleSimple Windows Service that runs periodically and once a day at specific time...
Here Mudassar Ahmed Khan has explained how to build a simple Windows Service that runs periodically at regular intervals and as well as once a day at specific (certain) time of day using C# and VB.Net....
View Article360 Degree Image Rotator: Implement 360 degree Product Image View using...
Here Mudassar Ahmed Khan has explained how to implement 360 degree view image rotator to allow users perform 360 degree view image rotation of Products using jQuery ThreeSixty Plugin. The jQuery...
View ArticleASP.Net RDLC (Local SSRS) Report Viewer: Hide (Disable) specific export...
Here Mudassar Ahmed Khan has explained how to hide (disable) specific export option i.e. Word, Excel or PDF from the export button DropDown in RDLC (Local SSRS) ReportViewer control. By default the...
View ArticleRotate DataTable - Convert GridView Columns to Rows and Rows to Columns using...
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 Article