prajeeshkk.blogspot.com prajeeshkk.blogspot.com

prajeeshkk.blogspot.com

Prajeesh's Tech blog| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

Code snippets and programming help

http://prajeeshkk.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR PRAJEESHKK.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 14 reviews
5 star
9
4 star
0
3 star
3
2 star
0
1 star
2

Hey there! Start your review of prajeeshkk.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • prajeeshkk.blogspot.com

    16x16

  • prajeeshkk.blogspot.com

    32x32

CONTACTS AT PRAJEESHKK.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Prajeesh's Tech blog| Code Snippets, Programming help, ASP.net, c# , MSSQL Server | prajeeshkk.blogspot.com Reviews
<META>
DESCRIPTION
Code snippets and programming help
<META>
KEYWORDS
1 prajeesh's tech blog
2 about me
3 contact me
4 rss feed entries
5 rss feed comments
6 enjoy coding
7 older posts
8 about prajeesh
9 prajeesh
10 tags
CONTENT
Page content here
KEYWORDS ON
PAGE
prajeesh's tech blog,about me,contact me,rss feed entries,rss feed comments,enjoy coding,older posts,about prajeesh,prajeesh,tags,blog archive,october,my blog list,22 hours ago,2 days ago,misfit geek,6 months ago,scottgu's blog,1 year ago,matt berseth
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Prajeesh's Tech blog| Code Snippets, Programming help, ASP.net, c# , MSSQL Server | prajeeshkk.blogspot.com Reviews

https://prajeeshkk.blogspot.com

Code snippets and programming help

INTERNAL PAGES

prajeeshkk.blogspot.com prajeeshkk.blogspot.com
1

Prajeesh's Tech blog: 07/01/2009 - 08/01/2009| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

http://prajeeshkk.blogspot.com/2009_07_01_archive.html

Code snippets and programming help. SQL Query to Delete all stored procedures in a database. Posted on 5:20 AM by prajeesh and filed under Data Base. Here is the SQL query to create a stored procedure that deletes all stored procedures in a database. Create procedure dropallsp as. For Select [name] from sys.procedures where [type] = 'P' and is ms shipped = 0 and [name] not like 'sp %diagram%'. Fetch next from cur into @procName. While @ fetch status = 0. Exec('drop procedure ' @procName). Plain HTML(you ...

2

Prajeesh's Tech blog: 11/01/2009 - 12/01/2009| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

http://prajeeshkk.blogspot.com/2009_11_01_archive.html

Code snippets and programming help. Creating a Nested Gridview Control. Posted on 3:02 AM by prajeesh and filed under ASP.net. Working with Gridview inside Gridview. Grid view is a very useful and easier to use data presentation control in asp.net it is having lots of default features that we can set very easily, but in some of the projects you may need to show a master client relationship to the users For eg:- List of students who are studying in different departments. Create Method to bind gvDepartment...

3

Prajeesh's Tech blog: Disabling text selection and drag and drop| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

http://prajeeshkk.blogspot.com/2009/12/disabling-text-selection-and-drag-and.html

Code snippets and programming help. Disabling text selection and drag and drop. Posted on 1:30 AM by prajeesh and filed under Tips and Tricks. In my previous post I discussed about disabling the right context menu in a web page. Here we can discuss on how to prevent text selection in the web page, if you want to prevent normal users copying content of your web page then it will be useful. Just add following functions to your web page's body tag. Response to . Disabling text selection and drag and drop.

4

Prajeesh's Tech blog: Disabling right click menu in a web page| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

http://prajeeshkk.blogspot.com/2009/12/disabling-right-click-menu-in-web-page.html

Code snippets and programming help. Disabling right click menu in a web page. Posted on 9:46 PM by prajeesh and filed under Tips and Tricks. Some websites does not allow right click context menu option for security reasons, you can also achieve this by adding following code to your body tag of the page. Alternatively, you can show an alert saying "Right click disabled" if you call a function from body tag's oncontextmenu event, for eg:-. Responses to . Disabling right click menu in a web page. I’m ...

5

Prajeesh's Tech blog: 10/01/2009 - 11/01/2009| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

http://prajeeshkk.blogspot.com/2009_10_01_archive.html

Code snippets and programming help. Maintaining scrollbar position after postback in an asp.net page. Posted on 5:43 AM by prajeesh and filed under ASP.net. In some situations we may need to maintain the scroll bar position when we are dealing with large pages with a button causes post back, you can use achieve this by adding MaintainScrollPositionOnPostback=”true”. Some commonly used reguler expressions. Posted on 10:29 PM by prajeesh and filed under ASP.net. Validates US Phone number). D ( d d)? Journe...

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

arunpp.wordpress.com arunpp.wordpress.com

. | arunpp

https://arunpp.wordpress.com/160-2

