Friday, January 22, 2010

Asp.net, How can I hide controls....?

How can i hide a .Net control (lets say listbox) without postback the page??


using scripts!!!!Asp.net, How can I hide controls....?
The problem you face is that ASP.NET will rename your controls, which makes it difficult to locate them by ID in JavaScript.





You need to use Atlas, the JavaScript add-on for ASP.NET 2, or wait for ASP.NET 3 to come out, which will incorporate Atlas.





http://ajax.asp.net/default.aspx?tabid=4鈥?/a>Asp.net, How can I hide controls....?
set its visiblility to false

No comments:

Post a Comment