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

Which Browsers Support for SharePoint 2010, 2013 | SharePoint Compatibility for Browsers

Mar 24, 2013 2 comments
Introduction:

Here I will explain for which browsers SharePoint will support or Compatibility of SharePoint for different browsers or what browsers will support for SharePoint 2010, 2013.

Description:

In previous post I explained Uses of SharePointCreate new group in SharePointAdd users to SharePoint GroupAdd Users to SharePoint Site. Now I will explain what browsers will support for SharePoint 2010, 2013.

How to Add a Users to a SharePoint Site 2010

Mar 23, 2013 1 comments
Introduction:

Here I will explain how to add users to SharePoint Site in 2010 or add users directly to SharePoint Site

Description:

In previous post I explained Uses of SharePointCreate new group in SharePointAdd users to SharePoint Group. Now I will explain how to add users directly to SharePoint Site in 2010.

To add users directly to SharePoint Site you need to follow below steps

How to Add Users to Group in SharePoint 2010

Mar 22, 2013 0 comments
Introduction:

Here I will explain how to add users to SharePoint Group or directly to site in SharePoint 2010.

Description:

In previous post I explained Uses of SharePointCreate new group in SharePoint. Now I will explain how to add users to SharePoint group.

To add users to group you need to follow below steps

Get Gridview Row Values When Checkbox Selected in Asp.net

Mar 20, 2013 34 comments
Introduction:

Here I will explain how to get checkbox selected gridview row values in asp.net using C# and VB.NET or get row values from gridview when checkbox selected in asp.net using C# and VB.NET.

Description:

In previous articles I explained Asp.net Interview questions, Export Gridview data to PDF, Send values from one page to another page using QueryString, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQL, jQuery,asp.net, C#,VB.NET. Now I will explain how to get row values from gridview when checkbox selected asp.net using C# and VB.NET.

JavaScript - OnClick Select All the Text from Textarea or Textbox Controls

Mar 14, 2013 2 comments
Introduction

Here I will explain how to select all the text by click on textarea or textfield using JavaScript or Highlight All Text by Clicking on Text Field or Textarea in JavaScript.
 
Description:

In previous article I explained how to set watermark text for textbox using JavaScript, Remove duplicate values from string array in JavaScript, Disable drag and drop options in textbox or textarea controls, JavaScript show number of characters left in textbox and many articles relating to asp.net, jQuery, JavaScript. Now I will explain how to select all the text by click on textarea or textbox field using JavaScript.

JavaScript - Enable or Disable a Controls Like Button, Textbox, Checkbox

2 comments
Introduction

Here I will explain how to enable or disable a button control in JavaScript or Enable/Disable a controls in JavaScript. 

Description:
  
In previous articles I explained JavaScript Enable/Disable button based on text in textboxes,
jQuery Shake image on mouse over, jQuery upload multiple files using multiple file upload plugin, jQuery fancy switch on and off effects example and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to enable or disable a button control in JavaScript.
To set controls enable or disable in JavaScript we need to write the code like as shown below

C# Split String Example in VB.NET | Split String with Special Characters (comma, underscore etc)

Mar 13, 2013 4 comments
Introduction:

Here I will explain how to split string in
c#, vb.net using asp.net or split string with special characters in  c#vb.net or Split String with Comma, Space in  c#vb.net.
Description:
  
In previous posts I explained
Remove last character from string in C#, jQuery Remove first or last characters from string, SQL Server Query to remove first last characters from string, and many articles relating to Asp.net, c#, vb.net, JQuery. Now I will explain how to split string in c#, vb.net using asp.net.

C# - Remove Last Character from String in VB.NET

9 comments
Introduction:

Here I will explain how to remove last character from string in
c#, vb.net using asp.net.
Description:
  
In previous posts I explained
jQuery Remove first or last characters from string, Delete selected rows from datatable in c#, vb.net, jQuery get number of facebook likes, shares, comments count for url and many articles relating to Asp.net, Gridview, Ajax, JQuery. Now I will explain how to remove last character from string in c#, vb.net using asp.net.

To implement this functionality we have different methods

6 jQuery Vertical & Horizontal News Ticker Plugin Examples

Mar 12, 2013 7 comments
Introduction

Here I will explain best jQuery Vertical & Horizontal news ticker plugin examples. The jQuery Vertical & Horizontal news ticker plugins is used to show list of article as featured news, latest news. News Ticker is a fantastic way to present headlines or minor updates to your readers.

Description:
  
In previous article I explained 4 SpellChecker Plugin examples,
4 jQuery Price Range slider examples, 11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain jQuery Vertical & Horizontal news ticker plugin examples.

JavaScript - Remove Duplicate Values from Arraylist String

1 comments
Introduction

Here I will explain how to use JavaScript to remove duplicate values from array or remove duplicate values/elements from string array using JavaScript

