Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

SQL Server - Difference between Cursor and While Loop with Example

Jul 14, 2014 4 comments
Introduction:

Here I will explain difference between cursor and while loop in
sql server with example or explain cursor vs while loop with example in sql server. Cursors in sql server allow you to fetch a set of data, loop through each record, and modify the values as necessary; then, you can easily assign these values to variables and perform processing on these values. While loop also same as cursor to fetch set of data and process each row in sql server.
Description:

Master page with Menu Control in Asp.net C# with Example

Jul 10, 2014 12 comments
Introduction:

Here I will explain how to create master page with menu in asp.net example or how to use asp.net menu control in master page to create menu and submenus. Here I will use sitemap and sitemapdatasource control to bind asp.net menu in master page.

Description:

In previous post I explained Breadcrumb example in asp.net, how to pass table as parameter to stored procedure, Add Fade in effect to webpage using JQuery and many articles relating to asp.net, JQuery, Ajax etc. Now I will explain how to create master page with menu in asp.net example.

jQuery Clone (Copy) Dropdown List with Selected Value

Jul 9, 2014 5 comments
Introduction

Here I will explain how to use
jQuery to copy or clone dropdown list with selected option or jQuery copy dropdown value to another dropdown.

Description:
  
In previous articles I explained jQuery get radio button selected value by name, jQuery pdf viewer plugin examples, jQuery news ticker plugin examples,
jQuery dropdown with images, jQuery Countdown timer script example and many articles relating to jQuery in asp.net. Now I will explain how to get clone dropdown list using jQuery.

jQuery Get Radio Button Selected Value by Name

Jul 8, 2014 2 comments
Introduction

Here I will explain how to use
jQuery to get radio button selected value by name or jQuery get radio button list / group selected value.

Description:
  
In previous articles I explained jQuery audio player plugin examples,
jQuery check if checkbox checked or not, jQuery dropdown with images, jQuery pie chart example with database in asp.net, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will explain how to get radio button selected value by name in jQuery.

C# - How to Send Bulk Email in Asp.net with Example using C#, VB.NET

Jul 3, 2014 5 comments
Introduction:

here I will explain how to send bulk email in asp.net using c#, vb.net with example. To send mail to bulk people in asp.net we need to get all the user email ids and send mail to each emailid by using foreach loop in asp.net using c#, vb.net.

Description:

In previous post I explained send html page as mail body in asp.net, send mail with images using gmail user credentials, send multiple attachments with email in asp.net,
how to send mail with attachment in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to send bulk email in asp.net using c#, vb.net with example.

jQuery Check if Radio Button is Checked (Selected) or Not

Jul 2, 2014 0 comments
Introduction

Here I will explain how to use
jQuery to check if radio button checked / selected or not. In jQuery we can check if radio button selected / checked or not in different ways by using radio button properties prop or attr.

Description:
  
In previous articles I explained jQuery check if checkbox checked or not, jQuery dropdown with images, jQuery change style of controls, jQuery enable or disable hyperlinks,
jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if radio button checked / selected or not in jQuery.

We can check whether radio button checked or not in different ways those are

jQuery Check DIV Contains Content (Data) or Not

Jul 1, 2014 0 comments
Introduction:

Here I will explain how to use
jQuery to check if div contains text (data) or not or jQuery check div contains content (data) or not or jQuery check whether div contains empty or not.

Description:
  
In previous articles I explained jQuery Slideup Slidedown and SlideToggle Effects Example, jQuery drag and drop div example,
jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if div contains text (data) or not.

If we want to check div contains data or not we need to write the code snippet like as shown below

SQL Server Remove (Drop) index from table

Jun 30, 2014 0 comments
Introduction:

Here I will explain how to remove index from table in
sql server 2008 or drop index from table in sql serverTo remove index from table we use drop index statement in sql server.
Description:
In previous articles I explained create index on column in sql server, SQL Server change identity column value,  replace multiple spaces with single space in sql, reseed identity column value in sql server and many articles relating to SQL server. Now I will explain how to remove index from table in sql server 2008.

To create index on column in sql server that syntax will be like as shown below

SQL Server Create Index on Column in Table with Example

1 comments
Introduction:

Here I will explain how to create index on column in
sql server 2008 or create index on multiple columns in sql server or create index on table in sql server 2008 with example.
Description:

jQuery Check if Checkbox is Checked (Selected) or Not

Jun 25, 2014 1 comments
Introduction

Here I will explain how to use
jQuery to check if checkbox checked/selected or not or jQuery code to check if checkbox selected or unchecked or check if checkbox selected or not using jQuery.

Description:
  
In previous articles I explained
jQuery change image on mouseover, jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if checkbox checked or not in jQuery.

We can check whether checkbox checked or not in different ways those are
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.