Hiding user interface parts in WSS 3.0 webpart - how?
Posted
by truthseeker
on Stack Overflow
See other posts from Stack Overflow
or by truthseeker
Published on 2010-02-28T20:59:21Z
Indexed on
2010/03/11
20:59 UTC
Read the original article
Hit count: 292
Hi,
I have a webpart with asp.net control within. I would like to hide some parts of that control, some asp:net panels etc. regarding one of the TextBox's value. The issue is that I don't know to change the visibility of asp:panel wrapper without any postback, and how to refresh page to see the changes on the UI. I was trying to implement TextChanged event but it dosen't work. Can anybody help me, please?
© Stack Overflow or respective owner