0

In one of my aspx page I have a option to connect to facebook , twitter . When I load this page an unkown string like "adkadkskekkdkskdasf323dsk" is added before my html tag.

something like that

===========

abbfdabfdakadfkdafkdas
<html>
  <body>
  </body>
</html>

===========

This unknown string is visible on browser. It's look very odd.

Some one have any idea why it is happening.

Thanks in advance

1
  • Someone may be modifying your code :)... Commented Sep 9, 2010 at 17:20

1 Answer 1

4

Since it's outside of the HTML, you probably have a Response.Write outputting it somewhere in your code. Do a search for "abbfdabfdakadfkdafkdas" :).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.