Hi,
I have a web application that uses jquery ui tabs with ajax to retrieve information from my aspx page..
I update the information in the tabs using queries like home.aspx?id=1 and in my vb code I check for the value in id and do a response.write() command to send bits of information. This information is placed inside the tab content.
But I am concerned about one thing.. When I enter the query inside the address field, I just get the information from response.write() and do not see my complete page.
What I am thinking is that this could be a security issue because anyone can implement this query string in thier website and kind of get just the query result in his website and possibly use to run my application from there.. (something similar to using the aspx page as a web service)
Is it even possible for anyone to do this? If so, how can I prevent it..
Thanks
TK
...
Go to the complete details ...