Description:

In previous article I explained Show number of characters left in text using JavaScript, Set watermark text for textbox using JavaScript, JavaScript Automatically move cursor to next field when textbox full , JavaScript add bookmark link to website and many articles relating to JavaScript, jQuery, SQL, asp.net etc. Now I will explain how to remove duplicate values/elements from string array using JavaScript.

How to Create a New SharePoint Group in 2010 | Create New User Group in SharePoint 2010

Mar 11, 2013 1 comments
Introduction:

Here I will explain how to create new group in SharePoint 2010 or Create new SharePoint user group in site.

Description:

In previous post I explained what is SharePoint and Uses of SharePoint. Now I will show how to create new user group in SharePoint.

To create new user group in SharePoint we need to follow below steps

1. Log in as an administrator and navigate to the site where the group is to be used.

2. On the site's home page select ‘Site Actions’ -à then ‘Site Permissions’.

What is SharePoint | Uses of SharePoint | Features of SharePoint

3 comments
Introduction:

Here I will explain what is SharePoint and what are the uses of Microsoft SharePoint. SharePoint is a business collaboration platform that makes it easier for people to share files, documents and work together.

Description:

In internet we have different meanings for SharePoint in that some of those are

Definition 1: Microsoft SharePoint is a browser-based collaboration and document management platform from Microsoft

Definition 2: Microsoft's content management system. It allows groups to set up a centralized, password protected space for document sharing. Documents can be stored, downloaded and edited, then uploaded for continued sharing

How to Enable and Configure Unique Document IDs in SharePoint

0 comments
Introduction:

Here I will explain how to enable and configure unique document ids in SharePoint 2010 or  activate / enable and configure unique document ids Feature in SharePoint 2010.

Description:

In previous post I explained  Uses of SharePointCreate new group in SharePointAdd users to SharePoint GroupAdd Users to SharePoint SiteSharePoint Browsers Compatibility and Allow Anonymous access to SharePoint site. Now I will explain how to activate or enable and configure unique document ids Feature in SharePoint 2010.

To enable and configure unique document ids Feature in SharePoint 2010 we need to follow below steps

Exception Handling in SQL Server Stored Procedure with TRY CATCH

Mar 8, 2013 20 comments
Introduction

Here I will explain how to handle exceptions in SQL Server or exception handling in SQL Server for stored procedure by using try catch or error handling in SQL Server.

Description:
  
In previous articles I explained Pass table as parameter to stored procedure in SQL Server, Difference between joins in SQL Server, Convert rows to columns in SQL Server, SQL Query to get duplicate records count and many articles relating to
SQL Server, jQuery, JavaScript. Now I will explain how to handle exceptions in SQL Server.

To handle exceptions in SQL Server we can use TRY…… CATCH blocks. To use TRY…… CATCH blocks in stored procedure we need to write the query like as shown below

SQL Server - Add Identity Property to Existing Column in Table

Mar 7, 2013 1 comments
Introduction

Here I will explain how to add identity property to existing column in table using SQL Server 2008 or add identity column to existing table SQL Server.

Description:
  
In previous articles I explained Create Identity Column or Auto increment column in SQL Server, Reset identity column in SQL Server, insert values in identity column in SQL Server,
SQL Query to get month wise, year wise data and many articles relating to SQL Server, jQuery, JavaScript. Now I will explain how to add identity property to existing column in table using SQL Server 2008.

SQL Server - How to Insert Values into Identity Column

2 comments
Introduction

Here I will explain how to insert values in identity column in SQL Server. Identity columns are used to automatically assign new incremented value to identity column when new record inserted based on previous value in SQL Server.

4 Best jQuery Spell Checker Plugin Examples

Mar 6, 2013 3 comments
Introduction

Here I will explain jQuery spellchecker plugin examples. The jQuery spellchecker plugin examples is used to check the spelling of words which was entered in textbox or textarea.

Description:
  
In previous article I explained
4 jQuery Price Range slider examples, 11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of jQuery spell checker plugin examples.

jQuery News Ticker | jQuery WebTicker Horizontal Plugin Example

Mar 5, 2013 3 comments
Introduction
  
jQuery News Ticker or jQuery WebTicker is a lightweight, stylish, easy to use and flexible. By using jQuery news ticker horizontal we can display news, notifications, recent post or other details. jQuery News Ticker or jQuery WebTicker brings a lightweight and easy to use news ticker to jQuery.
Description:
  
In previous posts I explained jQuery Highlight gridview rows on mouseover, jQuery Change style of controls, jQuery upload multiple files in asp.net, jQuery Redirect to another page after some time delay and many articles relating to JQuery, asp.net. Now I will explain how to use
jQuery News Ticker to display news like bbc news website tickertas shown in other websites.
© 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.