No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
when header is clicked of data-grid it has -1 value in it. so make a check on it that if(i!=-1) then perform the operation else do nothing. Thnx
[url]http://www.daniweb.com/forums/attachment.php?attachmentid=17710&d=1287740073[/url] Let me know how much it help you in getting started.
[CODE]// Getting ip of visitor string ip = Request.ServerVariables["REMOTE_ADDR"]; // Getting the page which called the script string page = Request.ServerVariables["HTTP_REFERER"]; // Getting Browser Name of Visitor if (Request.ServerVariables["HTTP_USER_AGENT"].Contains("MSIE")) browser = "Internet Explorer"; if (Request.ServerVariables["HTTP_USER_AGENT"].Contains("FireFox")) browser = "Fire Fox"; if (Request.ServerVariables["HTTP_USER_AGENT"].Contains("Opera")) browser = "Opera";[/CODE]
The End.
mfaisalhayat