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

jQuery Crop Image in Asp.net using Jcrop jQuery Plugin and Upload to Folder

Mar 30, 2014 9 comments
Introduction
  
Here I will explain how to crop image in asp.net using jcrop jQuery plugin or jQuery image crop and upload in asp.net using jQuery jcrop plugin. Jcrop is a powerful image cropping engine for jQuery by using this jcrop plugin we can add cropping functionality easily to your web application.

Description:
  
In previous posts I explained jQuery dropdown with multiple select options,
JavaScript send ampersand value in querystring, jQuery Change style of controls, jQuery Add fade in effect to webpage, jQuery show html page content in popup window and many articles relating to JQuery. Now I will explain how to crop image in asp.net using jcrop jQuery plugin.

jQuery Multiselect Dropdown list with Checkboxes or Multiple Select Dropdown with Checkboxes

Mar 27, 2014 39 comments
Introduction
  
Here I will explain jQuery multiselect dropdown list with checkbox using bootstrap multiselect plugin or multiple select dropdown with checkboxes in jQuery or dropdown with multiple checkbox options in jQuery. Bootstrap Multiselect is a JQuery based plugin which converts a simple dropdown list to multiple select/multi-select dropdown with checkboxes.

Description:
  
In previous posts I explained JavaScript send ampersand value in querystring,
jQuery Change style of controls, jQuery Add fade in effect to webpage, jQuery show html page content in popup window and many articles relating to JQuery. Now I will explain how to implement jQuery multiselect dropdown list with checkbox using bootstrap multiselect plugin.

JavaScript - How to Pass Ampersand in Querystring Value in Asp.net

Mar 26, 2014 5 comments
Introduction

Here I will explain how to send ampersand in querystring value in JavaScript using asp.net or passing ampersand in query string JavaScript or
jQuery.

Description:
  
In previous articles I explained jQuery check if string contains special characters or not, jQuery hide or show password characters,
jQuery expand textbox on focus, jQuery disable right click on image and many articles related to jQuery, JavaScript. Now I will explain how to send ampersand value in querystring using JavaScript in asp.net.

Generally ampersand ‘&’ will work as separator between value pairs like as shown below

Display HTML Page Content in jQuery Popup Window using Facebox Plugin

Mar 25, 2014 5 comments
Introduction
  
Here I will explain how to display html page content in jQuery popup using facebox plugin or how to show html page as popup window or show html page inside another page. Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, html pages or entire remote pages in popup.

Description:
  
In previous posts I explained
jQuery fancy switch on and off, jQuery Google Currency Converter API Example, jQuery generate thumbnails from youtube videos, jQuery Change style of controls, jQuery Add fade in effect to webpage, and many articles relating to JQuery and modal popup. Now I will explain how to use jQuery to show html page content using facebox plugin.

How to Restrict Access to Particular Page in Asp.net using C#, VB.NET

Mar 23, 2014 12 comments
Introduction:

Here I will explain 
how to restrict access to particular page in asp.net using c#, vb.net or allow or deny access to particular pages in website in asp.net. To allow or deny access to particular pages in website we need to use authorization concept. what is authorization in asp.net, uses of authorization and I will explain setting authorization rules in web.config to allow or deny resources for particular user or role in asp.net.

Description:

Today I am writing this post to explain about authorization concept in 
asp.net. In one of the interview interviewer has asked question like what is authorization in asp.net and how we can use authorization concept to allow or deny resources to particular user or role in asp.net.

jQuery Get All Checked Checkbox Values by Name

1 comments
Introduction

Here I will explain how to use jQuery to get all checked checkbox values by name or get all selected checkbox values in jQuery with Name.

Description:

In previous articles I explained jQuery loop through json string object, jQuery Get Set Delete Cookie example, jQuery use split function to split string, jQuery Draggable & Resizable div with example and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to get all selected or checked checkboxes with name in jQuery.

How to Clear Radio Button List Selection in jQuery

0 comments
Introduction

Here I will explain how to clear radio button selection in
jQuery or reset / clear radio button list selection in jQuery with example or how to uncheck radio button list in jQuery.

Description:
  
In previous articles I explained jQuery get radio button list selection value, jQuery get all selected checkbox values, jQuery select or deselect checkbox values,
jQuery disable right click on image and many articles related to jQuery. Now I will explain how to clear radio button selection in jQuery with example.

How to Get Radio button Selected Value in jQuery

0 comments
Introduction

