Parsing Google Search QueryString in .NET
Hi,
If you want to view queries in real time as users visit your site (Want to know from which link and keywords users enter to your site), you can. Sam Allen wrote a nice solution for this problem in C#.
take a look on his blog article here.