Literal and Treeview MENU Question

  • Thread starter Thread starter Patrick Olurotimi Ige
  • Start date Start date
P

Patrick Olurotimi Ige

I'm using a literal to display a TEXT on a page which is fine.(The page
i'm displaying the TEXT is in an IFRAME.
And on the page there is a Treeview menu(WebControl) any time i click or
just over the links in the TREEVIEW MENU
the the page in the iframe TRIGGERS..

What could be causing this!!!
 
Solved my problem!
Putting HTML table round the Literal was the problem ..
so what i had to do is since the properties i wanted for the Literal
wasn't available i switched to Label which had all
bordercolor,borderwith etc..
And the page in the IFRAME didn't TRIGGER!!
 
Back
Top