| Thread | Last Post | Replies |
|
| using Visual Studio 2005 | 28 Oct 2007 13:36 GMT | 2 |
Why do I keep losing Intellisense in the command or immediate window when debugging? I didn't use to have this happen and sometimes it's available and sometimes it's not. It's pretty hard to test certain variables when you don't remember what all the gazillion methods and ...
|
| Runtme controls | 28 Oct 2007 11:57 GMT | 3 |
have a Placeholder on whch a dynamically add controls at run tme, TextBox DropDownList or CheckBox. I can populate these and providing I save the placeholder n the SessionState etc. clear them etc. However if I type into a dynamically added TextBox I can find no way of
|
| string manipulation .ASP script | 28 Oct 2007 10:40 GMT | 4 |
I can do this in vb.net but I can not do it in this asp code. the user is writing what ever text into a text box and posting it to a access database. problem is when they use words such as (we'll, can't, shouldn't,) it will not go in because of the single quote mark.
|
| Drop down for states | 28 Oct 2007 08:20 GMT | 2 |
I have a drop down menu with hard coded states. When the page is viewed the top state automatically shows (Alabama). The state I need to show is the one that is in the database not the top on the list. Since I have hard coded the states to the datalist instead of pull
|
| System.Io.Directory.Delete | 28 Oct 2007 02:17 GMT | 1 |
sometime when debuging my VS.NET 2005 app, when I call System.IO.Directory.Delete does not work, but never throws an exception. but when I try access that directory by going to windows explorer, it gives me Access Exception, permissions denied.
|
| DragPanel - Question | 28 Oct 2007 01:10 GMT | 2 |
I have two Panels and I would like to drag the first Panel into the second Panel. How can realize, that the first Panel take place into the second Panel, when the first Panel is over the second? To drag one Panel, I use the "DragPanelExtender", but how can I realize
|
| 64bit asp .Net web app | 27 Oct 2007 23:49 GMT | 2 |
I attempting to access a web application that contains a windows forms control that is downloaded to the client. I configured code access security using .NET Framework 2.0 configuration and everything works as expected when using the 32 bit browser. However, when I attempt to use ...
|
| Webconfig Connection String | 27 Oct 2007 23:43 GMT | 5 |
My application uses two ways to connect to the Access db: Programtically: Dim sDBPath = "Data Source=D:\MCCL\AccessDB\NewMCCL.mdb;" Dim sConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & sDBPath
|
| passing a querystring | 27 Oct 2007 21:13 GMT | 3 |
hey all, i know i can do response.redirect("my.aspx?id=1") but what if i'm doing a postback, is there something similar to querystring? thanks,
|
| customErrors mode="off" | 27 Oct 2007 21:13 GMT | 22 |
Although in my web.config I have <customErrors mode="off" /> I still get no detailed errors. How comes ? THX
|
| programmatically removing submenu child items from menu control | 27 Oct 2007 18:42 GMT | 1 |
I have a menu that really does not lend itself to a sitemap datasource or security trimming. In the codebehind i've been able to remove top level menu items with this code:
|
| Sub Site | 27 Oct 2007 17:24 GMT | 11 |
I currently have a web site at www.middlesexccl.com I am also developing a new version of the web site using ASP.NET. I would like to give certain people access to this for evaluation purposes, so I thought I would create a directory called NewSite and copy the new files
|
| Navigation using XMLHTTPRequest | 27 Oct 2007 13:54 GMT | 2 |
I have a website which has navigation links on the left. What I would like to achieve is that a user clicks a link, the navigation bar stays where it is and only the content gets loaded into a div; and all that without using a frameset or an iframe. (It's a client's requirement.. ...
|
| how to Create or Generate a sitemap in VS.NET 2005? | 27 Oct 2007 12:59 GMT | 1 |
Is there an easy way to do this? Thanks.
|
| Radiobutton oncheckedchanged event.... | 27 Oct 2007 12:57 GMT | 2 |
How can I make an asp:radiobutton where when the user selects it it runs javascript code? I've tried doing the following but it doesn't seem to work: arbLogoAttached.Attributes.Add("OnCheckedChanged", "javascript:RadioClicked();");
|