all groups > dotnet faqs > march 2006
can any one tell me the difference????
Posted by Brahmam at 3/28/2006 8:04:31 PM
Hi all,
Can anyone tell me the difference between active directory and application
directory ?
Thanks in Advance
Brahmi
... more >>
uploading a text file to a specific url
Posted by Brahmam at 3/28/2006 7:27:54 PM
Hi all,
Can any one help me how to upload a text file to specific url using c# not
with asp.net
I tried with webclient but its not working fine and i worked with
httpwebrequest class also but no use
can any one share ur ideaz with me as it is very urgent
The exact requirement is i wan... more >>
what to dofo rexsiting web site ?? i have web in frontpage and now swith on to the dotnet
Posted by mit at 3/28/2006 12:00:00 AM
Can any body say me what to do to make my existing site which is in
frontpage andnow i want to addsome module of asp.net .Plesae say me whati
have to do to upgrade my web ??? what about existing pages and data ??It has
many images ,pdf s and many otherdocuments so hsat i have to do ??
... more >>
Urgent !!!!! How to Upload a file in C# with HTTPS Protocal
Posted by Brahmam at 3/23/2006 9:11:30 PM
I want to upload a file to ebay site using pure C#
I am having a text file named eBayData.txt i want to upalod this to ebay
site at
URL :
https://bulksell.ebay.de/ws/eBayISAPI.dll?FileExchangeUpload/EBayData.txt
I tried with webclient class but it was not working fine , one more thing i... more >>
Newbie: Application development and .Net
Posted by General Fear at 3/23/2006 3:09:39 AM
I am new to the .Net. I wanted to ask here first before I did my own
research.
My company wanted to move from Access Databases to SQL Server. However,
the company does not want to create a web page.
Can you use the .Net framework as a front end to SQL Server without
creating a web page?... more >>
C# code needed to open the windows "Open with" dialog
Posted by Shilpa at 3/22/2006 1:01:55 AM
Hi All,
I need C# code needed to open the windows "Open with" dialog
Regards,
Shilpa
... more >>
C# code to open a windows directory
Posted by Shilpa at 3/21/2006 9:44:57 PM
Hi All,
I need the C# code to open a windows directory.
Regards,
Shilpa
... more >>
Identify a file type and open the file
Posted by Shilpa at 3/21/2006 9:22:31 PM
Hi All,
I want to write C# code to identify a file type and open the file in
the associated editor.
For example, text files should be identified and opened in notepad,
html should be opened in internet explorer/netscape/mozilla.
At design time, I do not know if internet explorer/netscape is
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Install ?????
Posted by dubya at 3/20/2006 10:40:48 PM
How do you install net framework 1.1 to computers not connected to the
internet?
TIA
M
... more >>
Javascript string to codebehind
Posted by Michael Bohman at 3/19/2006 12:00:00 AM
Hi
I have a problem, on my page (*.aspx) i have a string written on klients
computer in javascript. How can i pass this string to the codebehind
*.cs file? From there i want to store it to a database...
//Micke... more >>
Did I buy obsolete book?
Posted by SB at 3/19/2006 12:00:00 AM
Help, I just bought "Applied Microsoft .NET Framework Programming"
(0735614229) only a month ago, and found out that the second edition of
this book, titled "CLR via C#" is now available.
I don't think Amazon will take the book back, so is my brand new, but old
2002 edition worth taking ... more >>
Extracting files from an EXE
Posted by Zagor at 3/17/2006 8:14:26 PM
Hi All,
I have a small exe app ( basic a dialog box) that when lauched needs to
"copy" some files in a directory chosen by the user (within the dialog). I
cannot use an installation package because there are some particular tasks
to be done from the exe.
Anyhow I was wondering if it possibil... more >>
Looking for Desing-To-Code recommendations...
Posted by kahtava NO[at]SPAM gmail.com at 3/16/2006 9:41:42 PM
I would like software recommendations for converting UML to code in
..NET 2.0.
I'm aware of IBM's Rational Rose XDE and Microsoft Visio for Visual
Studio Enterprise Edition.
>From your experience, what are the pros and cons between these
products?
Can anyone recommend an alternative prod... more >>
Looking for .NET unit-testing recommendations...
Posted by kahtava NO[at]SPAM gmail.com at 3/16/2006 9:23:34 PM
I'm looking for .NET unit-testing recommendations from experienced
gurus.
What unit-testing frameworks for .NET are being used in the industry?
What .NET unit-testing frameworks are recommended?
Any additional resources on unit-testing in .NET would be greatly
appreciated.
... more >>
How to generate the .Net project file ".*proj" dynamically in .Net 2.0 ???
Posted by Anubhav Jain at 3/16/2006 6:06:05 PM
Hi,
I am having few .net source files(.cs or .vb) and I want to dynamically =
generate the corresponding .net project file(.csproj or .vbproj) for =
them without using visual studio.So that I could be able to generate and =
compile the project on the enviroments where Visual Studio.Net is not... more >>
where can I get the hotfix 912019
Posted by LBS at 3/15/2006 1:31:50 PM
I'm having problem with the IDE after converting form from 2K3 to 2005.
The designer view is no longer accessible.
I think the hotfix 912019 might help me...where/how can I download it
Regards
LBS
... more >>
Seeking Book Recommendations...
Posted by Deep Silent Ocean at 3/15/2006 12:27:32 PM
Hi All...
I am in process of developing enterprise level application where I would
have chance to design the framework of the application. The application
which I am developing is highly UI oriented. Can anyone recommend me
boo/material which gives me idea about framework development exampl... more >>
picturbox + drawing + save as an image
Posted by newbie at 3/14/2006 4:28:06 PM
Hi,
If I draw something in the picturebox
picturebox1.creategraphics.drawline( ....
And my drawing is finished.. who can I save it to an file ?
I can save a bitmap file ..
dim test as new bitmap
test.save ....
thank you
... more >>
Debug asp projects
Posted by Eitan at 3/13/2006 12:36:04 PM
Hello,
I have old asp code.
Also :
Microsoft Visual Studio .NET 2003.
I want to debug old asp (asp, not aspx).
The asp has no sln,
because it before dotnet -
can I attach the asp to a *.sln ?
Should I have to create an sln in order to debug my code ?
However :
How can I debug my code... more >>
problem with picturebox
Posted by ma at 3/12/2006 6:04:53 PM
Hello,
I am new in .NET and I am writing my first program in c++/CLI on MSVC
2005.
I add a PictureBox to my form and then using its properties I change its
image property to one image from my hard disk. it generate the following
code for me:
this->image1->Image = (cli::safe_cas... more >>
Single source code to compile over .NET 1.0, 1.1, 2.0 and CF
Posted by Vipul Pathak at 3/10/2006 7:40:09 PM
Hi everyone,
I have a .NET 1.1 application ready to be ported on .NET 2.0.
With some of the features made obsolete in 2.0 and the new recomended
methods are not available in .NET 1.1, It leaved me with a question in mind:
How come I conditionally compile my application with .NET 1.1 and 2.... more >>
Get minimum and maximum dates
Posted by itsolutionsfree NO[at]SPAM gmail.com at 3/10/2006 2:51:49 AM
Hi All,
i am deep trouble.so,please help me how to get minimum and maximum
dates for particular Month and Year.Any kind of help will help.
for ex: im passing : March 2006
Minimum Date - 01/March/2006
Maximum Date - 31/March/2006
my code:
public sub MinMaxdate(ByVal MonInt as integer... more >>
Visual Studio.Net 2003-installation error
Posted by will_b at 3/7/2006 1:09:27 PM
I am trying to install Visual Studio.Net 2003 on an Hp latptop with Windows
XP SP2 already installed. I am getting the following error once i start the
Setup "Error reading setup initialization file" with a button that doesn't
have a caption on the error message dialog box. I tried checking th... more >>
MS Access Query - use like stored procedure?
Posted by Brenda Pasquarello at 3/7/2006 12:51:48 PM
If connecting to MS Access DB instead of SQL, can you call a query similar
to how you would call an SQL Stored Procedure?
Examples would be great!
... more >>
VS 2005 Professional and Sql 2000
Posted by Paul at 3/4/2006 10:00:44 AM
My company recently upgraded the VS 2003 to VS 2005 Professional edition.
The VS 2005 Professional edition bundles with the Sql 2005 Developer
edition. However they decided not to upgrade the Sql 2000 Standard edition
to Sql 2005. How to deploy the Sql database to Sql 2000 if the project
(wi... more >>
Handling events without explicitly defining a handler
Posted by Jay Douglas at 3/1/2006 3:32:39 PM
Greetings,
I have a Windows form application that (naturally) instantiates all sorts of
objects. I have a base object that contains an event. Lots of other
objects inherit from this event. When the base object or any derived object
is instantiated I would like to automagically start list... more >>
DataSet and dataSet
Posted by JimO at 3/1/2006 12:00:00 AM
I'm going through a Wrox book on asp.net. I'm just curious that if VB is
not case-sensitive, why does it let you get away with this?
Dim dataSet As DataSet = LoadMyCalendarData
I would think think the compiler would flag you in one way or another
because of a reserved word.
... more >>
|