| Thread | Last Post | Replies |
|
| Hot to create file with VB.NET ? ? ? | 26 Feb 2006 05:27 GMT | 1 |
Hello . . . I need some help . . . I already know to programming in VB6 and i starting the VB.NET I want to create a file that will contain other files.
|
| Displaying an Excel spreadsheet | 26 Feb 2006 01:48 GMT | 3 |
I am new to ASP.NET, but have been programming for about 14 years (C# about 2 years). My manager asked me to develop a web application that would allow employees to view a spreadsheet that is used to manage resources (projects, employees, hours, dates, etc). The employee ...
|
| Copy Web Site FTP Problem | 26 Feb 2006 01:13 GMT | 3 |
Sigh. Every other ftp client I've used lets me enter the path to the site, the user id and password, and connects.. but not the one in VS2005. Why does MS have to do everything differently? Here's the problem: when I try to connect (through Copy Web Site) via FTP, I get the error ...
|
| Datagrid won't post variables if hidden | 26 Feb 2006 01:11 GMT | 4 |
For some reason, why does ASP.net only see variables that are 'DISPLAYED' inside a datagrid? Even if the Field is Databound, I cannot post the variable or use it in an updatecommand... it has to be visible??
|
| Script Explorer/Running Document not available in VS 2005 | 26 Feb 2006 01:10 GMT | 3 |
Is there a list of settings that must be configured correctly in order to use the Script Explorer in VS 2005? I'm trying to debug some javascript on one of my pages after upgrading from VS.NET 2003 to VS 2005. There is no menu item for Script Explorer under Debug->Windows on my ...
|
| How tro use FindControl (C# or VB) | 25 Feb 2006 23:19 GMT | 1 |
I have an item in the aspx part of my page: <a id="PreviousPageNav" runat="server" > <asp:Image runat=server ID="PreviousImage" ImageUrl="~/Images/Nav/previous.gif" />
|
| DAL - Accessing Output Parameters | 25 Feb 2006 22:03 GMT | 1 |
Using an example in the Jan 2006 release of the Enterprise Library, I came up with the code shown below to create a DAL method for returning several columns of a single row. I place the output parameter values in a comma-separated string, and then split
|
| Can I use ASP.NET Web Admin tool as a part of my site? | 25 Feb 2006 20:52 GMT | 1 |
I need to have a designated admin user add, approve and remove users from the site. They won't have VS 2005 instaleld on their machine. I want to have teh Web Admin tool as part of my site but I want to avoid having to rewrite all the code to manage my users and roles. Is ...
|
| Beginner ASP.NET help | 25 Feb 2006 20:07 GMT | 4 |
I've built a site using ASP.NET (my first) and currently it has no content. The layout and design is done (only 4kb of images used). Testing it out on my webserver I notice a large load time for each page. On investigating, each page seems to download 2 "WebResource.axd" files, ...
|
| Dynamic loading of Web User Controls into a Content/ContentPlaceHo | 25 Feb 2006 19:37 GMT | 1 |
I hope somebody can give me a pointer to solve the following problem. I want to dynamically load a web usercontrol (ascx) into a content control of a content page which references a master page. I have tried to place a PlaceHolder control first in the content section and
|
| Animated buttons control? | 25 Feb 2006 19:28 GMT | 2 |
Can anyone recommend any good controls to implement animated buttons. I want something that can perform the following: - Must initially display a static image - When clicked the button must seamlessly display an animated GIF while
|
| PostBackUrl and Retrieving Values from User Controls | 25 Feb 2006 18:58 GMT | 1 |
All, I am having trouble using the PostBackUrl feature in .NET 2.0. I have several User Controls that are on a MasterPage. The User Controls contain the form fields for a basic search on available homes and
|
| Virtual Directory; ASP.NET 2.0; Development Server | 25 Feb 2006 18:14 GMT | 2 |
Hey all, Is there anyway to create a virtual directory in the new Development Server? I have a image folder with about 2 gigs of images. I would like to store this elsewhere on my filesystem, rather then under the application because it cause problems. 1) VSS wants to put them ...
|
| The type initializer for 'MyClass' threw an exception. | 25 Feb 2006 16:37 GMT | 1 |
I have this class: Public Class KanaConverter Private Shared kana As ArrayList Private Shared romanji As ArrayList
|
| BUG: ASP.NET 2.0 FileNotFoundException | 25 Feb 2006 16:18 GMT | 2 |
I've just started getting random exceptions of type FileNotFoundException on a framework I've ported to ASP.NET 2.0. The exact message of the Exception is as follows: Could not load file or assembly 'App_Web_tim3bwzz, Version=0.0.0.0,
|