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

Bind Data in Gridview in Asp.net using Dataset (DataTable) in C#, VB.NET

Apr 8, 2015 6 comments
Introduction

Here I will explain how to bind
gridview in asp.net using dataset in c#, vb.net with example or bind asp.net gridview using dataset from database in c#, vb.net with example.

Change Gridview Row Color Based on Data in Asp.net using C#, VB.NET

0 comments
Introduction

Here I will explain how to change gridview row color based on data in
asp.net using c#, vb.net with example or dynamically change asp.net gridview row color based on data in c#, vb.net with example.

Dynamically Change Asp.Net GridView Row Background Color Based on Condition in C# and VB.Net

Apr 5, 2015 1 comments
Introduction

Here I will explain how dynamically change gridview row background color based on condition in
asp.net using css classes in c#, vb.net with example or dynamically change asp.net gridview row background color based on condition in c#, vb.net with example.

SQL Server interview Questions and Answers for Experienced &Freshers

Apr 1, 2015 2 comments
Here I will explain sql server interview questions and answers for experienced and freshers or interview questions and answers in sql server for freshers and experienced people with examples.

Please check below of sql server interview questions and answers for experienced and freshers

What is SQL Injection and How do you Prevent it in Asp.net using C#, VB.NET

1 comments
Introduction:

Here I will explain what is sql injection attacks and how to prevent it in
asp.net website with example and how to prevent SQL injection attacks in asp.net using c#, vb.net with example. SQL injection means injecting some SQL commands in SQL statements to hack your data or delete data or change your data in tables via web page input.

Description:

In previous post I explained jQuery scroll to particular position of div when click on link, SQL Server remove duplicate records from table, SQL Server insert multiple rows with single insert statement,
how to send mail with attachment in asp.net and many more articles related to asp.net, SQL, c#, vb.net. Now I will explain what is sql injection attack in asp.net website with example.

What is Cursor in SQL Server with Example

2 comments
Introduction:

Here I will explain what is cursor in
sql server with example or simple cursor example in sql server and how to declare and use cursor in sql server. Cursor in sql server is used to retrieve set of data from table, loop through each record row by row, and modify the values based on requirements.
Description:
In previous articles I explained While loop example in sql server, nested while loop example in sql server, get only month and year from date in sql server, substring function in SQL server and many articles relating to SQL server. Now I will explain cursor in sql server with example.

To use cursor in sql server that syntax will be like as shown below

C# Interview Questions and Answers for Experienced & Freshers with Examples

8 comments
Here I will explain c#.net interview questions and answers for freshers and experienced people or interview questions and answers in c#.net for 2+ or 3+ years of experienced people or freshers with examples. 

Please check below questions for c#.net interview questions and answers

OOPS (Object Oriented Programming) Concepts in C#.NET with Examples

Mar 31, 2015 77 comments
Here I will explain oops concepts in c# with examples or object oriented programming concepts in c#.net with real time examples or oops or object oriented programming in asp.net with example.

Now let’s start learning about OOPS concepts in c#.net with real time examples

OOPS Concepts

Class:

 It is a collection of objects.

Object:

It is a real time entity.
An object can be considered a "thing" that can perform a set of related activities. The set of activities that the object performs defines the object's behavior. For example, the hand can grip something or a Student (object) can give the name or address. In pure OOP terms an object is an instance of a class

ASP.Net Scrollable Repeater Control with Fixed Column Header using CSS in C#, VB.NET

1 comments
Introduction

Here I will explain how to implement scrollable repeater control with fixed column header in
asp.net using css classes in c#, vb.net with example or scrollable repeater with fixed header in asp.net using css in c#, vb.net.

Description:
  
In previous articles I explained
Repeater Control Example in asp.net, sorting columns in repeater control in asp.net, scrollable html table with fixed header using css, Display time like facebook/twitter like 1 minute ago, hour ago, 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 scrollable repeater control with fixed header column in asp.net using css in c#, vb.net with example.

Scrollable HTML Table Body with Fixed Header using CSS with Example

Mar 29, 2015 2 comments
Introduction

Here I will explain how to implement scrollable html table body with fixed header columns using css styles with example or html table with fixed header and scrollable or scrolling body using css with example.

Description:
  
In previous articles I explained Best Login page design with html and css, jQuery add border to all images using css, change default text color selection using css,
jQuery add multiple markers to google map from database, Show more link to shorten text and display it and many articles relating to html, css, jQuery, JavaScript and asp.net. Now I will explain how to implement html table with fixed header and scrollable body using css.

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

AngularJS Convert Number to Currency Format and Limit to 2 Decimal Places

1 comments
Introduction

Here I will explain how convert number to currency format in
AngularJS or limit number to display / show with 2 or two decimal places in AngularJS with required currency format. By using currency property in AngularJS we can convert number to currency format and limit number to display with decimal values.

Description:
  
In previous articles I explained
Angularjs convert lower case to upper case while typing text, Angularjs refresh div for every 1 second using interval mode, 5 + Angularjs Gridview and table plugin examples with demos, jQuery redirect to another page after 5 seconds and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how convert number to currency format and limit number to 2 decimal places in AngularJS.

To convert number to currency format and limit number to 2 decimal places in AngularJS we need to declare number like as shown below

Show (Display) Sum of Columns Total in ASP.Net GridView Footer using C# and VB.Net

Mar 25, 2015 4 comments
Introduction

Here I will explain how to show or display sum of columns total in
gridview footer using asp.net in c#, vb.net or show sum of asp.net gridview columns total in footer using c#, vb.net with example.

SQL Server Return All Records When a Query Parameter is Blank or Null or Empty

Mar 24, 2015 2 comments
Introduction:

Here I will explain how to return all the records when a query parameter is blank or empty or null in
sql server or query get all the records from database when input parameter is null or blank or empty in sql server. We need to write a condition to check whether query parameter is blank or not in sql server based on that we can return all records or matched records.
Description:
© 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.