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

Bootstrap Accordion with Plus Minus Icons Example

May 27, 2016 1 comments
Introduction

Here I will explain how to create
bootstrap accordion with plus minus icons or bootstrap accordion with plus and minus example or how to show / add plus minus icons to bootstrap accordion menu with example.

Asp.net MVC Hello World Example in C#

May 25, 2016 0 comments
Introduction:

Here we will learn
asp.net mvc hello world example or how to create simple hello world example in asp.net mvc or hello world first asp.net mvc application or learn asp.net mvc with simple hello world example or asp.net mvc hello world application with step by step process.

Convert Pen Drive as Bootable Device using cmd in Windows 10 / 8

May 22, 2016 2 comments
Introduction

Here I will explain how to convert pen drive into bootable device using cmd in windows 10 or convert pen drive as bootable using cmd in windows 10 or how to make pen drive bootable using windows command prompt in windows 10 or create bootable usd drive using cmd in windows 10. We can make pen drive bootable using cmd for windows 8 / windows 10 easily.  

C# - Difference between Initialization and Instantiation

May 18, 2016 4 comments
Introduction:

Here I will explain difference between initialization and instantiation in c#, vb.net with example or instantiation vs initialization in asp.net or how to instantiate and initialize a class in asp.net using c#, vb.net with example. In c# or vb.net instantiation means declaring object for class and initialization means assigning values to variables or setting initial values.

Description:

C# - Difference between Instantiation and Inheriting (Inheritance) a Class

May 12, 2016 1 comments
Introduction:

Here I will explain difference between instantiation and inheriting (inheritance) a class in c#, vb.net with example or instantiation vs inheritance in asp.net or how to instantiate and inherit a class in asp.net using c#, vb.net with example. In c# or vb.net instantiation means declaring object for class and inheritance means acquiring properties from base class.

Description:

jQuery Show Hide Div Element on Scroll Position Example

May 11, 2016 5 comments
Introduction:

Here I will explain how to use
jQuery to show hide div element on scroll position or show hide div on scroll position in jQuery or show / hide element on scroll jQuery. In jQuery by using window.scroll property we can show or hide div element based on position.

Asp.Net MVC Cross-Site Request Forgery (csrf) Attacks Prevention

May 10, 2016 0 comments
Introduction:

Here we will learn how to prevent cross-site request forgery (csrf) attacks in
asp.net mvc with example or asp.net mvc preventing cross-site request forgery (csrf) attacks or understand cross-site request forgery attacks in asp.net mvc or fix / stop cross-site request forgery attacks in asp.net mvc with example. To prevent cross site request forgery attacks we need to use AntiForgeryToken concept in asp.net mvc.

SSMS 2014 Ctrl+R Shortcut to Show or Hide Query Results Pane

May 9, 2016 0 comments
Introduction:

Here I will explain enable Ctrl + R shortcut to show or hide results pane in
sql server or Ctrl + R shortcut key to show / hide results pane missing in ssms 2014 or Ctrl + R shortcut key not working in ssms 2014 to show or hide results pane. In sql server 2014 Ctrl + R option to show or hide results pane has been disabled by default so we need to enable it manually by changing options of ssms 2014.
Description:

SQL Server Get Previous and Next Row Values from Sequence

May 8, 2016 0 comments
Introduction:

Here I will explain how to get previous and next row values from sequence in
sql server or find next and previous records from table in sql server or access previous and next row values from in sql server. To get next and previous records from table data in sql server we need to write query to get max and min value from table data based on value in sql server.
Description:

Fix for Windows 10 Blurry Font (Text) Problem

May 6, 2016 0 comments
Introduction

Here I will explain how to fix blurry font problem in windows 10 or icon font problem in windows 10 or blurry font fix in windows 10 or fix for blurred text problem in windows 10. To fix blurry font problem in windows 10 we need to change cleartype options.

Description:
  
In previous articles I explained excel find and highlight duplicate columns, keyboard keyboard shortcut key codes,
compare two columns values and show duplicate values in excel, create desktop shortcut key to lock computer, configure dns server in windows 7. Now I will explain how to fix blurry font problem in windows 10 by changing cleartype options.

SQL Server 2014 Keyboard Shortcut Keys in Management Studio

May 4, 2016 2 comments
Introduction:

Here I will explain keyboard shortcuts for
sql server management studio 2014 or shortcut keys for sql server management studio 2014 or keyboard shortcuts to open new query window, show / hide result pane, toggle between tabs, execute selected query, etc. in sql server management studio.
Description:

JavaScript Convert Phone Number Format Example in jQuery

May 3, 2016 1 comments
Introduction

Here I will explain how to use
JavaScript to format phone number with example or convert phone number to international format (USA) in JavaScript / jQuery convert number to phone number format with example or JavaScript phone number validation example. By loop through number we can convert number to phone number format.

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