Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for Ashok2007

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

Member Avatar for JJCollins
0
910
Member Avatar for mfaisalhayat

[url]http://www.daniweb.com/forums/attachment.php?attachmentid=17710&d=1287740073[/url] Let me know how much it help you in getting started.

Member Avatar for Momerath
0
44
Member Avatar for Naters_uk

[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]

Member Avatar for mfaisalhayat
0
192

The End.