Download Crystal Reports for Visual Studio 2017
Here Mudassar Ahmed Khan has written an informative article on how to download Crystal Reports for Visual Studio 2017 (VS 2017).
View ArticleDisplay Session Time out Warning message using jQuery in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to display Session Time out (Expire) Warning message using jQuery in ASP.Net with C# and VB.Net. The concept is to display a Session Timeout...
View ArticleCall ASP.Net Button Click event using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to call ASP.Net Button Click event using JavaScript and jQuery. First the ASP.Net Button will be referenced using JavaScript or jQuery on...
View ArticleCall JavaScript Function from Controller in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to Call JavaScript Function from Controller in ASP.Net MVC Razor. There is no direct way to call JavaScript function from Controller as...
View ArticleGet Selected Value of DropDownList in Repeater Control in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to get selected Text and Value of DropDownList in ItemTemplate of Repeater Control on Button Click in ASP.Net using C# and VB.Net. The...
View ArticleRegisterStartupScript and RegisterClientScriptBlock Alternative in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement feature similar to the RegisterStartupScript and RegisterClientScriptBlock functions of ClientScript and ScriptManager classes...
View ArticleCall Server Side function from JavaScript without PostBack in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call Server Side function from JavaScript without PostBack in ASP.Net using C# and VB.Net. In order to call a Server Side function from...
View ArticleCall Server Side function from Client Side code in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call Server Side function from Client Side code i.e. JavaScript in ASP.Net using C# and VB.Net. The Server Side function can be called...
View ArticleCall Code Behind function from Client Side (JavaScript) in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call Code Behind function from Client Side (JavaScript) in ASP.Net using C# and VB.Net. The Code Behind function can be called from Client...
View ArticleCall Server Side event from Client Side using JavaScript and jQuery in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call Server Side event from Client Side using JavaScript in ASP.Net using C# and VB.Net.
View ArticleInsert multiple Selected (Checked) records from GridView to Database in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to insert multiple selected (checked) rows (records) from GridView to database in ASP.Net using C# and VB.Net. The GridView rows will be...
View ArticleASP.Net: Insert multiple Rows from GridView to Database in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to insert multiple rows (records) from GridView to database in ASP.Net using C# and VB.Net. The GridView rows will be copied to a DataTable...
View ArticleBind (Populate) GridView using ViewState in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) GridView using ViewState data in ASP.Net using C# and VB.Net. The concept is to create a dynamic DataTable, save it to...
View ArticleASP.Net: Add (Insert) multiple rows in GridView using DataTable in C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to add (insert) multiple rows in GridView using DataTable data in ASP.Net using C# and VB.Net. Below the GridView, there is a Form with...
View ArticleAdd (Insert) rows in DataTable using For Each loop using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to add (insert) rows in DataTable using For Each loop using C# and VB.Net. This article will illustrate how to loop through GridView rows...
View ArticlePass (Send) GridView Row Values to another Page using QueryString in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) GridView Row Values to another Page using QueryString in ASP.Net using C# and VB.Net. Passing (Sending) whole GridView row...
View ArticleUsing Web API with Database Tutorial with example in ASP.Net MVC
Here Mudassar Ahmed Khan has explained a tutorial with example, how to use Web API with database in ASP.Net MVC Razor. This article will illustrate how to create Action methods in Web API for...
View ArticleCall ASP.Net DropDownList SelectedIndexChanged event using JavaScript and jQuery
Here Mudassar Ahmed Khan has explained with an example, how to call SelectedIndexChanged event of ASP.Net DropDownList using JavaScript and jQuery. First the ASP.Net DropDownList will be referenced...
View ArticleAngularJS Web API CRUD - Select Insert Edit Update and Delete using Web API...
Here Mudassar Ahmed Khan has explained with an example, how to perform CRUD operation (Create, Read, Update and Delete) using Web API in ASP.Net MVC Razor using Entity Framework and AngularJS. CRUD...
View ArticleGet Current Page and Previous Page names in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to get Current Page and Previous Page names in ASP.Net using C# and VB.Net. This article will illustrate how to extract Current Page and...
View Article