| Font is different when viewing in VS.NET design mode and IE browser when using stylesheet (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Alex Lowe webmaster@asp grandrapids.net Hi, Designing a nice layout is not my strongest side, but I have no one else to do it, so... I have a page which requires user input. I want the input textboxes to appear on the same x line. So I right align the labels "Name:" and "Password". Looks fine Name: vvvv Password: xxxx I view in the browser. It looks fin... |
|
| Problem With Visio (2 replies) |
| ASPFriends.com 'aspngvs' list |
| I have encountered what I think might be a problem with Visio. I am using Visio for Enterprise Architects (10.0.525), which shipped with VS.NET Enterprise. I recently got a new computer at work, and today while using Visio, I tried to print a document by going to File Print. When I choose that option, the UI disappears, the process is still running, but I cannot get to the UI at all (its like the ... |
|
| Referencing Class Libraries in the same solution (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Can anyone tell me how I reference a class library project from a Web Application that are both in the same solution in VS.NET. Do I have add the class library as a reference to the Web Application. I didn't think I needed to do that. I added the class library project to the solution after the Web Application and can't get the web app to recognize the "using MyNamespace;" code. Thanks! Devin |
|
| fonts (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Does anyone have knowledge of or pointers to font handling within the VS text editor ?? I have an Enterprise Architect v. installed on two machines and one of the installs is missing a bunch of fonts (menu tools options Environment Fonts and Colors). There is no Automatic selection available either. Where does VS store its fonts ?? How do I add fonts ?? |
|
| Frontpage like highlighting mis-spelled words (4 replies) |
| ASPFriends.com 'aspngvs' list |
| I've just started to work in VS.NET wysiwug and doesn't appear to offer instant special checker squiggle lines. Is this a setting somewhere? I'm really a spelling genius and this is helpful inside frontpage. steve. * * * Steve Schofield * steve@aspfree.com * * Webmaster * http://www.aspfree.com * * |
|
| How to deploy a web application? (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| How can I upload a web application made in VS.NET to my provider (Brinkster)? I read through the Walkthrough "Deploying a Web Solution Guides you through deploying a Web application to a Web server" but it was very complicated and seems to be the part that my provider would have to take care of. I would think it would be as easy as: 1. enter ip address, login, password, sql server ip, login, passw... |
|
| How come my code become mass (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngvb] to [aspngvs] by jeffwids jeffwids@aspalliance.com I write a code in viusal studio .net beta2. after I click save, the code become mass like following. %@ Page Language "VB" % %@ Import Namespace "System.Data" % %@ Import Namespace "System.Data.OleDb" % script runat "server" sub Page Load(obj as Object, e as EventArgs) 'set up connection dim myConnection as new OleDbConnection ... |
|
| Read-Only DataAccess Error Using VS.NET (2 replies) |
| ASPFriends.com 'aspngvs' list |
| The project I've created is from the "Creating Read Only Data Access in a Web Forms Page" Walkthrough in the VS.NET helpfiles. Essentially, I've created a connection to a SQL DB using OleDbConnection. I've added an OleDbCommand object. I've added a DataGrid and bound it with VB code below: Private Sub Page Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put us... |
|
| SOLUTION: Custom Controls & Intellisense (6 replies) |
| ASPFriends.com 'aspngvs' list |
| The total solution is not brief for HTML source view IntelliSense. However, there is a short answer. First off, there is no automated process to make this work. I was in error when I state in an earlier post that TagPrefixAttribute played any role. So, here's the short answer: The hardest part is you'll need to create an .xsd for your user control. Now, you can use the asp.xsd schema as a guide, b... |
|
| VS wont compile but the good is good ? (9 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngstart] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi All, Windows 2000 Server .NET Framework v1 installed SDK installed (today) VS.NET Beta reinstalled today with the same problem I have a "hello world" cs file that commpiles fine in the "SharpDevelop" editor but in Visual Studio.NET I just keep getting the same error no matter what I try: ********************... |
|
| Vs.NET Burning on CD ? (4 replies) |
| ASPFriends.com 'aspngvs' list |
| I have Downloaded VisualStudio.NET RTM Release (Version 1) when i explore that zip file(en vs.net ent arch full.exe) it come to around 2.40GB , i am running outof disk space and i want to copy it on CD, but how do i divide folders Any HELP? Awaiting a Quick Reply, Regards Michael Brinkley mbrink1111@yahoo.com wrote: Hi Rob, The file is straight from the souce code for "C# and the .NET Framework". ... |
|
| Custom Icon for custom server control? (7 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| In a PDC presentation that Susan and Nikhil gave on custom server controls, they showed how to create a custom icon for a server control using a 16x16 bitmap. Their presentation specified using Visual Studio .NET to build the bitmap into the control by setting the file's Build Action to "Embedded Resource". I've been working on a control that I'm compiling using the CSC command line compiler, and ... |
|
| Modify default .aspx template (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Is it possible to change the defualt page the shows up when you create a new .aspx file? |
|
| Try-Catch-Finally block and Exception (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Hi all, My understanding of the finally block in a try catch is that the code in there will be executed no matter if an exception occur. My question is if I throw my exception, does the code in the finally block still gets executed? For example, I have the following code: Try some code Catch Throw New MyException Finally clean up codes End try Jasmine Chan |
|
| Inheriting from a class other than Page or UserControl (5 replies) |
| ASPFriends.com 'aspngvs' list |
| Hello All, I have a template class (common functionality) for my Pages and Usercontrols. So in all of my usercontrols I have: public abstract class NavBar : TripleASP.Templates.ControlTemplate instead of the default: public abstract class NavBar : System.Web.UI.UserControl My application compiles and works perfectly, however everytime I open my controls or pages in VS.Net I get an error message: "... |
|
| Build-ReBuild (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngcs] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com Is there any difference between Build Project and Rebuild Project? TIA Paritosh |
|
| Updated Intellisense for VS.NET (4 replies) |
| ASPFriends.com 'aspngvs' list |
| Stemming from my own annoyances, I've updated Microsoft's ASP.xsd file to fix some things they left out (thanks to Rob Caron for the know how): 1. Added asp:tableheadercell support under asp:tablerow this is a completely viable control that outputs a th /th tag but was (I think) overlooked when they were writing the schema. 2. Added onblur and onfocus events to asp:textbox (just in case you want t... |
|
| Parser Error (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello, I keep getting this error when I moved my application from my local machine to Dev server. The page shows up perfectly on my local machine. What exactly is this error and what are the ways to correct it? I have seen this error in the past and I think I resolved it by deleting the page and adding it ... |
|
| Problem Adding Existing Project to Solution (2 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| Hello... I'm trying to add projects that I've created into a new solution. However, when I try to add the project file by navigating folders, it notifies me that it's a web project and I need to add it with the URL. Fine, no problem. Well, ok...a little problem. When I click add project from web, and enter the http://localhost/webfolder URL...the navigation box pops up and it's empty. No folders, ... |
|
| Has anyone used VS.Net in a team environment? (3 replies) |
| ASPFriends.com 'aspngvs' list |
| Moved from [aspngfreeforall] to [aspngvs] by Alex Lowe webmaster@asp grandrapids.net VS.Net is supposed to be much more geared to team development and eaiser to set up(especially for ASP.NET development) than InterDev was. Not a tall order at all. Has anyone been developing using VS.Net to itegrate a team? |
|
| HTML Auto Formatting? (4 replies) |
| ASPFriends.com 'aspngvs' list |
| I cannot get my html to autoformat. The feature that was sometimes my nemesis in b2 I cannot get to work in v1. I have all the auto format features running but cannot seem to get it to adjust my html formatting on controls or aspx files. Any thoughts? 20 |
|
| Error creating new projects under a virtual directory in V1 (6 replies) |
| ASPFriends.com 'aspngvs' list |
| Since installing the new V1 release, VS.NET seems to no longer be able to allow the creation of a new web application under a virtual directory. As an example, lets say we set up a virtual directory called myApps on the IIS localhost in the web root. This virtual directory points to a Temp directory on the local C: drive. When we attempt to create a new C# ASP web application called WebApplication... |
|
| Code Behind Options (2 replies) |
| ASPFriends.com 'aspngvs' list |
| Copied from [aspngfreeforall] to [aspngvs] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi Everyone Question about event handlers in code behind pages If I add a button to a page, double click it to create an Click event, VS.NET adds the code to the code behind file, makes it scope Private, and adds a "Handles" clause at the end. My question is, what is the difference between this and placin... |
|
| Build-ReBuild, Debugging (5 replies) |
| ASPFriends.com 'aspngvs' list |
| Speaking of having to prebuild in VS.NET, I'm having (still) some really annoying issues. It seems that whether I press F5 to debug, or simply rebuild and load from a browser window, VS.NET or the Framework is locking the project DLL, so that I have to manually release the lock in order to rebuild or run it again. This if VERY, VERY, VERY annoying when debugging, as I often rebuild while debugging... |
|
| Start Page Gone? (8 replies, VIP) |
| ASPFriends.com 'aspngvs' list |
| I don't know what I did, but my v1.0 VS.NET no longer starts up with the standard start page. It comes up with a Start Page tab, but all that is listed is the title, Start, and the blue menubar on the left, which has one item: My Profile. It no longer lists my recent projects or anything else for that matter. Any ideas on how to get the old Start Page back? Thanks, Steve |
|