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

AJAX Gridview CRUD Operations (Insert, Read, Update, Delete) in ASP.Net with Updatepanel

Aug 12, 2015 1 comments
Introduction

Here I will explain how to implement ajax
gridview crud operations insert, select, edit, update and delete with single stored procedure in asp.net using c#, vb.net with example or insert, update, delete operations (crud) in asp.net gridview without postback using updatepanel with single stored procedure in c#, vb.net with example.

Description:
  
In previous articles I explained
gridview examples in asp.net, display images from database using handler in asp.net, Bind Dropdownlist selected value in asp.net gridview, gridview rowdatabound event example in asp.net, Delete multiple rows in gridview using checkbox in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to implement ajax gridview crud operations (insert, select, edit, update) in asp.net with single stored procedure using c#, vb.net with example.

jQuery Change Text Size (Zoom in and Zoom out Text) with Example

1 comments
Introduction

Here I will explain how to change text size using jQuery or zoom in and zoom out text using jQuery  or increase or decrease font size of website dynamically on button click using
jQuery in asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects, Cross page postback in asp.net and many articles relating to JQuery and asp.net. Now I will explain how to zoom in and zoom out text size or increase and decrease font size of website dynamically using jQuery in asp.net.

Dropdownlist Control Examples in Asp.net using C#, VB.NET

Aug 9, 2015 1 comments
Introduction

Here I will explain dropdownlist control examples in
asp.net using c#, vb.net or dropdownlist control in asp.net with examples using c#, vb.net or asp.net dropdownlist onselectedindexchanged examples in c#, vb.net.

Description:
  
In previous articles I explained
create error log files in asp.net, generate random string or password in asp.net, Add or remove new row in gridview in asp.net, gridview examples in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain dropdownlist control with examples in asp.net using c#, vb.net.

Create Table in SQL Server with Primary Key and Identity (Autoincrement) Column in 2008

Aug 7, 2015 0 comments
Introduction:

Here I will explain how to create table with primary key in
sql server or create table in sql server with primary key and identity or auto increment column with example. By setting column property like “UserID integer PRIMARY KEY IDENTITY” we can create primary key with identity column in sql server.
Description:

Get Current Page Name in Asp.net using C#, VB.Net with Page.GetFileName Property

Aug 5, 2015 1 comments
Introduction

Here I will explain how to get current page name in
asp.net using c#, vb.net with example or get name of current executing page in asp.net using c#, vb.net or get currentpage.aspx from page object in asp.net. By Path.GetFileName property we can get current page name in asp.net using c#, vb.net.

Create Error Log files in Asp.net using C#, VB.NET with Example

4 comments
Introduction

Here I will explain how to create error log files in
asp.net using c#, vb.net with example or code to create simple log files in asp.net using c#, vb.net. To generate log files in asp.net we need to get that errors in catch block and store it in folder or local drive in txt format or other format in asp.net using c#, vb.net.

Description:
  
In previous articles I explained bind all countries to dropdownlist in asp.net, generate random string or password in asp.net, Add or remove new row in gridview in asp.net,
bind dropdownlist in gridview in asp.net, gridview examples in asp.net and many articles relating to dropdownlist, gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to generate error log files in asp.net using c#, vb.net with example.

SQL Server Arithmetic Overflow Error Converting Numeric (Money) to Data Type Numeric

Aug 4, 2015 0 comments
Introduction:

Here I will explain how to fix / solve problem of “
Arithmetic overflow error converting numeric to data type numeric.” in sql server. Actually this problem occured whenever we are converting decimal or money value to numeric datatype with limited size in sql server. To fix this error we need to increase numeric datatype size limit then automatically this problem fix in sql server.
Description:
In previous articles I explained SQL Server single procedure to insert update delete, SQL Server take database backup, SQL Server restore database from .bak / .mdf file, Primary key constraint in sql server, foreign key constraint in sql server, cursor example in sql server and many articles relating to SQL server. Now I will explain how to fix problem of Arithmetic overflow error converting numeric to data type numeric.” in sql server.

Bind All Countries to Dropdownlist in Asp.net using System.Globalization in C#, VB.NET

6 comments
Introduction

Here I will explain how to bind all countries to dropdownlist in
asp.net using c#, vb.net with example or get all countries or display countries in dropdownlist in asp.net using c#, vb.net. By using System.Globalization namespace we can get all countries list in asp.net using c#, vb.net.

Description:
  
In previous articles I explained Angularjs get dropdownlist selected value & text, display gridview based on dropdownlist selection in asp.net, bind dropdownlist in gridview in asp.net,
gridview examples in asp.net and many articles relating to dropdownlist, gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to bind all countries to dropdownlist in asp.net using c#, vb.net with example.

Generate Random String (Password) in Asp.net using C#, VB.NET

Aug 3, 2015 2 comments
Introduction

Here I will explain how to generate random string or password in
asp.net using c#, vb.net with example or generate random number and string with example in asp.net using c#, vb.net or generate random alphanumeric string in asp.net using c#, vb.net with example.

Description:
  
In previous articles I explained insert, update, delete in gridview with single stored procedure, jQuery gridview crud operations without postback in asp.net,
gridview examples in asp.net, display images from database using handler in asp.net, generate random password in asp.net using c# and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to generate random string or password or alphanumeric string in asp.net using c#, vb.net with example.

Restore Database in SQL Server from .bak (.mdf) File using Query or Management Studio

Jul 30, 2015 7 comments
Introduction:

Here I will explain how to write restore database in
sql server from .bak or .mdf file using query or restore database backup using sql server management studio. To restore database backup in sql server we need to write query like “RESTORE DATABASE DatabaseName FROM Disk…etc” or directly from management studio we can restore database in sql server.

Description:   
                        
In previous articles I explained take database backup in sql server, SQL injection attacks with example, SQL Server interview question and answers, joins in sql server, function example in sql server 2008, Primary key constraint in sql server, foreign key constraint in sql server, cursor example in sql server and many articles relating to SQL server. Now I will explain how to write query to restore database backup files (.bak or .mdf) in sql server management studio 2008.
© 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.