Categories
How To Article Technology - Tips

How To Turn On Error Reporting In PrestaShop 1.5

How To Turn On Error Reporting In PrestaShop 1.5 Recently i am working on a prestashop project, i am new to prestashop.So when i am configuring the live site on localhost.After configuration a blank page has been displayed nothing else.I am bit confuse that what is wrong here.I do a google for this and found […]

Categories
Sql Server

How To Select Random Records In SQL Server

Hi Guys in this tutorial i will let you know, How To Select Random Records In SQL Server.This is very needful when we have to select some records from our database but randomly.We can achieve this by a function in SQL Server. NEWID: NEWID() generates the GUID in random order.Also The value returned by NEWID() is different […]

Categories
Asp, Asp.net How To Article

How to get URL & Querystring Value Using jQuery

How to get URL & Querystring Value Using jQuery In this tutorial i will let you know guys, How to get URL & Querystring Value Using jQuery.This is very useful when we have to process a request by querystring value. Example: URL = http://www.hightechnology.in/project.aspx?projectid=1 Read Querystring Value: function GetQueryStringParams(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables […]

Categories
Microsoft Office

How To Capture Screenshot and Add In Word, Excel 2013

How To Capture Screenshot and Add In Word, Excel 2013 Hi guys, in this tutorial i will let you know that how can you How To Capture Screenshot and Add In Word, Excel 2013.Here we are not using any other application.Microsoft office 2013 provides this functionality inside it.I found it very good feature, When you try […]