ASPFriends.com 'aspngvs' list Archive - October 2001
Messages
Page: 12
Build options (4 replies)
ASPFriends.com 'aspngvs' list
Is there a way I can configure my web application in VS.NET to compile codebehind's into separate DLLs? Example: In my project I have two generic .vb files that defines a couple classes used by the whole system. I also have three user controls that all use codebehinds. Right now, it compiles all the .vb files into a main DLL. I would like to be able to edit and re compile the codebehind files with...
MCSD Exams for Net - When will it be available? (3 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngcommunity] to [aspngvs] by darthcarroll@asplists.com Hello, Does someone know when the MCSD exams for Studio.Net will be released and available to the public? Any informations about the exams track for NET to become MCSD would be appreciated (dates, exams needed, technonlogies in them). Thanks in advance Daniel Watts Analyste programmeur, d E9veloppement Qu E9bec Versalys, une fil...
Copying Project From Machine To Machine (3 replies, VIP)
ASPFriends.com 'aspngvs' list
Is there a easy or correct way to copy a .net project from one machine to another? Please let me know
Start Page (3 replies)
ASPFriends.com 'aspngvs' list
Is there a way to increase the number of projects listed on the start page?
Intellisense Supported in VS Beta2? (7 replies, VIP)
ASPFriends.com 'aspngvs' list
I can't for the life of me get intellisense to work. Is it even available? Thanks. Jon The information contained in this communication is intended only for the use of the recipient named above, and may be legally privileged, confidential and exempt from disclosure under applicable law. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination...
Question on VS.NET (4 replies)
ASPFriends.com 'aspngvs' list
I have two simply question on VS.NET 1. How to create dropdownlist using VS.NET 2. How to config the Crystal report View on the web form For Question one, I just simply drag and down a dropdownlist form tools bar from a blank new web form. Then, I'm trying to drag the database connection into the webform1.aspx and click the "play" button. The webform jump up with a no data dropdownlist. I try it a...
anybody tried to use VS.NET with Perforce? (4 replies)
ASPFriends.com 'aspngvs' list
VSS just totally blows... and we need to move to a more reliable source control system. i'm trying out Perforce since that's what my Microsoft buddies say is most reliable. i have the Perforce client/server installed, and VS.NET seems to recognize that it's installed, but it's failing when i try and add a solution to source control. some weird error about the .sln file not being able to be written...
Source Control? (3 replies)
ASPFriends.com 'aspngvs' list
Hi All, Have you ever used Source Control to keep different versions of a single solution?. Does anyone tell me how to use Source Control. I insalled VS.NET in Win 2000 professional M/C. I tried with choosing solution and from File menu, pointed to Source Control, I am finding Change Source Control is disabled. Thanks In advance. Venkat
Enterprise Architect? (3 replies)
ASPFriends.com 'aspngvs' list
I was recently having a conversation on aspngArchitecture, and found out that there would be a uml modeler in vs.net. From hunting around the /vstudio/nextgen/ site a bit, it looks like this tool will only be available in the Enterprise Architect edition. 20 First, is that true? Secondly, I couldn't find any pricing on the site. Is there anybody that could tell me the step up from Professional to ...
ASP.NET DATABASE WIZARD (3 replies, VIP)
ASPFriends.com 'aspngvs' list
anybody tried to use VS.NET with Perforce?Respected Sir I want to know the database wizard in ASP.NET ,by this wizard i can connect my ASP Pages with my database. all data will be shown on pages . how can i do this using VS.NET Beta 1 junaidmajeed
Change C# code templates? (7 replies)
ASPFriends.com 'aspngvs' list
When I go to "Add Item..." and choose a C# Class file, I get a nice new class template. however it puts the braces in the class foo { } format, when I want it to be in the class foo { } format. Is there a text file or an option somewhere that lets me change that? Andy Smith Staff Programmer Harding ESE
INFO regarding CrstalReport.NET (5 replies, VIP)
ASPFriends.com 'aspngvs' list
Moved from [aspngcommunity] to [aspngvs] by darthcarroll@asplists.com Hi Could anybody tell me the basic of Crystal Reportl.NET Does the reports generated from VS.NET can be deployed anywhere or .NET is must for that is there some resource haveing info reagrding this Thanks Shivani~~~
Problems with VS Script Block Color Coding (2 replies)
ASPFriends.com 'aspngvs' list
I have run into a number of situations where I add VB code to a VB runat server script block and the ending script block turns black as if it is not recognized as the ending script block. The begining script tag then becomes underlined with a wavy red line. When I put the mouse point over the begining script tag, a tooltip pops up that says "within a server element, the element 'script' is missing...
GDI + newsgroups ? (2 replies, VIP)
ASPFriends.com 'aspngvs' list
Is there any news group for .NET GDI deevlopment ? I have been trying out some charting samples but the out put quality is rather bad .... Are there any know issues to this ? I have set the render quality to maximum etc... TIA Plash
Odd error (10 replies)
ASPFriends.com 'aspngvs' list
I'm getting this error even though I've search all over and the duplicate doesn't exists. My project compiles and works fine, but the blue squiglies are annoying. Any suggestions? d:\projects\ionNET\WebSite\Global.asax.cs(31,33): warning CS1595: 'IONnet.Common.Language' is defined in multiple places; using definition from 'd:\projects\ionNET\WebSite\Common\Enumerations.cs' Paul
VS.NET Interop Problems (2 replies)
ASPFriends.com 'aspngvs' list
Has anyone wrapped a COM object that internally used ASP calls like Response.Write? My COM works fine with old ASP, but when I wrap it and try to use in in ASP.NET I get a System.Runtime.InteropServices.COMException: Object variable or With block variable not set. I have referenced the COM which when VS.Net creates the wrapper it also pulls in the ASPTypeLibrary as well. Is there something special...
XML Comments and Web References (8 replies)
ASPFriends.com 'aspngvs' list
I'm using an XML comment file and I have a reference to a web service in my C# class project. Whenever I compile, I get warnings for any public properties or methods that do not have XML comments. Since I added a web reference, I get 20 warnings on every compile because of the proxy class that was created. For V1, can we please have either: 1) Proxy classes have default XML comments in them or 2) ...
Using components from another application (10 replies)
ASPFriends.com 'aspngvs' list
I have a problem I just can't seem to get around and it's driving me bonkers! I have a root web site (C# VS.net project) with a User Control for a navigation bar. I have a sub web (VB.net VS.net project) with an ASPX page that needs to include the User Control. I have a reference to the parent site's project setup in the sub web's project and both projects are in the same solution. When I open the...
DataGrid and DropDownList in EditItemTemplate (3 replies)
ASPFriends.com 'aspngvs' list
Hi, I have DataGrid with Label in TemplateColumn ItemTemplate and DropDownList in TemplateColumn EditItemTemplate. How I can set SelectedIndex for this DropDownList? Can anybody help me? pp
Accessing Attributes in User Control from Code Behind... (4 replies)
ASPFriends.com 'aspngvs' list
Moved from [aspngarchitecture] to [aspngvs] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 007F 01C131B6.58FC8E80 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable I'm having a problem accessing the fields of a User Control from an aspx's Code Behind Page. VS puts the proper directives into the aspx page when I drag i...
Page_Load no longer firing - IE6 final (18 replies)
ASPFriends.com 'aspngvs' list
I was in the middle of developing an ASP.NET app, and installed IE6 final version this morning. Now, the Page Load event in my C# code behind pages is no longer firing for any page that has been recompiled since the install. Any non recompiled pages work fine. Make a change, recompile, no more page load() calls! Pages were all working just fine prior to this( yesterday afternoon). Not 100% sure it...
Wizards/Code Generation (2 replies)
ASPFriends.com 'aspngvs' list
Hi Something that's a little frustrating in the current vs.net is not having the ability to share oleDbDataAdapters (ODA) and DataSets (DS) among different pages in the same solution. The wizards create lots of stuff to set up the an ODA as long as you can drag it to a .aspx page (which means there is an associated .cs class derived from Page). However, if I create a second page that needs the ada...
Button Column in a Datagrid (5 replies)
ASPFriends.com 'aspngvs' list
Hello, I have a DataGrid and it has a ButtonColumn on it. It sets the dataTextFileld property to a property of my object. When the form posts I would like to get the value of the text but everytime I try to do that it returns ""(empty string). In the debugger I was able to get the value by finding out the type of the contained control. Again in the debugger I was able to cast to the containg contr...
VS changing my datagrid format (4 replies)
ASPFriends.com 'aspngvs' list
Anyone experiencing Visual Studio changing the formatting of datagrids. When I edit my datagrid's properties in design mode and save. Visual Studio is removing my Columns asp:TemplateColumn itemtemplate itemplate, /asp:TemplateColumn /Columns tags. Is there something wrong with these tags? How can i prevent VS from doing this? Thanks in advance, Hammer Get your FREE download of MSN Explorer at htt...
Configure Data Adapter and I get Unspecified Error? (3 replies)
ASPFriends.com 'aspngvs' list
Hmmm.... When I click Generate Dataset.... in the properties dialog I get an error message Property Grid Unspecified error. Got to love this error message ... its unspecified but it's an error. anyway... anyone one know what this might be? (besides unspecified) ; o Thanks paul
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification