January 2008 - Posts

20
Comments

ASP.NET 2.0 AJAX Update Panel and Update Progress by stoian bucovich

In this post I am going to show you how to use update panel and to show progress while the request is working. - In aspx file first I am going to register new name control <% @ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit...
0
Comments

File upload control in ASP.NET 2.0 by stoian bucovich

Ok, I was sitting infront of the computer screen and was thinking what to write so i decide to give you a clue how to use file upload control. Enough talking time for coding :) - In our aspx file <asp:FileUpload ID="FileUpload1" runat="server />...
More Posts