| Thread | Last Post | Replies |
|
| Javascript Message Box | 21 Jun 2006 22:41 GMT | 2 |
Does anyone know how to create a javascript message box? I do not want to use 'alert' or 'window.alert'. That causes a message box with a warning icon. That is not appropriate for communicating a message like "Changes were saved."
|
| Master Page and ASP.Net Form | 21 Jun 2006 22:40 GMT | 2 |
I am struggling with something that would seem to be very easy. I am using a master page. On the content page (which includes the master page), I have a form with a submit input type button.
|
| Fontsize and weight from style not working until after submit? | 21 Jun 2006 22:30 GMT | 1 |
I must be doing somethign wrong. I've never seen something like this before, but my font-size and font-weight properties only seem to be working *after* I hit the submit button. The color works fine, though. Can anyone give me an idea of what is going on here?
|
| HTTP_HOST in global.asax | 21 Jun 2006 21:51 GMT | 1 |
Is there a way to get the HTTP_HOST value in the Application_Start event handler in global.asax? I have multiple sites running from the same hosted service, and want to keep track of current visitors for each site separately. My intention was to get the HTTP_HOST value, and use ...
|
| ASP.NET 2.0: Administering Users | 21 Jun 2006 21:39 GMT | 2 |
Hope someone can help with this as I've been pulling my hair out. I'm using the built in membership with sql server and trying to admin users. On my website, I have an admin section to administer users. It's nice
|
| what namespace (or GUI toolbar in VS 2003) is imagemap hotspot under? | 21 Jun 2006 21:30 GMT | 1 |
I found some info on creating an imagemap in .NET at http://msconline.maconstate.edu/Tutorials/ASPNET2/ASPNET05/aspnet05-04.aspx but in VS.NET I don't see any ImageMap object under System.Web.UI.WebControls
|
| Unreliable Image Display in VS2003 | 21 Jun 2006 21:01 GMT | 1 |
Here are two lines from the HTML view of my page that should display the same jpg: <asp:Image id="Image2" ImageUrl="~/SpotImages/paw.jpg" width="16" height="16" runat="server"></asp:Image>
|
| sitemap in memory | 21 Jun 2006 20:57 GMT | 3 |
is it possible to create a dynamic site map in memory then use that as the website sitemap? my problem for using a static one is that I have dynamic content pages which are based off an article ID so 90% of my pages are like this
|
| How to Peek at Entire HttpRequest.InputStream? | 21 Jun 2006 20:49 GMT | 1 |
I want to print out some tracing messages from Global.asax.cs/Application_BeginRequest(). I easily got: System.Web.HttpContext.Current.Request.RawUrl, and
|
| How can I prevent Sessions from ending just because the browser window is closed | 21 Jun 2006 20:38 GMT | 8 |
Hi Gang, I would like to have my application retain sessions even after the user closes their browser window, up unil the time the session is supposed to time out. Right now if the user closes IE their session is
|
| I changed the web browser for debugging in Visual Web Developer and want IE back | 21 Jun 2006 20:21 GMT | 2 |
Hi Gang, About 6 months ago I changed the web browser for debugging to Mozilla. I don't even have that installed anymore, because I'm using Sea Monkey, but I can't remember how I changed that. Truthfully I would like it to
|
| <asp:Menu> | 21 Jun 2006 19:47 GMT | 2 |
I'm interested in what people think of the new <asp:Menu> control in comparison to other 3rd-party menu controls. E.g. until v2, I used the AITOC FlexMenu (http://www.aitoc.com/en/flex_menu_net.html) with no significant problems. However, now that I've had a chance to evaluate ...
|
| Multiple databound dropdown lists | 21 Jun 2006 19:38 GMT | 2 |
I am creating a page that has three to four databound dropdown lists. Each one is has different data sometimes from the same table but with a different where clause. What is the best way to populate the data onload? Right now it's opening and closing a connection for each
|
| Example for Using the new 2.0 Menu | 21 Jun 2006 19:25 GMT | 4 |
I am looking for an example of how to build a menu from code hind. I need to be able to use images for the top navigation and set the orientation horizontal. Does anyone have an example I can use to get started?
|
| Calling MasterPage Subroutines from a ContentPage | 21 Jun 2006 18:54 GMT | 5 |
Is it possible? I haven't been able to find any information about this. Not on the web, not in books. Is it possible to call a function or subroutine which is defined in a MasterPage from it's derivative ContentPage?
|