| Thread | Last Post | Replies |
|
| Citrix "The Page cannot be displayed" | 09 May 2008 09:57 GMT | 4 |
I have the following code which works fine in IE6 and IE7 and FireFox, but when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe. We don't have IE7 on Citrix so I can't try it. <span id="ShowReport" disabled="disabled"
|
| Use class ... why is not available? | 09 May 2008 08:26 GMT | 8 |
I am working with VS 2008 and created a Web Application Project. I added a class but whatever I do the class is not visible to my aspx pages or anywhere else. I then changed the property Build Action in my class from Content to
|
| How to display a Wait page while a query is running? | 09 May 2008 03:25 GMT | 4 |
If I am running a long time query, how to show a wait page at then? Is there any recommended way to do it? Thanks.
|
| Missing IsClientScriptxxxRegistered method with ScriptManager | 09 May 2008 03:23 GMT | 4 |
How could we simulate the IsClientScriptBlocRegistered method of ClientScript when we use an update panel and the static ScriptManager ? Is this test already included in the ScriptManager.Registerxxx methods ? Regards
|
| Database issue | 09 May 2008 03:03 GMT | 3 |
I'm trying to build a hit counter that does what I want using an Access database named counters.mdb which contains 2 tables. The only one involved here is page_count. Here is the code for the aspx test page. ===============================
|
| Could not load file or assembly System.Data.Entity | 08 May 2008 23:48 GMT | 1 |
I am recieving the following. This happens when I moved it from my development system to our production SBS 2003 w/ latest .net frameworks and service packs . I developed under XPSP2 and VS2008. The error is pointing to the Web.Config of my application.
|
| Problem with session variables | 08 May 2008 22:23 GMT | 3 |
I have an ASP.NET app (VS 2005) that requires users to login and then presents some private information to users. The user identity is kept after login by session variables. (cookies) Everything goes OK as long as users connect directly to the web server.
|
| sql problem with updating data from a gridview | 08 May 2008 22:15 GMT | 5 |
i defined a gridview and a sqldatasource with following commands: (two tables 'tableA' and 'tableB' are linked with field 'heure') SelectCommand="SELECT tableA.mday, tableB.range FROM tableB INNER JOIN tableA ON tableB.heure = tableA.heure"
|
| Use library | 08 May 2008 19:57 GMT | 1 |
In a web site application in VS 2008 where should I place third party DLL files and what is the best way to make them available, including the namespaces, to my web application? Thanks,
|
| Help: Copy Web site vs Publish Website vs Web Deployment Project | 08 May 2008 18:58 GMT | 5 |
When would I use "Copy Web site" over "Publish Website" or visa versa? Why would I use the Web Deployment Project vs these options? I want to make sure no one can pull up/read/download my vb source code (in .vb files).
|
| FormViewList? | 08 May 2008 18:19 GMT | 1 |
I like FormView for its flexibility. Is there something for displaying list of FormViews? If not what is the best way to show dynamic number of FormViews? Thanks in advance,
|
| Displaying HTML Docs on a WebPage | 08 May 2008 16:33 GMT | 7 |
I have HTML formatted documents stored in a database. I want to display them on a web page. However I see there is no "browser control" in asp (as there is in windows forms). This sounds kind of stupid but is there a control that I can load HTML into to display in a web page?
|
| Silverlight newsgroup? | 08 May 2008 16:22 GMT | 1 |
Is there a place to request a new newsgroup? .. Or does anyone know if the Forum model is better for silverlight? http://silverlight.net/forums/
|
| Uploading a directory instead of a file | 08 May 2008 15:48 GMT | 8 |
I'd like to allow a user to point out a directory. There's facility for pointing to a file, FileUpload, but there's nothing to get the path to a given folder. How can that be solved (Silverlight is not an option). Konrad Viltersten
|
| MS Design template installation problem | 08 May 2008 15:12 GMT | 1 |
I have downloaded and installed the design templates Personal Design and Basic from http://msdn.microsoft.com/en-us/asp.net/aa336613.aspx but I cannot make them appear among other templates when choosing "New project"
|