hi AllI have a textbox and am loading data from database into it. When User clicks Load button, i want to show loading.gif and when the textbox get data from database , loading.gif should disappear. I know how to do it in Asp.net using Ajax. Any ideas how to so it in Windows Forms. Please reply with sample code.Thanks in advance.
View Complete Post