Loading ...

ASP.NET Blogs | CodeAsp.Net

Who is online?  0 guests and 0 members
home  »  blogs  »  blogs: January 2012

Communifire Blogs

Blogs : January 2012 postings

Vincent Maverick  Durano

My Last Post

1/25/2012 by Vincent Maverick Durano · 0 · 601

Well this is really not my last post but I will not be blogging anymore here to avoid cross posting of contents. Instead you can visit my official blog at: Vinz' Blog Note: Stop blogging here doesn't mean I will stop contributing to the codeasp community, of course I will still be moderating posts and participating in the forums and try my best to answer to questions to the best that I c...

Raghav Khunger

How to check if a querystring key is present via javascript

4/10/2012 by Raghav Khunger · 0 · 241

Following is the JavaScript code to check whether a key is present in querystring or not: <script type="text/javascript"> var queryKeyPresent = function(key) { var url = window.location.href; if (url.indexOf('?' + key + '=') != -1) { return true; } else if (url.indexOf('&' + key + '=') != -1) { return true; } return false; }; </script> Usage: var check = queryKeyPresent('...

websoftCreation Websoftcreation

Announce training of asp.net from 16 Jan,2012 for MCA and Btech students

2/8/2012 by websoftCreation Websoftcreation · 0 · 384

Hi, Websoftcreation started new batch of asp.net and PHP for MCA,M.Sc,B.tech from 16 Jan,2012 at Jaipur centre. You can take part in this training by just post request on websoftcreation.co.in website. Regards Websoftcreation,Jaipur

Page 1 of 1 (3 items)

Product Spotlight

ASP.NET Hosting Spotlight

Join CodeAsp.Net for FREE Today!

It's fast, easy and free! Submit articles, get your own blog, ask questions & give answers in the forums, and become a better developer, faster.

enter your email address:

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?