Started 2 months, 2 weeks ago (2009-09-09 21:15:00)
by jpatel
Please post the error text or a
screen shot of the error.
Started 1 month, 1 week ago (2009-10-15 22:38:00)
by JimiJ
IE 8 full support starts only here. Jimi
Started 1 month, 1 week ago (2009-10-15 09:42:00)
by Raviindia82
Hi,
Found a solution for the issue, since visual studio is not installed in the machine where iron speed is installed, it uses IIS to run the
web application.
I changed the Directory security settings in the IIS to make it work. I removed the windows authentication and added anonymous access to the application. Now the application directly takes me to the login page and after successful...
Started 1 month, 3 weeks ago (2009-10-05 12:34:00)
by davidnowens
Hi, It refers to minutes, but too many other factors will cause your applications Session to expire or be recycled by IIS. If you have
total control over the server on which you app is hosted, then normally setting the Worker Recyle Process Limit in IIS helps and also having lots of memory on board. If it is hosted with a third party host - like DiscountASP.NEt, then you have no control and ...
Started 12 months ago (2008-11-27 18:35:00)
by inactive
hello I had same problem with mysql field and I had solve with modify of database field property.
Started 1 month, 2 weeks ago (2009-10-12 22:36:00)
by afisher
Exporting to CSV should show the time when the display format includes the time.
Started 1 month, 3 weeks ago (2009-10-06 23:48:00)
by atlek
I just override LoadData() in XXcontrols.vb (cs) to automatically
create 2 rows if there are no rows. Public Overrides Sub LoadData() MyBase .LoadData() If Not Me .Page.IsPostBack() Then Dim list As ArrayList If (IsNothing(DataSource)) Then list = New ArrayList() Else...
Started 1 month, 3 weeks ago (2009-10-07 01:07:00)
by JimiJ
One thing that you need to make sure is to exclude the indentity column from AddPage else try to make it as label and uncheck "save to the database" option. Hope that helps, Jimi