ASP.NET: get external IP address
I developed site. I need to get IP of site visitors.
I try to use Request, but it have only internal IP:
I developed site. I need to get IP of site visitors.
I try to use Request, but it have only internal IP:
My gridview is like this but I am getting error when I select view button to find primary key value column on selected index changed. Please help me to solve the issue.
I have a code example like this :
as suggested in the title i have in which i can insert how many textboxes i want to add to a placeholder. i can add the textboxes just fine the problem is i cant get the values inserted on those dynamically added textboxes. here’s my code
I want to test if a URL is part of the routes defined in the Global.asax. This is what I have:
Is there a way to revoke for example an email conformation token generated by an usermanager in ASP NET Identity 2.0?
I tried Googling a few things about custom attributes but I’m still not sure how to go about it….
I’m trying something quite exotic I believe and I’m facing a few problems, which I hope can be solved with the help of the users here on StackOverflow.
I’m trying to make a query where I can find all locations in my SQL database within (lets say 50 miles) of a given Longitude and Latitude points.
I wish to execute a javascript function after asp.net postback with out using ajax.