Rahman, You have looped only the top level. Actually you need to recurse into each till the lowest ebb to find out the type of control. There may be UserControls which would contain Checkboxes too. :):) Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
Hi, You can either use Tool Tip property or Text property of the text box.Both of the property can be set at design time. I hope,it will help you out. Regards, Abhiram Agarwal Software Engineer India
Yes, it's a popup window. That is the only way to contact the server as the main page is closing. If javascript is disabled, it won't work. If popups are disabled, it won't work. So, it's not ideal, but it's the only way available. The only alternative would be to make the page request data from the server at a set interval, so that you can detect when it stops requesting data. --- b { font-weight: normal; }