Are u looking for evaluate expression in asp.net
----------------- logiclabz
Are u looking for evaluate expression in asp.net
----------------- logiclabz
I hope the below link would help Evaluate expressions in C# .Net
----------------- logiclabz
This link was useful to me Convert HtmlTextWriter to String in C#
we can change default page for the website by adding the particular page to website properties "Documents" tab in IIS 6. I assume that you do not have access to website properties "Documents" tab. Best to change page to "default.aspx" which will be default when you install .net in IIS. Hope u understand.
----------------- logiclabz
I think you have more than one parent nodes in an xml file i.e .. .. it should be
----------------- logiclabz
I hope this is a bad practice.. In your code connection is open and seems to be never closed. Best thing to do is to use Paging in Sql server with @rowsPerPage being 1 and @pageNum being row no. hope u understand the concept
----------------- logiclabz
I think you are running this with http://localhost/... if upload in some live server System.Web.HttpContext.Current.Request.UserHostAddress should work... -------------------- logiclabz
I hope this link would be useful FTP File in C# contains a c# function to upload a file in c# ----------------- logiclabz
have you use wmode="Transparent" property in embed tag Regards, Yogesh Logiclabz
modified on Thursday, March 26, 2009 3:06 AM
you show encode "&" to "&" in xml then your problem would be solved. ------------------------------------------------------------ Logiclabz
modified on Thursday, March 26, 2009 3:11 AM
As said by other's you can use System.IO.Compression class in .Net 2.0 Sample : Compress / Gzip files in .Net 2.0 using C# ---------- Logiclabz
modified on Thursday, March 26, 2009 3:14 AM