To display/hide runat="server" divs in asp.net
Don’t use:
Divid.visible = true/false
Use:
Divid.attributes[“style”] = “display:none”/ “display:block”
Reason:
You won’t have javascript access to those divs
From the very first days in our lives as programmers , we’ve all dealt with data structures: Arrays, linked lists, trees, sets, stacks and...
Niciun comentariu:
Trimiteți un comentariu