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

Display Byte Array as Image using Generic Handler in Asp.net in C#, VB.NET

Aug 24, 2015 0 comments
Introduction

Here I will explain how to show or display binary or byte array as image from database using generic handler ashx file 
in asp.net using c#, vb.net with example or upload images in byte array format and display images from sql server database using generic handler ashx in asp.net gridview using c#, vb.net.

Close jQuery UI Modal Popup Dialog when Click Outside (Overlay) Example

Aug 20, 2015 1 comments
Introduction

Here I will explain how to close
jQuery ui modal dialog when click outside of div with example or close jQuery ui modal popup when click outside of div or overlay with example or jQuery ui modal popup dialog with close button example.

Description:
  
In previous articles I explained
jQuery load more records on button click in repeater, jQuery show asp.net exception message in ajax calls, jQuery check whether radiobutton selected or not, jQuery get radio button selected value by name, jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to close jQuery ui modal popup dialog when click outside of div or overlay with example.

JQuery Open Close Modal Popup Window on Click Example

Aug 19, 2015 0 comments
Introduction

Here I will explain open or close simple
jQuery ui modal popup window on button click with example or show hide modal popup window using jQuery ui plugin modal popup features or open close jQuery modal popup window on button click with example.

Description:
  
In previous articles I explained jquery show popup window during pageload, jquery simple modal popup window example,
jQuery show alert message while leaving from website, jQuery enable / disable controls on page, jQuery Countdown timer script example and many articles relating to JQuery and asp.net. Now I will explain how to implement simple jQuery ui modal popup window example.

JavaScript Show/Hide (Open/Close) AJAX ModalPopupExtender in ASP.Net

1 comments
Introduction: 

Here I will explain how to show/hide Ajax modalpopupextender using JavaScript in asp.net or open / close modalpopupextender using JavaScript in asp.net.

Description: 

In previous posts I explained some of the samples relating to Ajax modalpopupextender. During the time whenever I worked on to prepare samples for Ajax modalpopupextender I got requirement like close the modalpopupextender whenever I click on close icon for that check this example Ajax Confirmation box. Generally in Ajax modalpopupextender we will set two properties TargetControlID and CancelControlID like

Aspose: .NET APIs and Controls to Manipulate Office File Formats

Aug 18, 2015 0 comments

Aspose | Your File Format Experts
Introduction to Aspose
Aspose develops APIs that let developers incorporate Microsoft Office document creation, editing and conversion features into their applications.
Aspose - Your File Format APIs
Tasks that should be simple - converting a Microsoft Word file to PDF, for example, or changing the footers and headers on a batch of files - can be tricky from a developer's perspective. 3rd-party APIs, such as Aspose's, can add a large range of features instantly and greatly cut down development time.
  • Aspose APIs are convenient and robust,
  • work independently of Microsoft Office and other automation,
  • and save months of development time compared to developing the same features from scratch.
That's why over 72% of Fortune 100 companies put their trust in our APIs.

SQL Server Execute Stored Procedure from Another Stored Procedure with Parameters

Aug 13, 2015 3 comments
Introduction:

Here I will explain how to call or execute one stored procedure from another stored procedure in
sql server or execute stored procedure with parameters from another stored procedure in sql server. To call or execute stored procedure within another stored procedure we need to create stored procedure in sql server and call that procedure like “EXEC SAMPLE1” from another stored procedure.
Description:

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:
© 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.