Click here to Skip to main content
15,885,028 members

Comments by AnkitGoel.com (Top 168 by date)

AnkitGoel.com 12-Jun-14 6:47am View    
Dear Andy,
This kind of URLs help when URL rewriting is implemented in your website. Support you have two URLs www.xyz.com/sports/car.php and www.xyz.com/technology/car.php

The original page in your website might by anyhting like xyz.php but, using this technique you are passing some query string parameters to your web server such as- Sports and Car in first URL and technology and car in second URL. You do not have to write something like- www.yyz.com/articles?id=454501 and www.yyz.com/articles?id=43401

So, when a user hits any one of these URLs, physically a single page will server the requests from both URLs but, you will be able to change the content according to the URL.

And, lastly it is also SEO friendly and easy to remember.
AnkitGoel.com 12-Jun-14 6:34am View    
You are welcome Sherkhan.... Yes, you need not be connect to master database, sql server will connect you automatically to the default database associated with the login user. Which is generally master db itself.
AnkitGoel.com 10-Jun-14 2:40am View    
Can you explain the code? and, share the filename being built?
AnkitGoel.com 31-May-14 2:41am View    
The printers used by client do not have such feature. So we are planning to applying this security and logging mechanism...
AnkitGoel.com 30-May-14 13:39pm View    
i have written a code but that, is just an event. It does not stop print job. I want t stop print job and resume it after user authenticates in the app.