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...
...insert statement without this field.
Here's the two queries I'm using so far, but I don't see anything about an auto-increment status...
SELECT * FROM Information_SCHEMA.columns
SELECT * FROM
INFORMATION_SCHEMA.TABLE_CONSTRAINTS,
INFORMATION_SCHEMA.KEY_COLUMN_USAGE
WHERE...
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
I think as long as they both use the same web.config then you will be able to get at the color in both applications?
I think the main concern is how the projects are physically laid out in IIS, sicne they will use the Web.config that is closest to them.
Or I completely misunderstood your...
Hi,
I'm writing an ASP.NET application that will be used to connect to remote (or local) SQL Server databases. Does anyone know of a place to find public "test servers" that I would be able to connect to to test out my app? I have a server of my own, but I would like to try more...
thanks,
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.