microsoft.public.dotnet.faqs Archive - July 2004
Post a message to this list
Messages
Page: 12
Optimising a web app (5 replies)
microsoft.public.dotnet.faqs
I have a web app using C# for coding. I need to track the "memory usage" and "performance" of the application. Are there any tools available for the same by MS? Or any third party tools? Please suggest.
5.0 (2 replies, VIP)
microsoft.public.dotnet.faqs
Does anyone have any specs on 5.0 Thank you Outgoing mail is certified Virus Free. Checked by AVG anti virus system (http://www.grisoft.com). Version: 6.0.706 / Virus Database: 462 Release Date: 6/14/2004
ASP.NET Form (6 replies)
microsoft.public.dotnet.faqs
I have an Asp.Net form with a few textbox controls on it. When I load the page, is there a way to have the cursor set into the first textbox control?
Using .NET with PVCS (2 replies, VIP)
microsoft.public.dotnet.faqs
Does anyone have document, guides, articles, etc. which describe how to configure .NET with PVCS? Thanks Tim
Week View calendar control ! (2 replies)
microsoft.public.dotnet.faqs
I want to make week view control just at month view control available in .NET..Can anybody help me how to make it..or do anybody has the source code..please tell me..I want to learn it..
What files to upload to webserver? (2 replies)
microsoft.public.dotnet.faqs
Hi there, I'm just starting to write my second ASP.NET webpage in C# and want some way of easily splitting out those files that are needed to be uploaded to the webserver i.e. i create a project on my local machine in VS.NET and it creates the "AssemblyInfo.cs" file, "Global.asax" file, "Global.asax.cs" file the .csproj file, the ..csproj.webinfo file, a default .aspx file etc and a subfolder call...
Visual Studio Reformatting my HTML! (4 replies)
microsoft.public.dotnet.faqs
When I'm in Visual Studio.NET, I'll drag controls onto a form and then switch from design mode to HTML for various reasons. I was doing this with validation controls that I had dragged onto the screen, and when I went into HTML to add some attributes, I reformatted the tags so that everything was easier to read. When I went back to design mode and fiddled around some more, I found that when I came...
Switching JITs (2 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I know that there are three JITs in CLR. But anybody of you tell me how I can choose between these JITs? Lot of Thanks in Advance. Thanks and Regards Emmanuel Mathew
Parser Errors (2 replies)
microsoft.public.dotnet.faqs
Thought I'd post this here as I've yet to find a working solution despite the frequency with which its asked. Full error displayed below. Now the situation is this.... I was trying create a server control, and failing misserably. So I tried an example located here: http://www.asp101.com/articles/misc/usercontrol/default.asp The only difference in code is that I created it in vs.net and had to chan...
Posting to ASP page from .NET windows service (2 replies, VIP)
microsoft.public.dotnet.faqs
We have a .NET windows service that needs to POST to the typical ASP page (login page), upon successfull response this service has to POST to the next page (send data). Can anyone please post a code sample or provide me a pointer to some article or code sample. Thanks
Starting with .NET Framework (5 replies, VIP)
microsoft.public.dotnet.faqs
Hi there, I want to dive into .NET environment to develop some applications. I've downloaded .NET Framework and the SDK. Where do I start???? Gerbrand.
DotNet Install Failure Again (11 replies)
microsoft.public.dotnet.faqs
Hi All! I have been trying to install dotnet framework 1.1 for some time without success. The error I get is: Error 1304 Error writing to file C:\WINDOWS\Microsoft.Net\Framework\v1.1.4322\System.Drawing.dll. Verify that you have access to that directory. Now this directory (V1.14322) I presume, is created by the installer so I cannot change it's security level, all other folders I have made availa...
Any know where can i find (5 replies)
microsoft.public.dotnet.faqs
How many companies use dot net and the reasons to use dot net. Basically i am tyring to find out usage stats on dot net. I need to convience my friends to use dot net for a big project. thanks rj
where is my 'CrystalReport' ? (2 replies)
microsoft.public.dotnet.faqs
Dear all, We previously have vb.net projects created with pro version , the projects itself using serveral Crystal Report as of most report modules. I just noticed when I move thoese projects down to the other machine with std version . We can't find .. Imports CrystalDecisions.CrystalReports.Engine or any of CrystalDecisions.else .. Even 'Add New Item' templates we can't find 'Crystal Report' obj...
Country combo (2 replies)
microsoft.public.dotnet.faqs
Is there a free, canned country selector combo box available anywhere? Thank you,
Good .Net Books (4 replies, VIP)
microsoft.public.dotnet.faqs
Hi I'm looking for good ASP.NET and SQL books. I have: Visual Basic .Net and the .Net Platform: An Advanced Guide (Apress). A very good book to use coming from VB 6. Any suggestions? Thanks Jacques
Difference between VB.Net and Visual Studio.Net (2 replies, VIP)
microsoft.public.dotnet.faqs
If I am only using VB to program, do I lose any functionality if I only upgrade to VB.net rather than Visual Studio.net? I currently have Visual Studio.net 2002. Thanks
Informix .net provider - Sql server .net provider (4 replies)
microsoft.public.dotnet.faqs
Hello everybody We are currently writting a small app that will be delivered on an Informix DB and a Sql Server DB. We will be doing some performance check pretty soon for both databases. Is anybody using something else other than the IBM informix provider, and the regular SqlServer provider coming with the .net framework ? And if so, anybody happy with the ones they chose ? Regards
Utterly confused - web, sql tables what to use for development? (2 replies)
microsoft.public.dotnet.faqs
I've spent a whole day looking at various walkthroughs and searching for books on amazon and it seems there isn't a simple answer for what I want to do which is a very simple task entirely (at least in php and mysql it is). I've got and installed and fully configured, Visual Studio .net enterprise edition. All I want to do is re write a simple Interdev web page in whatever it is your supposed to u...
Newbie please help (2 replies)
microsoft.public.dotnet.faqs
Hi All, First, I would like to thanks you all in advance. My first question is: How can I call VB code and/or C code from C#( .cs ). My second question is: How can I load a .dll from winform application. Any help is deeply appreciated. Thanks you... Kate
Error !Object reference not set to an instance of an object. ! Help (3 replies, VIP)
microsoft.public.dotnet.faqs
I am getting this error when I am trying to create a listbox of 7 textbox values on my page..In below code ( dateone to dateseven are label controls )..I want to collect the values of these label controls when the page executes..but I am getting above error... Dim weekdayslist As ListBox weekdayslist.Items.Add("dateone") weekdayslist.Items.Add("datetwo") weekdayslist.Items.Add("datethree") weekday...
Code Generation (2 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I am currently developing a C# code generator which works as follows. 1. A form is described using an XAML like XML grammar e.g: Form Name "frmTest" Size "100,100" Location "10,20" TextBox Name "FirstName" Location "25,25"/ ......... 2. A C# application parses the above configuration file and generates C# code for the layout of the form as well as it's child controls. Almost everything works f...
Very simple question about HScrollbar (2 replies)
microsoft.public.dotnet.faqs
I am making a user control. It has a Hscrollbar, and a label. and I have a piece of code that links them together as private void hScrollBar1 Scroll(object sender, System.Windows.Forms.ScrollEventArgs e) { label1.Text hScrollBar1.Value.ToString() ; } (Also the relevant event handler) .... Sounds pretty simple huh? Except, the Maximum Value of my scrollbar is 100, but the damn thing won't scroll be...
ADO.NET DataTable or XML Documenr ? (4 replies, VIP)
microsoft.public.dotnet.faqs
I'm look for the best performance to pull data from SQL Server 2000 to populate either a DataTable or a Xml Document. Which method yields the best performance and uses less resources?
Security Exception (2 replies)
microsoft.public.dotnet.faqs
Hi, I'm trying to consume a web service and keep getting the following error: [SecurityException: Request for the permission of type System.Net.WebPermission, System, Version 1.0.5000.0, Culture neutral, PublicKeyToken b77a5c561934e089 failed.] Any idea what might be causing this and how to work around it? Any help is appreciated.
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