AngularJS: Get selected Text and Value of HTML Select DropDownList on Button...
Here Mudassar Ahmed Khan has explained with example, how to use AngularJS to get selected Text and Value of HTML Select DropDownList when Button is clicked using ng-click directive.
View ArticleHTML5 History pushState function Tutorial in JavaScript and jQuery with example
Here Mudassar Ahmed Khan has explained a tutorial with example on how to use HTML5 History API pushState function in JavaScript and jQuery. HTML5 History API allows browsers to modify the URL without...
View ArticleBind (Populate) ASP.Net DropDownList using DataTable (DataSet) in C# and VB.Net
Here Mudassar Ahmed Khan has explained how to populate ASP.Net DropDownList control using DataTable (DataSet) in C# and VB.Net.
View ArticleCopy / Add / Transfer Rows from GridView to DataTable in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained how to copy / add / transfer rows (data) from GridView to DataTable in ASP.Net using C# and VB.Net.
View ArticleAdd Crystal Report Viewer in Visual Studio 2010 for Windows Forms (WinForms)...
Here Mudassar Ahmed Khan has explained how to solve add Crystal Report Viewer control to ToolBox of Visual Studio 2010 in Windows Forms (WinForms) Applications.
View ArticleBind data (values) to TextBox inside GridView in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained how to bind data (values) to TextBox inside TemplateField column of GridView in ASP.Net using C# and VB.Net. The TextBoxes will be populated with values from...
View ArticleDifference between Eval and Bind functions in ASP.Net
Here Mudassar Ahmed Khan has explained with examples, the difference between Eval and Bind functions in ASP.Net. Eval and Bind functions are used to bind data from database to controls present inside...
View ArticleDifference between small string and capital String in C# .Net
Here Mudassar Ahmed Khan has explained a short article to clear a common doubt which I also faced between developers i.e. what is the difference between small string and capital String data types in C#...
View ArticleGridView with Fixed (Static) Header on scroll in ASP.Net
Here Mudassar Ahmed Khan has explained with an example how to make a GridView Header fixed (static) on scroll in ASP.Net using jQuery.
View ArticleDifference between bool and Boolean in C# .Net
Here Mudassar Ahmed Khan has explained a short article to clear a common doubt faced by developers i.e. what is the difference between bool and Boolean data type in C# .Net.
View ArticleEnable Disable ASP.Net RequiredFieldValidator using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained how to enable disable ASP.Net RequiredFieldValidator, using JavaScript and jQuery. In order to enable or disable ASP.Net RequiredFieldValidator, we need to make...
View ArticleHandle long text in ASP.Net DropDownList control and HTML SELECT DropDownList
Here Mudassar Ahmed Khan has explained how to handle the problem where long text of items (options) getting cut (stripped) when we set width for ASP.Net DropDownList control and HTML SELECT...
View ArticleGoogle Maps API V3: Add click event listener to all (multiple) markers
Here Mudassar Ahmed Khan has explained with example, how to add (attach) click event listener to all (multiple) Google Map markers using Google Maps API V3.
View ArticleUpload files and images without page PostBack / Refresh / Reload in ASP.Net
Here Mudassar Ahmed Khan has explained with example, how to upload multiple files and images without Page PostBack, Refresh or Reload in ASP.Net using C# and VB.Net. The ASP.Net AJAX Control Toolkit...
View ArticleRead and Write Binary data files in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with example, how to read binary data files and convert them to their respective file formats and write the files as binary data and save it to database.
View ArticleConvert Binary data to PDF file in C# and VB.Net
Here Mudassar Ahmed Khan has explained how to convert binary data to PDF file and display in browser in ASP.Net using C# and VB.Net.
View ArticleAJAX Calendar Extender control with Time in ASP.Net
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to display a Calendar control in ASP.Net with facility to select time. ASP.Net AJAX Calendar Extender control does...
View ArticleAutomatically redirect User after Session Timeout in ASP.Net
Here Mudassar Ahmed Khan has explained how to automatically redirect User after Session Timeout in ASP.Net using C# and VB.Net. When Session is timed out, user will be automatically redirected to the...
View ArticleConvert / Copy DataReader to DataTable and DataSet C# and VB.Net
Here Mudassar Ahmed Khan has explained how to convert / copy DataReader (SqlDataReader) data to DataTable and DataSet using C# and VB.Net. The DataTable and DataSet will be populated with records from...
View ArticleASP.Net AJAX Control Toolkit Bundles: AJAX Control Toolkit is loading too...
Here Mudassar Ahmed Khan has explained how to solve the problem of ASP.Net AJAX Control Toolkit loading too many script resources using the ASP.Net AJAX Control Toolkit Bundles feature. Loading scripts...
View Article