-
Recent Posts
Recent Comments
Archives
- May 2018
- April 2018
- January 2018
- October 2017
- April 2017
- February 2017
- January 2017
- November 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- May 2011
- April 2011
Categories
Meta
Monthly Archives: February 2013
Assign database user to Login Name
If you have migrated your database, it is likely that the user will not be functional or cannot login. In this case, create a new login on Server Level and issue the following stored procedure to attached database user to … Continue reading
Posted in Software Development
Leave a comment
OR query does not work in sqldatasource
select companyname from mytable where (id = 20) or id=(40)
Posted in Uncategorized
Leave a comment
Amazon Alternative
The best amazon alternative for books is theTextbooks.org. Amazon charges 15% commission on books while thetextbooks.org charges 6.5% commission.
Posted in Uncategorized
Leave a comment
Amazon Alternative for Books :: TheTextbooks.org
Amazon.com is a great place for selling your used and new books. If you are a student and trying to sell your used books online, you will notice the Amazon charges 15 % commission. That means for $100 book, Amazon … Continue reading
wp code plugin
The wp-code-plugin.zip is plugin for WordPress that lets you put formatted code in your blog. Install the plugin by unzipping the zipped file to rootwp-contentplugins folder. You are ready to go. Go to Plugins Menu and click active in front … Continue reading
Posted in Uncategorized
Leave a comment
C# Query
How to run basic query in C# and ASP.NET Connect to the database, execute query command and collect row data in datareader object. Retrieve data from datareader. SqlConnection sqlConnection1 = new SqlConnection(“Your Connection String”); SqlCommand cmd = new SqlCommand(); SqlDataReader … Continue reading
Posted in Software Development
Leave a comment
Adsense Appeal Violation – Contact Page
This was hard to find for me. If your site is blocked by google adsense and you have got an email (or may be not) that your site is violating the agreement, you can appeal it by submitting the form … Continue reading