Sunday 30 April 2017


how to get selected radio button text in jQuery.
Description:
in this example we explain that how to Get and set the Selected Text of RadioButtonList instead of value using jQuery in asp.net or how to get the text of the radio button instead of value using jQuery.

In previous example we explain that how to get the selected dropdown list text instead of value using jQuery. Here we demonstrate how to get and set the selected Text and Value of RadioButtonList using jQuery in asp.net.

how to get selected radio button text in jQuery.


how to get selected radio button text in jQuery.
Description:
in this example we explain that how to Get and set the Selected Text of RadioButtonList instead of value using jQuery in asp.net or how to get the text of the radio button instead of value using jQuery.

In previous example we explain that how to get the selected dropdown list text instead of value using jQuery. Here we demonstrate how to get and set the selected Text and Value of RadioButtonList using jQuery in asp.net.

Friday 28 April 2017

Get selected text from a drop-down list (select box) using jQuery
Description:
In this example we explain that how to get the text of the selected dropdown item in asp.net using jQuery or JavaScript or how to get the Text of the selected option using jQuery.how to get the text of the selected value of a dropdown list using jQuery.how to get dopdownlist selected value or selected text using jQuery in asp.net.

Get selected text from a drop-down list (select box) using jQuery

Get selected text from a drop-down list (select box) using jQuery
Description:
In this example we explain that how to get the text of the selected dropdown item in asp.net using jQuery or JavaScript or how to get the Text of the selected option using jQuery.how to get the text of the selected value of a dropdown list using jQuery.how to get dopdownlist selected value or selected text using jQuery in asp.net.

Thursday 27 April 2017


Get ID of Last Inserted Record using Entity Framework
Description:
In this example we explain that how to get the last inserted record using Entity Framework in asp.net mvc or how to get the Id of the last inserted record in MVC using Entity Framework.

Previously we already explain that how to get the last inserted record id in SQL Server but here we explain that how to get the last inserted record or id using Entity Framework in MVC.

Here same we use SCOPE_IDENTITY to fetch the last inserted record id.here we demonstrate when user submit the record then after inserted records Id are displayed in alert box.

Get ID of Last Inserted Record using Entity Framework in ASP.Net MVC


Get ID of Last Inserted Record using Entity Framework
Description:
In this example we explain that how to get the last inserted record using Entity Framework in asp.net mvc or how to get the Id of the last inserted record in MVC using Entity Framework.

Previously we already explain that how to get the last inserted record id in SQL Server but here we explain that how to get the last inserted record or id using Entity Framework in MVC.

Here same we use SCOPE_IDENTITY to fetch the last inserted record id.here we demonstrate when user submit the record then after inserted records Id are displayed in alert box.
This entry was posted in :

Wednesday 26 April 2017

Export HTML string to Excel file in ASP.Net using C# and VB.Net

Description:

In this example we explain that how to export HTML string to Excel using jQuery in asp.net,previousaly we already explain that how to export webform or Gridview data to excel in asp.net but here we export the data to excel using jQuery at clienside.

So to how to export the data at client side rather than server side or without any postback.so here we demonstrate how to export HTML string to Microsoft Excel file using jQuery in asp.net.

Export HTML string to Excel file in ASP.Net.

Export HTML string to Excel file in ASP.Net using C# and VB.Net

Description:

In this example we explain that how to export HTML string to Excel using jQuery in asp.net,previousaly we already explain that how to export webform or Gridview data to excel in asp.net but here we export the data to excel using jQuery at clienside.

So to how to export the data at client side rather than server side or without any postback.so here we demonstrate how to export HTML string to Microsoft Excel file using jQuery in asp.net.

Sunday 23 April 2017


Using Google Translation (Translate) API in JavaScript and jQuery

Description:

In this example we explain that how to use Google Translation or Google Translate API in JavaScript and jQuery.suppose your application have requirement like translate facility in the same application then you can use this Google API to translate the code or text or input entered by you.

Google Translation API can be accessed using the HTTP GET method and it returns the translated value or content in JSON format.

Below is the example that demonstrates translating facility same like as we use in Google translator like below.

Using Google Translation (Translate) API in JavaScript and jQuery


Using Google Translation (Translate) API in JavaScript and jQuery

Description:

In this example we explain that how to use Google Translation or Google Translate API in JavaScript and jQuery.suppose your application have requirement like translate facility in the same application then you can use this Google API to translate the code or text or input entered by you.

Google Translation API can be accessed using the HTTP GET method and it returns the translated value or content in JSON format.

Below is the example that demonstrates translating facility same like as we use in Google translator like below.

Saturday 22 April 2017


jQuery Show Notification Bar on Top of the Page with Example
Description:

In this example we explain that show notification bar on the top of the page using JQuery in asp.net.or display message or notification with proper format at top of the page using JQuery.here we demonstrate how to use jquery to show or display the notification bar on top of the page or display notification bar to website using jquery.

Show Notification Bar on Top of the Page using jQuery.


jQuery Show Notification Bar on Top of the Page with Example
Description:

In this example we explain that show notification bar on the top of the page using JQuery in asp.net.or display message or notification with proper format at top of the page using JQuery.here we demonstrate how to use jquery to show or display the notification bar on top of the page or display notification bar to website using jquery.
This entry was posted in :
Get (Access) Session Values in JavaScript (Client Side) in asp.net

Description:


In this example we explain that how to access session value at client side JavaScript in asp.net or how to get session variable value in JavaScript at client side in asp.net.or how to access asp.net session value at client side using JavaScript or JQuery.

Sometime we have requirement like to display login user details at client side or in some functionality if we have to check the session is exists for the current user or not at that time below code is very useful.

Get (Access) Session Values in JavaScript (Client Side) in asp.net

Get (Access) Session Values in JavaScript (Client Side) in asp.net

Description:


In this example we explain that how to access session value at client side JavaScript in asp.net or how to get session variable value in JavaScript at client side in asp.net.or how to access asp.net session value at client side using JavaScript or JQuery.

Sometime we have requirement like to display login user details at client side or in some functionality if we have to check the session is exists for the current user or not at that time below code is very useful.