| Thread | Last Post | Replies |
|
| newbie: installing visual web developer express 2005 | 27 Jun 2006 01:45 GMT | 3 |
When installing visual web developer 2005, the installation suggest installing on C: But I want to install it on D:, because I only got 1.6 GB available on C: and D has 30 GB available... So I change installation location from C:\Program Files\Microsoft Visual
|
| App / DAL Design | 27 Jun 2006 01:18 GMT | 1 |
Suppose I'm retreiving all the orders for a customer from the order DAC. There are several pieces of identifying information I could use do this. They usually are 1) Primary key, it's usually available. (e.g. Stored in session on
|
| FIPS validated cryptographic algorithms. | 27 Jun 2006 00:52 GMT | 1 |
I am trying to create my first ASP.NET 2.0 application but keep getting this error, no matter if there is nothing in the code other than that created in the original files. "This implementation is not part of the Windows Platform FIPS validated
|
| ASP 2.0 Menu Control and javascript error when placed on a master | 27 Jun 2006 00:16 GMT | 2 |
I have placed a <asp:menu> control inside a master page and used a style sheet to change the appearance of the menu items when the user hovers over them. My problem is the submenus aren't poping out and the page displays a javascript error saying "Object Expected".
|
| Read Client Side Text File in ASP.Net? | 26 Jun 2006 23:32 GMT | 6 |
I would appreciate if some one could help me out. I have to read a client side ini file in Aspx page and use that data in server side processing. Can any one help me out here? Please refer to a link if possible.
|
| Clientside debugging | 26 Jun 2006 23:27 GMT | 13 |
Sometimes I get an exception in the browser and I get prompted to start Visual Studio 2005 for debugging. Sometimes I would like to start client side debugging on demand. How can I do that?
|
| URL redirect not working - question | 26 Jun 2006 21:54 GMT | 8 |
I have a hyperlink control redirecting to another page within my site. The URL is passed with the correct parameters, however the page won't load. I'm fairly new to this so I copied an existing web page that was
|
| Custom Extension | 26 Jun 2006 21:53 GMT | 1 |
I have a small web application that will create a an M3U playlist. I have done all the work and can generate the required format and have set the proper MIME type. However I have run into a small problem with WMP. If I load the file (M3U.aspx?custom=blahblah) the player will ...
|
| File Upload and doPostBack | 26 Jun 2006 21:49 GMT | 4 |
I am trying to cause the uplaod button, id="Upload",when clicked, to exectue the onClick event for Button1, id="Button1". <asp:FileUpload id="FileUpload" runat="server"> </asp:FileUpload> <asp:Button id="Upload" Text="Upload file" runat="server"> </asp:Button> ...
|
| test in code that another web server is operational | 26 Jun 2006 21:46 GMT | 1 |
How to write code to test that a web server is currently serving pages ? For example, in a config file I have : <DocumentServer>http://docserver.domain.net/docs/en-us/doc</DocumentServer> In code , I'd like to test that docserver.domain.net is currently serving
|
| working with date types in a gridview | 26 Jun 2006 20:48 GMT | 2 |
In VWD 2005 here. Working with a gridview that has the edit button enabled. One of the columns in the grid is of date type in the database. When then user edits the date, clicks the update button, and the gridview is databound again, "12:00:00 AM" appears next to the
|
| Menu causes Panel to move/resize | 26 Jun 2006 20:17 GMT | 2 |
I have 2 controls that seem to conflict with each other. On my Master page I have a Menu control and on my Content page Panel control. The formatting is great, all fine and dandy, until I hover over one of the Static menu items and the menu displays. It moves the entire panel ...
|
| Graphic aspect of a text | 26 Jun 2006 19:54 GMT | 1 |
Coulf you tell me how to change the graphic aspect of a text in ASP.NET? Thanks,
|
| Pocket PC Passing credentials to webservice? | 26 Jun 2006 19:25 GMT | 2 |
Win Forms app is able to connect to my webservice passing credentials as follows- myService.Credentials=System.Net.CredentialsCache.DefaultCredentials; Compact Framework does not have a CredentialsCache class. Is there an
|
| File Upload Progress Indicator ? | 26 Jun 2006 19:19 GMT | 6 |
I am trying to implement a file upload progress indicator (doesn't have to be a progress bar) using atlas... I do realize that the indicator cannot be implemented using Update panel control, but is it possible to implement it using some other control, for example a floating ...
|