Using Switch Case with Enum in JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to use switch case with Enum (Enumeration) in JavaScript.
View ArticleUsing Enum (Enumeration) with jQuery
Here Mudassar Ahmed Khan has explained with an example, how to use Enum (Enumeration) with jQuery.
View ArticlePopulate (Bind) DropDownList from Enum in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DropDownList from Enum in ASP.Net using C# and VB.Net. The Enum values will be extracted into an Array and then each Array...
View ArticlePopulate (Bind) ComboBox from Enum in Windows Forms (WinForms) Application...
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ComboBox from Enum in Windows Forms (WinForms) Application using C# and VB.Net. The Enum values will be extracted into an...
View Article[Solution] FakePath problem in ASP.Net FileUpload control
Here Mudassar Ahmed Khan has explained a solution with an example, how to solve the issue of FakePath problem happening in browsers such as Chrome, FireFox, Internet Explorer (IE), etc., when selecting...
View ArticleImplement Password complexity validation in JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to implement Password complexity validation in JavaScript and jQuery. The Password complexity validation in JavaScript and jQuery will be...
View ArticleAccessing Child window elements from Parent window in JavaScript
Here Mudassar Ahmed Khan has explained with an example, how to access child popup window elements from parent page window in JavaScript.
View ArticleRepeater control Tutorial with example in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained a tutorial with an example, how to use the ASP.Net Repeater control for displaying data (records) from database in C# and VB.Net. The Repeater control as the name...
View ArticleBootstrap Responsive ASP.Net Menu control for Mobile Phone, Tablet and...
Here Mudassar Ahmed Khan has explained with an example, how to build a Database driven Twitter Bootstrap Responsive ASP.Net Menu control i.e. ASP.Net Menu control that works for Mobile Phone, Tablet...
View ArticleCheck Uncheck all (Select all) CheckBoxes in ASP.Net Repeater using...
Here Mudassar Ahmed Khan has explained with an example, how to implement check uncheck all (select unselect all) CheckBoxes functionality in ASP.Net Repeater control using JavaScript and jQuery. When...
View ArticleInsert (Save) DataTable to SQL Server Table using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to insert (save) to SQL Server Table in C# and VB.Net using the SQL Server User Defined Table Type.
View ArticleCheck Uncheck all (Select all) CheckBoxes in ASP.Net DataList using...
Here Mudassar Ahmed Khan has explained with an example, how to implement check uncheck all (select unselect all) CheckBoxes functionality in ASP.Net DataList control using JavaScript and jQuery. When...
View ArticleExecute (Run) Stored Procedure in SQL Server Management Studio
Here Mudassar Ahmed Khan has explained with an example, how to execute (run) Stored Procedure in SQL Server Management Studio. The Stored Procedure can be easily called (executed) using the EXEC...
View ArticleWriting and Executing Dynamic Query in SQL Server example
Here Mudassar Ahmed Khan has explained with an example, how to write and execute dynamic SQL Query in SQL Server. Dynamic SQL Query can be executed using EXEC and sp_executesql commands in SQL Server....
View ArticleSQL Server sp_executesql example: Passing parameters to sp_executesql in SQL...
Here Mudassar Ahmed Khan has explained with an example, how to use the SQL Server sp_executesql command and how to pass parameters to sp_executesql command in SQL Server. Dynamic SQL Query can be...
View ArticlePass Table name as Parameter (Variable) to sp_executesql command in SQL Server
Here Mudassar Ahmed Khan has explained with an example, how to pass Table name as Parameter (Variable) to sp_executesql command in SQL Server. The sp_executesql command supports accepting Table name as...
View ArticleASP.Net jQuery AJAX CRUD: Select Insert Edit Update and Delete in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to perform select, insert, edit, update and delete operations in GridView using jQuery AJAX in ASP.Net using C# and VB.Net. This process is...
View ArticleDynamically Show Hide TemplateField column in ASP.Net GridView using C# and...
Here Mudassar Ahmed Khan has explained with an example, how to dynamically Show Hide TemplateField (ItemTemplate) column in ASP.Net GridView using C# and VB.Net.
View ArticleShow Hide ASP.Net GridView Columns on CheckBox Checked Unchecked using jQuery
Here Mudassar Ahmed Khan has explained with an example, how to dynamically Show Hide GridView Columns on CheckBox Checked Unchecked respectively using jQuery in ASP.Net.
View ArticleASP.Net AJAX UpdatePanel: Call JavaScript function from Code Behind (Server...
Here Mudassar Ahmed Khan has explained with an example, how to call JavaScript function from Code Behind (Server Side) when using ASP.Net AJAX UpdatePanel. The ClientScript.RegisterClientScriptBlock...
View Article