| Thread | Last Post | Replies |
|
| How to get client size in server code ? | 24 Sep 2007 19:33 GMT | 3 |
I have dynamic controls, and I want to change the display accoring to the client browser resolution. I have tried browser capabilites, but I did not get size. How could I do it ?
|
| Including files | 24 Sep 2007 19:08 GMT | 7 |
Please tell me the best way to do this (I am still new to VB.NET and ASPX) as this should very easy for anyone with any experience to answer. In the code behind file (filename.aspx.vb), I import things that are namespace imports in the main file (filename.aspx). These are from ...
|
| no "validate XML" option in VS2005 | 24 Sep 2007 19:06 GMT | 1 |
i've got an XML doc open, but VS 2005 Standard Edition has no validate option under the XML toolbar. when i look at the product feature comparison between VS editions, it lists standard as having "XML only" while professional has "Full XML/XSLT" support. is XML validation not ...
|
| Property | 24 Sep 2007 19:03 GMT | 1 |
I have a page with 2 web controls. WC2 is inside WC1 as follows: Page |---- WC1 |------ WC2
|
| AJAX Toolkit - Not working in IE7 | 24 Sep 2007 18:57 GMT | 1 |
Hey all, Im using some tools from the ASP.NET Ajax Toolkit, and its working fine on IE6, but users that updated to IE7 are getting javascript errors ('Access Denied' at some lines). The main problem Im having is with the CollapsiblePanelExtender, that
|
| Container.DataItem | 24 Sep 2007 18:49 GMT | 6 |
What's the difference between <%# DataBinder.Eval(Container.DataItem,"LastName") %> & <%# Container.DataItem("LastName") %>
|
| DataSet | 24 Sep 2007 18:28 GMT | 2 |
Does anyone knows how can I work with a Dataset created by an SQL procedure with an Inner Join that returns data from 2 related tables? I need to get the data from that dataset and add it to classes. Thanks,
|
| Refresh page display? | 24 Sep 2007 17:46 GMT | 1 |
In the following code loadSummaryData() is quite a slow SQL query and it prevents the page from displaying until the query has finished. I want the user to be able to log on and see the page (i.e in this example the "is logged on" message) before loadSummaryData() executes.
|
| File folder access exception | 24 Sep 2007 17:41 GMT | 4 |
I am getting the following error trying to create a folder on the file system using an intranet internal application. Exception: System.UnauthorizedAccessException Message: Access to the path '\\lifedevsql\shared\FileDocs\File093969' is
|
| What am I missing? | 24 Sep 2007 17:21 GMT | 6 |
I just started this week on a new project. The existing project uses BEA Tuxedo as a second layer service broker. The clients make calls to the Tux services which in turn retrieves data from an Oracle DB. My job is to support the current application and possibly upgrade teh
|
| New to ASP | 24 Sep 2007 16:55 GMT | 8 |
Hi, I'm new to this whole ASP.NET stuff. I was assigned a project at work to change an application someone else wrote, so I got it all changed on my local machine, then I copied the files over to the server, and I don't see any of the changes. If I edit the html files,
|
| Problem: Usercontrol + Objectdatasource not updating parameters | 24 Sep 2007 16:53 GMT | 1 |
I was writing a usercontrol in ASP.NET that contained an objectdatasource, a gridview, and some other form controls (textboxes and dropdown lists). For the insertcommand parameters I associated them with the form controls by assigning the ID of each control. The
|
| VS.NET 2005 .TMP Files with ASP.NET Website | 24 Sep 2007 16:38 GMT | 2 |
I'm using VS.NET 2005 to create C# asp.net web applications. During deveopment and debugging 9using the "ASP.NET Development Server"), a number of .TMP files are created they have been for Class files, Xml Files, aspx files. Once created, a file lock exists that closing VS ...
|
| Sepcify browser to launch with on VS 2008 | 24 Sep 2007 16:34 GMT | 1 |
I know I'm being stupid but how can I specify what browser gets launched when I start debugging in VS2008. At the moment Firefox gets launched even though IE7 is my default browser. This means that my javascript debugging isnt working although I can debug in firebug I want to do ...
|
| Using Word Interop Assembly | 24 Sep 2007 16:25 GMT | 23 |
I have created an ASP.NET project and for one of the pages I want to pop open a word template and fill in some info. In Visual Studio 2005, I added the COM reference Microsoft Office 11.0 Object library. This adds a few dll's to the \bin directory. When I run the code from
|