viewsource not showing html sometimes

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hey all,

i have a user control on my web page. the user control dynamically builds
some controls.

when i browse to this page and right-click and do a view source, the html
for the controls don't always show up and i can see the controls on the page
all the time.
can someone please this inconsistency?

any ideas?
thanks,
rodchar
 
Unless, of course, the controls are rendered via javascript (e.g. using
Ajax). In that case, many (most?) browsers won't show the "correct" HTML.
 
and also check if you have SmartNavigation turned on

Regards,

Trevor Benedict
MCSD
 
rodchar said:
hey all,

i have a user control on my web page. the user control dynamically builds
some controls.

when i browse to this page and right-click and do a view source, the html
for the controls don't always show up and i can see the controls on the
page
all the time.
can someone please this inconsistency?

any ideas?
thanks,
rodchar

If you are looking at IE I would suggest getting the IE Developer Toolbar.
It is great for viewing / locating controls.

You can also change attributes of the source and see immediately the result
of the change.

LS
 
Were you able to figure it out? What was the problem.

Regards,

Trevor Benedict
MCSD
 
Back
Top