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

Count Number of Occurrences of a Character in String C#, VB.NET

Jul 25, 2016 0 comments
Introduction

Here I will explain how to count number of occurrences of character in string in
asp.net using c#, vb.net with example or asp.net get number of occurrences of a character in a string or find number of characters occurrences in string in asp.net using c#, vb.net with example. We have different ways to get number of occurrences of character in string like loop through the string and get number of character occurrences or use LINQ queries to get character occurrences in string in c#, vb.net.

Asp.Net Set Custom Error Page in Web.Config

Jul 20, 2016 1 comments
Introduction

Here I will explain how to set custom error page in web.config in
asp.net or display custom error page in asp.net in case url pattern not matched or asp.net redirect to default error page in case non existing pages. By enabling customErrors in web.config file in asp.net we can display or redirect to custom error page whenever error throws in application.

jQuery Check if Div Element has Class or Not Example

Jul 19, 2016 0 comments
Introduction:

Here I will explain how to use
jQuery to check if div has particular class or not with example or jQuery check if element has particular class or not example or jQuery check if div contains particular class name or jQuery check if element has class attribute or not with example. By using hasClass() method in jQuery we can check if div element has particular or not easily.

CSS Scrollable HTML Table with Fixed Header Example

Jul 18, 2016 1 comments
Introduction

Here I will explain how to make scrollable html table with fixed header using css with example or pure css scrollable html table with fixed header example. By using 
css properties we can easily implement scrollable table with fixed header.


To implement html table with fixed header using css we need to write the code like as shown below

Pass Output Parameter to Stored Procedure in SQL Server

Jul 17, 2016 4 comments
Introduction:

Here I will explain how to send / pass output parameter to stored procedure in sql server or how to use stored procedure with output parameters in sql server with example or return data from stored procedure using output parameter in sql server. By using OUT datatype we can send output parameter to stored procedure in sql server.

Description:

jQuery Show Bootstrap Modal Popup on Button Click with Example

Jul 14, 2016 3 comments
Introduction

Here I will explain how to use
jQuery to show bootstrap modal popup on button click with example or jQuery open bootstrap modal popup on button click with example or open / show bootstrap modal popup window using jQuery with example. By using “modal” property we can show bootstrap modal popup on button click easily using jQuery with example.

Insert Data from Gridview to Database in Asp.net using C#, VB.NET

Jul 13, 2016 3 comments
Introduction

Here I will explain how to insert
asp.net gridview data into database in c#, vb.net or how to insert data into database using gridview in asp.net using c#vb.net with example or insert data in asp.net gridview and then into database using c#, vb.net with example or save gridview data to database in asp.net using c#vb.net with example. 

Insert Gridview Textbox Value to Database in Asp.Net using C#, VB.NET

Jul 12, 2016 4 comments
Introduction

Here I will explain how to insert
asp.net gridview textbox value to database in c#, vb.net or how to save and retrieve dynamic textbox value in gridview from database in asp.net using c#vb.net with example or how to add records to database from gridview textbox in asp.net using c#, vb.net with example.

Simple Windows Service Example in C# .NET

Jul 8, 2016 1 comments
Introduction:

Here I will explain what windows service in c#.net with example, uses of windows service in c#.net and how to create simple windows service in c#.net with example.

Description:


In previous articles we explained web service in asp.net with example, wcf service tutorial with example, consume wcf service in asp.net web applications, jQuery autocomplete textbox with webservice example and many articles relating to wcf, webservices, asp.netc#.net. Now i will explain about windows services in c#.net with example. First we will see what a window service is and uses of windows service and then we will see how to create windows service in c#.net.

jQuery Show Asp.Net Gridview Images On Mouseover (Large) in C#, VB.NET

Jul 5, 2016 1 comments
Introduction

Here I will explain how to bind images in
asp.net gridview and show image on mouse hover in c#, vb.net with example or asp.net gridview show images on hover as a tooltip using jQuery tooltip plugin in c#, vb.net with example or asp.net repeater paging with numbers and sort columns with example in c#, vb.net. By using jQuery tooltip plugin we can show images on mouse over in asp.net gridview control easily.

jQuery Show Notification Bar on Top of the Page with Example

Jul 4, 2016 3 comments
Introduction:

Here I will explain how to use
jQuery to show notification bar on top of the page with example or jQuery show notification bar at top with example or jQuery add notification bar to website with example. By using jQuery and css properties we can show notification bar at top of the page.

Asp.Net Repeater with Paging and Sorting Example in C#, VB.NET

Jul 1, 2016 0 comments
Introduction

Here I will explain how to implement paging and sorting in repeater control in
asp.net using c#, vb.net with example or asp.net repeater control with paging and sorting in c#, vb.net with example or asp.net repeater paging with numbers and sort columns with example in c#, vb.net. To implement paging and sorting in asp.net repeater control we need to write custom logic because we don’t have any properties available for enabling pagination and sorting for repeater control.

Description:
  
In previous articles I explained asp.net repeater with paging example,
Repeater Control Example in asp.net, sort columns in repeater control in asp.net, jQuery load more data in repeater on button click in asp.net, asp.net scrollable repeater with fixed header, use of using statement in c# and many articles relating to asp.net, css, c#, vb.net and jQuery. Now I will explain how to implement paging and sorting in repeater control in asp.net using c#, vb.net with example.

Asp.Net Repeater with Paging Example in C#, VB.NET

Jun 30, 2016 8 comments
Introduction

Here I will explain how to implement paging in repeater control in
asp.net using c#, vb.net with example or asp.net repeater with paging in c#, vb.net or pagination in asp.net repeater control with example in c#, vb.net. To implement paging in asp.net repeater control we need to write custom logic because we don’t have any properties available for enabling pagination for repeater control.

Asp.Net Image Gallery with Enlarge Image Preview in DataList using C# and VB.Net

Jun 27, 2016 1 comments
Introduction:

Here I will explain how to show enlarge image preview when mouseover on images in image gallery using JQuery in asp.net  or zoom / enlarge images in datalist on mouseover using JQuery in asp.net or how to show enlarge image when mouse over on image using JQuery in asp.net.

Description:

In previous article I explained jQuery modal popup image slideshow in asp.net, jQuery simple image slideshow with text overlay example, jQuery zoom image on mouseover using zoom image pluginGenerate thumbnail from images in asp.net, Generate thumbnails from YouTube videos using JQuery and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to show large image preview when mouse hover on images in datalist using JQuery in asp.net.

Asp.Net Encrypt and Decrypt QueryString Parameter Values in C#, VB.NET

Jun 21, 2016 2 comments
Introduction

Here I will explain how to encrypt and decrypt querystring values in
asp.net using c#, vb.net with example or asp.net encrypt decrypt querystring values using c#, vb.net with example or encrypting and decrypting querystring values in asp.net using c#, vb.net with example. By using “Cryptography” properties we can encrypt and decrpy querystring values easily in asp.net website using c#, vb.net.

Description:
  
In previous articles I explained encrypt and decrypt password in sql server, asp.net encrypt and decrypt connection string in web.config file,
bind gridview using jquery json method in asp.net, show multiple markers in google map from database in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to get encrypt and decryp querstring values in asp.net using c#, vb.net with example.
© 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.