| Thread | Last Post | Replies |
|
| Why is ASP.NET using C:\Windows\Temp? | 31 Aug 2007 12:52 GMT | 3 |
I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to get it a web service to work? Is this normal?
|
| Where's my settings file? | 31 Aug 2007 12:12 GMT | 2 |
I've got a small web site and I've added some settings in appSettings which appear in web.config. So far, so good. I've just added a DLL to the site which was originally written to be called from a Windows Forms app. The DLL has a settings file
|
| XSLT in asp.net 2 | 31 Aug 2007 12:06 GMT | 1 |
i am looking for a very simple XSLT example in asp.net 2 on how to use and so on thnaks in advance peleg
|
| master pages and css | 31 Aug 2007 11:31 GMT | 11 |
I understand how master pages work with containers. How would i go about having a stylesheet for one of my containers in a different aspx file considering that the <head> element is in the master file? Putting it in the master file means it will be included
|
| publishing asp application | 31 Aug 2007 11:24 GMT | 3 |
I am now done with developing my webapplication and it is time to publis it. I have a wmware instance that I am trying to work it on before publishing it on the web. First thing I tryed to do is the browse (from my wmware instance) to
|
| asp.net wizard control | 31 Aug 2007 11:09 GMT | 1 |
I have a web form that I took over from a developer and he put everything inside a Wizard control. I now need to find a button in the wizard control to hide it. I've done button btn = wizard1.wizardstep[1].findcontrol("button); btn.Visible = false;
|
| Refresh "parent" form after filling out child popUp form? | 31 Aug 2007 10:39 GMT | 1 |
I have a form and when users fill in the form they normally fill in a simple text box. But when they can add several items...such as people on a project, I use a pop up form and they can add as many project members as they
|
| Two user sessions | 31 Aug 2007 09:34 GMT | 5 |
I have an admin section of my asp.net 2 application, and I want to be able to automatically login as a different user (Forms Authentication) whilst keeping my current session going too. The problem is that if I open a new browser window (via a hyperlink using target="_blank")
|
| Globalization not working as intended when using da-DK | 31 Aug 2007 09:26 GMT | 8 |
I have a strange problem. We have an asp.net application running on several server with different setups. On 2 of our servers we experience that the globalization settings are misbehaving.
|
| Email problem | 31 Aug 2007 09:16 GMT | 3 |
I have the following code to send an email and I get this error: [SmtpFailedRecipientException: Mailbox unavailable. The server response was: <someEmail@someHost.com> No such user here]. The error is on at last line below.
|
| Creating TemplateColumns dynamically | 31 Aug 2007 09:04 GMT | 5 |
I found I can create Template columns dynamically - as long as I don't use objects that need onclick events, such as a LinkButton. Textboxes and Labels work fine. I create the Template columns like so:
|
| Get Text from dropdown list using javascript | 31 Aug 2007 04:57 GMT | 1 |
I'm using the asp.net dropdownlist in a datagrid row item template. using client side JavaScript, I need to get the text from the selected item in the dropdown list to update the corresponding grid cell. This dropdown list uses numbers for the values, and text as the display ...
|
| How to edit selected row of GridView in a DetailsView? | 31 Aug 2007 04:43 GMT | 2 |
I am not getting any response to my previous question on reusing a DetailsView to insert and edit the selected row in a GridView. So I'll ask an even more basic question. Newbie alert! ;) When the user clicks the Edit link in a GridView, is it common to use a DetailsView to
|
| Client Chatting th a server. | 31 Aug 2007 01:56 GMT | 4 |
I am trying to create a chat application in the browser. I need to find a way for the client to call back every 15 seconds. I tried <meta id="meta" http-equiv="refresh" content="15" /> But I am not getting any viewstate with the above trick.
|
| Table Height 100% | 31 Aug 2007 00:53 GMT | 14 |
I'm using VS 2005 and I can't desing a table with height="100%". With the width=100% works ok, but the height always fit the controls inside the table. This is an example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|