Here I will explain how to get radio button value in
jQuery or get radio button checked value in jQuery with example or get radio button selected value in jQuery.

Description:
  
In previous articles I explained
jQuery expand textbox on focus, jQuery disable right click on image, jQuery print div content with cs using jquery print plugin and many articles related to jQuery. Now I will explain how to get radio button checked value in jQuery with example.

How to Reset Dropdown List using jQuery

Mar 20, 2014 3 comments
Introduction

Here I will explain how to reset dropdown
using jQuery or clear / reset dropdown selection to original or default value in jQuery.

Description:
  
In previous articles I explained
jQuery check if string contains special characters or not, jQuery check file size before upload, Redirect to another page after 5 seconds, Get Current Datetime, Auto refresh page , Disable right click on image and many articles relating to JQuery. Now I will explain how to reset dropdown using jQuery or clear / reset dropdown selection to original or default value in jQuery.

How to Clear Dropdown list Values using jQuery & Bind New Values

Mar 19, 2014 4 comments
Introduction

Here I will explain how to clear dropdown values using
jQuery and bind new values to dropdownlist using jQuery or clear items of dropdownlist using jQuery.

SQL Server - How to Drop / Delete Column from Table in 2008

Mar 13, 2014 1 comments
Introduction:

Here I will explain how to drop column in SQL Server or delete columns from table in SQL Server 2008.

Description:

In previous articles SQL Query to get list of tables in database, SQL add auto increment column to table, SQL Server ACID properties, SQL date diff function example  and many articles related to SQL Server. Now I will explain how to drop or delete columns from table SQL Server.

SQL Server - How to Get Only Month and Year From Date

Mar 12, 2014 3 comments
Introduction:

Here I will explain how to get only month and year from date in
sql server or extract only month and year from date time field in sql server.
Description:

Contribute to Forums and Win Prizes

Mar 10, 2014 2 comments
Hi Friends,

Recently we launched forums website forums.srvinfo.com to help for the people who are in need with their problems. Please friends I need you guys support otherwise it’s not possible for me to help more people.

Function Example in SQL Server 2008

Mar 9, 2014 8 comments
Introduction:

Here I will explain
sql server function example or create function example in sql server 2008. Functions in sql server is used to accept input parameters and it will return single value or table.
Description:

Clearing the Recent Servers List in SQL Server Management Studio

Mar 6, 2014 1 comments
Introduction:

Here I will explain how to clear recent
SQL server connection list from dropdown in SQL server management studio.
Description:
In previous articles I explained difference between view and stored procedure in SQL, difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain how to clear recent SQL server connection list from dropdown in SQL server management studio.

Regex to Allow Special Characters, Spaces and Alphanumeric in jQuery

Mar 5, 2014 8 comments
Introduction

Here I will explain 
JQuery regular expression to allow special characters, spaces and alphanumeric text or regular expression to allow special characters, spaces and alphanumeric characters in JQuery.

Description:
  
In previous articles I explained
jQuery regular expression to validate url without http(s), regular expression to validate phone number in jquery, regular expression to replace all special characters with spaces in c#, regex email validation in c# and many articles relating to validation, JQuery. Now I will explain regular expression to allow special characters and spaces.

Trigger a Button Click with jQuery on the Enter Key in a Textbox

Mar 4, 2014 2 comments
Introduction

Here I will explain how to trriger a button click with 
jQuery on enter key in textbox in asp.net or jQuery to raise button click on enter key press in textbox in asp.net.

Description:
  
In previous articles I explained
jQuery enable / disable controls on page, jQuery enable or disable hyperlinks, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website, Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects and many articles relating to JQuery and asp.net. Now I will explain how to trriger a button click with jQuery on enter key in textbox in asp.net .

jQuery Raise Button Click Event on Enter Key Press

0 comments
Introduction

Here I will explain how to use
jQuery button click event on enter key press in textbox in asp.net or jQuery to raise button click on enter key press in textbox asp.net.

SrvInfo Forums Site Launched for Question and Answers

Mar 3, 2014 2 comments
Hi Friends,
             Today I am very happy to write this post because I launched one my own forums site forums.srvinfo.com . I implemented this website to help people who are in need with common problems by sharing through forums.

Get Time Difference between Two Dates in SQL Server

Feb 12, 2014 7 comments
Introduction:

In this article I will explain how to get time difference between two dates in
SQL server.
Description:
In previous articles I explained SQL DATEDIFF Function to show date difference in days, difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain how to get time difference between two dates in SQL server.
© 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.