all groups > dotnet academic > july 2005
Re: Dot Net Intervieww Questions and answers
Posted by sun at 7/30/2005 4:57:51 AM
-----Original Message-----
From: Sunil DSouza [mailto:dvs@dvs.com]
Posted At: Monday, July 25, 2005 6:32 PM
Posted To: microsoft.public.dotnet.academic
Conversation: Dot Net Intervieww Questions and answers
Subject: Re: Dot Net Intervieww Questions and answers
test
-----Original Messag... more >>
Re: Beta 2 - Experience Kit
Posted by sun at 7/30/2005 4:56:52 AM
-----Original Message-----
From: Sunil DSouza [mailto:p_vandergoes@toadstool.u]
Posted At: Monday, July 25, 2005 3:12 AM
Posted To: microsoft.public.dotnet.academic
Conversation: Beta 2 - Experience Kit
Subject: Re: Beta 2 - Experience Kit
"Elvis" <amir-po@zahav.net.il> wrote in message... more >>
MS Development Environment has not been installed for the current
Posted by astrosbaseball at 7/28/2005 1:58:11 PM
I need help solving the "MS Development Environment has not been installed
for the current user" problem. I never installed Beta 1 or Beta 2. It
happened after i installed Frontpage. All of the sudden, the Studio NET
stopped working and it keeps displaying the problem every time i come on. ... more >>
Beta 2 - Experience Kit
Posted by Elvis at 7/24/2005 8:32:04 AM
Hi.
Can I create Windows Form project/sln with Beta 2 Experience Kit ??
Thanks.
... more >>
Fitch And Mather 7.0 Problem
Posted by Marco Ganio Vecchiolino at 7/22/2005 6:01:02 AM
Hi all,
I hope this is the right palce where post my problem.
I experience a problem that prevents to install FMStoks7.
Message is:
"You must install Microsoft Internet Information Services before installing
Fitch and Mather 7.0 Setup"
Naturally the problem is that I do have IIS 5.0 (w... more >>
Session handling in a ASP.NET application
Posted by Darren at 7/19/2005 5:46:08 AM
Hi,
I am a newbie to ASP.NET and i would like to find out how a ASP.NET
application handles the session information? I am also trying to locate
materials where I can read more on this topic, particularly on the different
ways in handling session information and their pros and cons.
... more >>
Help in research topic !!!
Posted by Gabriel[UWA] at 7/19/2005 5:37:07 AM
Hi, I'm currently studying computer science. One of my units require me to
present a topic on "Security. Authorization and authentication in ASP.NET,
..NET Framework and C#". I am needed to present a 30min presentation.
Essentially, I have downloaded some materials off the msdn website, but
... more >>
Dot Net Intervieww Questions and answers
Posted by amitavabardhan at 7/19/2005 3:43:02 AM
Can anybody please refer me some links/sites from where I can download Dot
Net questions and answers, FAQs and tutorials?
Urgently needed...your help is very much appreciated.
Thanks in advance... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Recovering Debug files
Posted by Roberto at 7/15/2005 6:11:11 AM
--
May someone help me there guys to recover my debug files which are missing
and I don't know how this occured. My project cannot run without those files
missing.
Your help will highly appreciated.
Bye.... more >>
repeater question
Posted by rouqiu at 7/13/2005 8:20:03 AM
Hello,
I want to set a unique id for each item in a repeater like this:
<asp:repeater id=__theTabStrip runat="server" DataSource='<%#
DataBinder.Eval(Container,"TabText") %>'>
<ItemTemplate>
<asp:Button Runat="server" id="<%# Container.DataItem %>" BackColor="<%#
SetTabBackColor(Container... more >>
Casting
Posted by Roberto at 7/13/2005 4:01:04 AM
--I am having a problem casting from 'DataRowView' to integer using a
combobox.
When I try to click on the combobox to retrieve the data from the dataset I
get message that casting from the 'DataRowView' to integer is not valid.
Another problem I am having is setting the datarow for the ... more >>
know my wan ip with c#
Posted by Soussan Mikael at 7/13/2005 12:00:00 AM
Hello evrybody,
I have to implement a simple module that can retrieve my own ip adress but
if i am behind a firewall i have to get my wan ip that's to say my external
ip adress!!!
I don't know how to do this!!!I see a little at WMI but anything.
My dns client updater can see my external i... more >>
Silly Try Catch question...
Posted by John at 7/11/2005 4:32:03 AM
Hello I know this is extremely basic, I just want to make sure I got it right.
is:
try{}
catch{}
the same as
try{}
catch(System.Exception e){}
I mean if I am not using the reference to the exception then I should simply
use
catch{} ? or is catch(System.Exception){} somehow more... more >>
How do I access the controls contained in a GroupBox in code?
Posted by AdeyS at 7/6/2005 8:01:01 AM
If I step through the controls contained in a form using...
For i = 0 to controls.count - 1
msgbox(controls(i).Name)
next i
It will display the names of the controls on the form but will not display
the controls contained within the GroupBox.
What method do I need to use to examine th... more >>
RE: How to develop an application which runs automatically
Posted by sunil at 7/6/2005 6:42:28 AM
test
-----Original Message-----
From: Dying Guru@discussions.microsoft.com
Posted At: Monday, June 27, 2005 11:46 AM
Posted To: microsoft.public.dotnet.academic
Conversation: How to develop an application which runs automatically
Subject: RE: How to develop an application which runs automat... more >>
ThreadAbortException - Why is it rethrown?
Posted by Vivek at 7/6/2005 12:13:02 AM
Hi,
I have a question regarding ThreadAbortException. Why is the thread abort
exception rethrown at the end of a catch clause?
Why is ThreadAbortException's behavior designed to be this way?
Thanks in advance
-Vivek... more >>
Activation of Visual Studio .NET 2003 Academic Edition
Posted by Jesper Lehmann Poulsen at 7/5/2005 8:25:03 AM
Hi,
I've just bought and installed the academic edition of Visual Studio .NET
2003. When I open it I'm asked to activate it. My question is: If I activate
it on my current computer will I be able to activate it on another computer
later on?
The reason why I'm asking is that I will soon get a... more >>
How to create modules
Posted by Eric Ericsson at 7/4/2005 10:52:48 AM
I am using Vs.Studio 2003 academic.
My text book has a chapter ostensibly teaching one how to create a code
module and write procedures especially sub main. but apparently something
has changed because module is no longer one of the choices for adding a new
items to a project. So what has chan... more >>
|