| Thread | Last Post | Replies |
|
| Make images only available to intranet | 15 Jun 2007 07:37 GMT | 5 |
Is it possible to hide images from the internet, and only have a image available for users that are logged into the intranet? I am hoping to avoid a database-solution as the number of images will be to many for my database-size.
|
| SqlDataSource.Deleting event | 15 Jun 2007 07:16 GMT | 1 |
I want to use the deleting event on a gridview (using link button) to get the ID of the row being deleted so I can make sure that ID is not in another table. How do I reference this in my VB code in the SqlDataSource.Deleting event? Thank you.
|
| Hashtable | 15 Jun 2007 03:38 GMT | 5 |
I am using Hashtable to keep Key-Value pair of elements. When I add the items to the Hashtable it does not retain the order in which I have added the key-value pair. Is there anyway to retain the order?
|
| Web.Config at IIS Root | 15 Jun 2007 02:45 GMT | 2 |
We want to share common parameters across multiple web apps using a shared web.config at the IIS root level. Out Sys Admin objects to thhis for security reasons. What is the best practice? Is there an increeased risk here? If so, why?
|
| Microsoft Document Explorer doesn't print what's inside the nodes | 15 Jun 2007 02:39 GMT | 2 |
Printing anything using Microsoft Document Explorer prints the documents with the nodes collapsed. This makes printing pretty useless because most of the information is hidden when nodes are collapsed. Is there a way to properly print so that all text gets printed?
|
| Mixing javascript and ASP.net code | 15 Jun 2007 00:59 GMT | 3 |
I am using Live Earth SDK, and have very little Javascript knowledge, but I need to insert values into a Javascript function, where the vales are in the ASP.net VB code. The javascript function is below, but I need to replace the value
|
| DeSerialization of an XML Stream | 14 Jun 2007 23:37 GMT | 1 |
I have a situation where I am serializing a custom object into an XML string that is stored on a Session variable. The problem is I can't seem to figure out how to get it back to an object. Serialization:
|
| SendUsing configuration is invalid. | 14 Jun 2007 23:12 GMT | 10 |
Using ASP.Net and Framework 1.1.4322 File works fine on my computer. On my host server, I get this message. The "SendUsing" configuration value is invalid. Description: An unhandled exception occurred during the execution of the
|
| Urgent code needed | 14 Jun 2007 21:53 GMT | 4 |
I've tried this week everything I can think of to get this code to work , can any kind soul take a look at my code and my what should be a simple task and help me out. I've looked in books, websites, and can't find a solution... thanks!
|
| Problem w/ code - updating an existing XML file | 14 Jun 2007 21:52 GMT | 3 |
I have an aspx for with a textbox and a button. The goal is to simply have the user type a message, hit the button and it should append to the XML file. I can open the aspx in the browser with no problem, but the XML file does not get updated. What's wrong with this code?
|
| HttpHandler Question | 14 Jun 2007 21:50 GMT | 11 |
I had the .XML extension mapped to the ASP.NET DLL. And then I updated the web.config as such. <httpHandlers> <add verb="*" path="sitemap.xml" type="HttpExtensions.SitemapHandler"/
|
| Adding a checkbox to a repeater control | 14 Jun 2007 20:35 GMT | 1 |
Why is this code not allowing me to add a checkbox to it? <asp:repeater ID="RptTrip" Runat="server" EnableViewState="false"> <ItemTemplate> <asp:Checkbox AutoPostBack="True" ID="cb" runat="server"
|
| Streaming audio from server in real time | 14 Jun 2007 20:02 GMT | 1 |
Can anyone point me to info on how to stream audio from a web server in more or less real time (i.e. exact synchronization is not an issue but it would be nice if the stream was no more than a few seconds behind the source). If I'm running a .NET server, what needs to be installed ...
|
| problems creating a user in Active directory | 14 Jun 2007 19:46 GMT | 1 |
sorry but I'm not sure if this is the right place to post my problem. I was using the following asp code to create users in Active Directory. Suddenly, and I don't know the reason, users are created but the account is disabled (see the flag User.AccountDisabled = False ).
|
| Dundas Mailer | 14 Jun 2007 19:43 GMT | 8 |
My host Bell-south.net (now At&T)wants me to use the Dundas Mailer for sending and receiving e-mail with my asp.net application. Does anybody know anything about this? Does it work? Is it more trouble than it's worth?
|