A Complete Selenium Library and c#.Net. 8212;———. Using System.Collections.Generic;. Using System.Linq;. Using System.Text;. Using System.Data.SqlClient;. Using System.Data;. Using System.Configuration;. Public string paramname;. Public object paramvalue;. Public string datatype;. Public string spname;. Public string strcon = ConfigurationManager.AppSettings[“ConnectionString”].ToString();. Public spparams[] arrparams;. Public SqlConnection connection;. Public SqlCommand cmd;. Public SqlDataAdapter adpt;.

weblogs.asp.net weblogs.asp.net

ScottGu's Blog - Silverlight 2 Released

http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx

Tuesday, October 14, 2008. Today we shipped the final release of Silverlight 2.  You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, here. Cross Platform / Cross Browser .NET Development. Silverlight 2 is a cross-platform browser plugin that enables rich media experiences and .NET RIAs (Rich Internet Applications) within the browser. Rich Base Class Library. Silverlight 2 includes built-in video codecs for playing high definition video, as well...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

4

SOCIAL ENGAGEMENT



OTHER SITES

prajeesh-webdesigner.blogspot.com prajeesh-webdesigner.blogspot.com

Prajeesh Web Graphic Designer - SEO Consultant Dubai, Sharjah, Ajman - UAE - Kerala, India

Saturday, March 5, 2011. Web Design Trends in 2011. There is a thin line between design and development, and as we move into a new decade, this line is becoming extremely blurry. Is it enough to draw beautiful mock ups in Photoshop? Maybe 5 years ago. These days, the average internet user requires more. All beauty, with no substance, gets boring after a while…. How will you stay relevant as a designer in 2011? Take a gander at the top 11 trends for 2011. 1 More CSS3 HTML5. Perhaps even more exciting is t...

prajeesh.com prajeesh.com

Prajeesh.com

prajeeshblogs.blogspot.com prajeeshblogs.blogspot.com

Codeaggregatory

Wednesday, 20 June 2012. SQLFire tutorials - 1. In this post we’ll see how to setup and start a cluster of multiple SQLFire servers. Read more. The canvas element – Basic usage. Monday, 16 April 2012. Nodejs: Templating with Plates. Is the templating library in flatiron. Plates. Binds data to markup. It's Javascript. It works in the browser and in node.js. All templates are actually valid HTML. You have to install plates before using it. Plates can be used in the program by requiring it. Req, res) {.

prajeeshjayaram.blogspot.com prajeeshjayaram.blogspot.com

Too Goodda

Where Have You Been, All These Years. Quite a lot happened in the last four years and blogging turned out to be one of my least priorities. Maybe I have kept myself busy. June 2011 - I arrived in Mumbai. I brought the rains along with me, all the way from Kerala. And in the last four years. I changed my job twice. I changed my phone thrice. I changed my abode four times. I trekked the Sahayadris, partied with artists, danced with doctors, walked the city alongside a Bengali and worked with a Sindhi.

prajeeshkk.blogspot.com prajeeshkk.blogspot.com

Prajeesh's Tech blog| Code Snippets, Programming help, ASP.net, c# , MSSQL Server

Code snippets and programming help. Disabling text selection and drag and drop. Posted on 1:30 AM by prajeesh and filed under Tips and Tricks. In my previous post I discussed about disabling the right context menu in a web page. Here we can discuss on how to prevent text selection in the web page, if you want to prevent normal users copying content of your web page then it will be useful. Just add following functions to your web page's body tag. Disabling right click menu in a web page. In some websites ...

prajeeshprathap.codeplex.com prajeeshprathap.codeplex.com

Blogsprajeesh.Blogspot samples - Home

Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). This project contains source code for the articles published under my blog. Last edited Dec 30, 2009 at 9:07 PM. Ads by Developer Media. Version 8.4.2015.21029.

prajeeshweb.com prajeeshweb.com

Prajeesh SEO Specialist / Web & Graphic Designer - Dubai UAE

SEO Specialist / Web and Graphic Designer. SEO Specialist / Web and Graphic Designer. I've morethan 10 years experience in Web and Graphic Design and 5 Years in SEO as well. I like to make cool and creative designs and responsible for improving those website's in top search engines organic search results. Creates and launches email campaigns, identifies areas of improvement, runs PPC campaigns, and attempts to improve the sites rankings in major search engines like google, yahoo, bing etc. May 22, 1983.

prajeeth.com prajeeth.com

My Home Page

Happiness is the essence of life. In this world, i walk on the. Wrong side of the road.

prajeethpj1.wordpress.com prajeethpj1.wordpress.com

PJ | He is waiting for you. Are you ready to accept Him?…

He is waiting for you. Are you ready to accept Him? Who is wise and understanding among you? Who is wise and understanding among you? Let him show it by his good life, by deeds done in the humility that comes from wisdom. James 3:13. In an age of celebrity we can mistake wisdom and understanding as dynamic speaking or well packaged products and events. That’s not the way that James sees wisdom. James is always after how our core beliefs show up in our deeds. February 12, 2010 Categories: Uncategorized.

prajeev.com prajeev.com

Account Suspended

This Account has been suspended. Contact your hosting provider for more information.