Hi Patrick,
Thanks for the reply. I guess that's an option, but we were hoping for a "sharepoint", or ".NET" way to do it. We're not that familiar with SharePoint yet so digging into the database would probably take longer than building our own calendar. Since we already have SharePoint it...
If you don't get any items back then ItemCreated or ItemDatabound won't run (or at least not run with ItemType Item or Alternating Item?).
In any case, I guess the easiest way would be to check the item count after you bind the datalist, so something like
Datalist1.DataSource = ...
Hi,
We have an internal sharepoint installation that has event lists we'd like to display on our public website in a read-only format. This must be a common need, but I have been unable to find any information about it yet.
The site is hosted in a .NET environment (Framework 1.1), with Visual...
Hi,
I'm using the INFORMATION_SCHEMA tables to get the information to generate Sql statements. One unique problem I've come across is how to identify if a column is an auto-increment field. I need to know this so that I can write the insert statement without this field.
Here's the two...
Yes, in the Event viewer there was an Application Error:
aspnet_wp.exe could not be started. The error code for the failure is 80070545. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is...
Can you actually map the drive on the server to the file server's share? Then maybe you could use the drive letter of the mapped path when creating the FSO?
Yeah,
All the machines are configured the same, with the same versions of IIS and .NET. However, there must be some difference somewhere, I just need to figure out what it is.
You're right, the problem only effects the ASP.NET web applications on the local web servers.
I haven't tried...
No,
I've had the same problem, large datagrids take a long time to post back. The solution had always in my case been to make them filter the data before displaying the datagrid. In general those huge lists are too difficult to edit and work with online. For me, the slow postback has been a...
Hi,
There are three workstations in the group where I work that are constantly having the .NET framework uninstalled if we reboot and then leave the machine on overnight. When we arrive in the morning and try to load an ASP.NET application we get a "Server Application Not Available" error.
In...
For Each lst As ListItem In ListBox1.Items
I never knew about the "As ListItem" part. lol cool
I always did:
Dim lst as ListItem
For each lst in....
thanks ca8msm
-FD
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.