| Thread | Last Post | Replies |
|
| client side handlers | 15 Dec 2007 18:12 GMT | 3 |
I know this is not an ASP.NET question, but I thought someone might be able to help. I need to handle mouseover events etc for table cells. This is fine and I can do this ok, my question is ifI can do it easier.
|
| Designer - How to paste text keeping the wrapping VbCrLf ? | 15 Dec 2007 18:07 GMT | 2 |
I have some text on Notepad I Copy it in order to Paste it into the VWD 2005 empty Designer Page. On Notepad the text was multiline,
|
| How do I retrieve a variable in an ASP.Net server control? | 15 Dec 2007 16:41 GMT | 2 |
Pardon. This question seems incredibly dumb but I seem to be suffering a brain block. I want an ASP.Net 2.0 image control to contain a variable for the image file name as shown... <asp:Image runat="server" ID="myImage" ImageUrl = "<%=myImageFileName
|
| Updating Gridview with Radiobuttonlist | 15 Dec 2007 13:28 GMT | 3 |
I'm trying to build a simple booking page. I have a Gridview and one of the columns is a Radiobuttonlist with the options Attending / Not Attending. This is bound to the field [status]. This works ok, it selects the correct radio button based on the field text.
|
| Impersonation issue | 15 Dec 2007 11:54 GMT | 1 |
My testing environment is made of three W2k3 servers. One is DC, on second there is IIS with my ASP.NET 2.0 application, third one is just a client. In web.config I've got <authentication mode="Windows" /> and <identity impersonate="TRUE" />. In IIS I disabled anonymous access, ...
|
| webdav exchange query failing if first attempt fails | 15 Dec 2007 10:54 GMT | 1 |
I'm trying to read the exchange calendar of people via webdav. This works fine for the most part, but some users have been migrated from other departments, and have a different default language, and therefore a different webdav URL.
|
| pageValidate equivalent for ascx control? | 15 Dec 2007 07:00 GMT | 1 |
I'm in a bit of a pickle. I'm dealing with a web portal that uses a single aspx file at the top, which dynamically loads ascx controls into it. On one of these controls I have a textbox that I'd like to enter html codes into.
|
| map on my web page | 15 Dec 2007 02:56 GMT | 4 |
hey all, i want to embed a map that highlights a route between to points on my web page and was just wondering if anyone has some good advice on going about this. Also reference articles would help too.
|
| Remove directory problem | 15 Dec 2007 00:01 GMT | 4 |
I have some site on asp.net 2.0 and it works with directories - create and remove them with files inside. I never have any problems with create, but a lot of times when I am tring remove directory it is freezing. I read some info about in asp.net 2 when you remove directory it ...
|
| Argh: Style.Add() HTML-encodes the value | 14 Dec 2007 21:59 GMT | 3 |
I am writing a server control, and I need a MinWidth property. Since the min-width CSS style is not (properly) supported by IE, I am using an expression, like so: if (HttpContext.Current.Request.Browser.Browser.Contains("IE"))
|
| Socket Connection from ASP.NET Page | 14 Dec 2007 21:53 GMT | 1 |
Here is the situation, we have a old server application using TCP/IP socket communication. Right now, we need to build a ASP.NET web application to be the front-end client to talk to the server application. A complete communicate will happen back & forth between the ASP.net page ...
|
| OnClientClick in an asp:LinkButton - using confirm() doesn't work in every browser | 14 Dec 2007 20:16 GMT | 2 |
Here's my code: <asp:LinkButton OnClick="DeleteFile" OnClientClick="if (!confirm ('Are you certain you want to delete
|
| Dynamically updating a parent page | 14 Dec 2007 20:11 GMT | 1 |
The following used to update a parent page: ClientScript.RegisterStartupScript(typeof(Page), "ReloadParent", "window.opener.location.href = 'ProjectOverview.aspx?projectID=" + Request.QueryString.Get("projectID") + "';", true);
|
| streaming files, but then deleting the cached file from the client computer? | 14 Dec 2007 19:51 GMT | 1 |
I need to stream mp3 files from the website straight into the client computers media player (whatever the player is). I need to be able to mask/hide the mp3 files identity/existance so it most likely wont be found (security measure to keep pirating of songs). Anybody know how ...
|
| asp.net vs. open source approach | 14 Dec 2007 19:32 GMT | 5 |
I am gettiner ready to start a project to create (yet another) social networking site which will contain a mashup of local content, web services, and open APIs. I want the ability to easily update, or let others update components as they become available.
|