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

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.

AngularJS Upload MuItiple Files (Images) using Angular File Upload in Asp.net

Jun 20, 2016 3 comments
Introduction

Here I will explain how to upload files / images using angularjs example in
asp.net or angularjs upload multiple files / images with progress example in asp.net using file upload module or File upload module in angularjs to upload multiple files / images in asp.net using c#, vb.net. In angularjs by using file upload module and html5 property “multiple” we can implement uploading multiple files / images in asp.net.

jQuery Show All AutoComplete List / Options on Focus Example

Jun 17, 2016 1 comments
Introduction:

Here I will explain how to use
jQuery to show all autocomplete list / options on focus with example or jQuery UI display all autocomplete list / options on focus with example or jQuery open autocomplete menu on focus of textbox with example. In jQuery autocomplete by using focus event we can show all autocomplete options on focus.

AngularJS TextArea Show Number of Characters Remaining Count

Jun 16, 2016 0 comments
Introduction

Here I will explain how to use
AngularJS to show number of characters remaining in textarea or AngularJS show remaining characters count in textarea with example or AngularJS count characters in textarea and set maxlength to textarea in AngularJS with example. In AngularJS by using ng-model property we can count number of characters available in textarea.

Sample Asp.net MVC Application Project Example with Source Code Download

Jun 15, 2016 6 comments
Here we will learn sample asp.net mvc application example project with source code and database download or step by step asp.net mvc project with source code and database download. 

Here we created sample application GYMONE project with asp.net mvc and attached complete asp.net mvc application with source code and added step by step process to run asp.net mvc application with database.

jQuery Show Image Preview with Url Entered in Textbox Example

Jun 14, 2016 0 comments
Introduction:

Here I will explain how to use
jQuery to show image preview with url entered in textbox with example or jQuery show image preview from input textbox with examples or jQuery load image in div from url obtained from textbox. By using jQueryattr” property we can show image preview with the url entered from textbox.

Description:
  
In previous articles I explained jQuery preview image before upload using fileupload, jQuery show larger image preview on hover in asp.net, jQuery show loading image on button click with example, jQuery display text over image on hover using content hover plugin and many articles relating to
css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to show image preview with the url entered in textbox in jQuery with example.

Asp.Net Image Upload and Preview without Saving in Folder using C#, VB.NET

Jun 13, 2016 0 comments
Introduction

Here I will explain how to upload and show / display image without saving in
asp.net using c#, vb.net with example or image upload and preview without saving in folder in asp.net using c#, vb.net with example or display image in image control after upload in asp.net without saving to folder using c#, vb.net with example. By using binaryreader property in asp.net we can upload and display image without saving in folder using c#, vb.net.

Insert Data into Database in Asp.net using Stored Procedure C#, VB.NET

Jun 9, 2016 2 comments
Introduction

Here I will explain how to insert data into database in 
asp.net using stored procedure in c#vb.net or insert / update / delete data into database using stored procedure in asp.net or get data from database and show it in gridview using stored procedure in c#, vb.net with example.

Read Data From MS Word File (Document) in Asp.Net using C#, VB.Net

Jun 8, 2016 10 comments
Introduction

Here I will explain how to read from ms word file in
asp.net using c#, vb.net with example or how to read data from word document in asp.net using c#, vb.net with example or how to read word document in asp.net using c#, vb.net with example. By using “Microsoft.Office.Interop.Word” reference in asp.net application we can read data from word file / document using c#, vb.net.

jQuery Display Text Over Image on Hover using Content Hover Plugin

Jun 7, 2016 0 comments
Introduction

Here I will explain how to display text over image on hover using jQuery content hover plugin or Place text over image on hover using jQuery or show caption when hover on image using jQuery or how to display text over image with faded style using jQuery with example. To show text over image on hover we are using jQuery content hover plugin.

Description:
  
In previous articles I explained jQuery crop upload image with preview example, jQuery asynchronous upload multiple files example, jQuery social sharing plugins with examples, jQuery scrollbar plugins with example, jQuery chatting plugin examplejQuery Bouncing Menu Example and many articles relating to
jQuery, JavaScript, jQuery Pluginsasp.net. Now I will explain how to display text over image on hover using content hover plugin using jQuery content hover plugin with example

Disable (Prevent) Closing Bootstrap Modal When Click Outside Example

Jun 6, 2016 3 comments
Introduction

Here I will explain how to prevent / stop / disable
bootstrap modal window popup close on click outside of modal example or prevent bootstrap modal from closing when click outside or Prevent / Disable closing bootstrap modal with Esc key or mouse click on outside with example or stop closing bootstrap modal popup when click outside.

jQuery Autocomplete Highlight Matching Text in Search Results Example

Jun 2, 2016 0 comments
Introduction:

Here I will explain how to use
jQuery to highlight matching text while searching with example or jQuery autocomplete highlight matching characters examples or jQuery autocomplete highlight matching text in search results. By using jQuery we can highlight matching text / characters while searching in textbox.

jQuery Remove Focus from TextBox / Text Field Example

Jun 1, 2016 2 comments
Introduction:

Here I will explain how to use
jQuery to remove focus from text field with example or remove focus from textbox using jQuery or remove focus from input field with jQuery. In jQuery by using blur() property we can remove focus from input textbox field.

SQL Server Find All Stored Procedures Containing Text

May 31, 2016 2 comments
Introduction:

Here I will explain how to find all stored procedures containing text in
sql server or how to search text in stored procedures in sql server or find all the stored procedures having given text or column name or table name in sql server. To get / find all the stored procedures which contains give text in sql server we need to write query with objectproperty values using syscomments table.
Description:

SQL Server Group by Alias Column Name with Example

May 30, 2016 0 comments
Introduction:

Here I will explain how to group by alias column name in
sql server or alias column name in sql server or how to use group by on an alias column in sql server. To implement group by on alias column name in sql server we need to use the whole expression in group by clause or we need to wrap all sql query statements in subquery and implement grouping on outside of the statement.
Description:

Asp.Net Cookies - Read / Get / Create Cookies in Website using C#, VB.NET

May 29, 2016 1 comments
Introduction

Here I will explain how to read cookies in
asp.net using c#, vb.net with example or create or get cookie value from asp.net website using c#, vb.net with example or check if cookie exists or not in asp.net website using c#, vb.net with example. By using “Request.Cookies” properties we can get or read cookie value from asp.net website using c#, vb.net.

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