all groups > dotnet faqs > october 2005
How to select an image for display in aspx
Posted by Peter Wallington at 10/31/2005 12:00:00 AM
Hi All,
Can anyone help me out with this one. I have a basic aspx page with an =
image placeholder on it. I want to be able to click a button on the page =
and have a dialog window appear where I can navigate the Client's PC =
and select a file (a JPG of GIF). I then want to change the image ... more >>
problems with strong named assemblies
Posted by Dmitry Bond. at 10/31/2005 12:00:00 AM
Hi All.
I need help.
Our product (ASP.NET web site) use 3rd vendor's .NET library that generates
reports.
Recently the new version of that .NET library was released.
The problems is - 3rd vendor provide set of strong named assemblies, and (of
course) new release has different version number.... more >>
Delphi and Dotnet
Posted by F. S at 10/27/2005 2:00:14 PM
Would somebody please compare Delphi with Delphi.net and C#? Also the
different between C# development tools, such as MS Visual Studio and Delphi
2005.
... more >>
Combo Box Locked Property
Posted by Ejs at 10/26/2005 2:40:41 PM
In old Vb6 there was the ComboBox.locked property which let me to show
information but inhibit the user to modify them. Consider an application
with different security level in this case different account may edit/change
values or not. My idea is
For each ctrl as controls in Form.controls
... more >>
.dll and forms
Posted by Jaime Lucci at 10/26/2005 9:22:26 AM
Hi, how've you been?
I'm trying to do a .dll that would be able to manage forms from an
independient project. The dll has a method that receive a parameter which is
the form I want to manage. The problem is that I have to pass the instancied
form as parameter instead of its name. When I have t... more >>
VS6 existing projects and .NET together
Posted by MBB at 10/25/2005 10:56:14 AM
hi all,
i'm not sure if this is the right place...but here goes.
i just installed .net 2003 enterprise architect on my win2k machine.
VS 6 was already installed.
i read on the MS site that these two COULD co-exist happily together.
however, i have not succeeded in loading my VS 6 workspace ... more >>
Timeout expired and General Network error
Posted by Joerg Schrocke at 10/25/2005 10:09:00 AM
Hello!
On our web application we receive following errors:
Timeout
expired. The timeout period elapsed prior to completion
of the operation or the server is not responding
and
General network error. Check your network documentation.
In this moment, the web app connected to a sql ser... more >>
drop down history
Posted by bob at 10/25/2005 12:00:00 AM
How do I stop the drop down history list appearing when typing keystrokes in
search engines such as altavista & google. The list appears whether family
filter is on or off and can be quite embarassing when the kids are
researching for homework. I know this is probably the wrong newsgroup but
d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Replacing String Using Regular Expression
Posted by lucky at 10/22/2005 12:12:44 AM
hi,
i got file which contains "----------------" in a line. the line only
contains this data as a saperation. using regular expression i want to
i detify the line contains that data and replace with spaces.
if anyone has any idea,solution or link plz do share with me.
thans in advt.
Luck... more >>
Strong Name Key (SNK) File
Posted by Tackie at 10/21/2005 4:13:34 PM
1. After I use "sn -k MyKey1.snk" the snk file is created.
2. I then goto my solution and add an existing item.
3. Select the key file I just created
4. It is added to my solution
5. when I click it to edit the assembly data the file opens as a garbage
text file within .Net
I'm I missing so... more >>
Multiple instances of web application
Posted by Joerg Schrocke at 10/21/2005 12:00:00 AM
Hello!
Can run multiple instances of a web application in one IIS or could i get
some problems with them?
Many thanks!
Joerg
... more >>
Remote Installation Program
Posted by Peter Avalos at 10/20/2005 2:51:20 PM
My goal is to create a remote installation program to rollout program
installs and updates. We're a small company with about 60 workstations, so
it's not worth the investment in SMS. I have the first part working which
used the directory services namespace to enumerate the workstations in a ... more >>
VB.NET DataAdapter question
Posted by Eric A. Johnson at 10/17/2005 5:58:27 AM
I'm using ADO style. I have an Access database with four tables that I will
want to do queries on. I will want to do queries on all four tables, at
least individually, and possibly at the same time (using "INNER JOIN"). My
question: Is it better to have four individual DataAdapters, one for ... more >>
Using Winerror.h in C#
Posted by Lady_A at 10/16/2005 12:00:00 AM
Hi,
I would like to use one of the error codes defined in WinError.h.
There is no iclude anymore.
I have put in "using System.Runtime.InteropServices" and the compiler
still doesn't recognize the error code.
There must be some way, other than defining it by myself...
Anybody ?
... more >>
how to make Global objects available to a class
Posted by psawant NO[at]SPAM gmail.com at 10/15/2005 11:23:16 PM
Hi ALL!
I am feeling kinda lost here.How do i make global objects available to
a class.
e.g i want to make some objects available like the httpcontext object
available if you run a component under asp.net.
Thanks in advance
ps
... more >>
Data Repeater
Posted by VIswanathan S at 10/15/2005 12:00:00 AM
Hi All!
How to use Data Repeater in VB.NET?
Data Fields are
Employee Number
Name
Photo
Date of Joining
Salary
I want to use all the fields in Data Repeater?
TIA
Viswanathan S
... more >>
2.0 release date?
Posted by Lisa Calla at 10/14/2005 7:32:45 AM
Anyone know when 2.0 will move out of beta?
Thanks
... more >>
multiple screens during a registration process
Posted by Sam at 10/13/2005 11:50:13 AM
I have multiple screens during a registration process. I have noticed that
most BIG registration websites are not using "hidden text input objects" to
carry the information from one page to another.
what would you suggest?
1) use hidden field objects for example <input type=hidden name=myobj>
... more >>
Hexadecimal formatting with leading zeros?!
Posted by Dmitry Bond. at 10/13/2005 10:54:56 AM
Hi All.
Is it possible to convert a byte to hexadecimal string with leading zero in
C#?
Unfortunately I not found any samples how to do it in .Net. :-(
For decimal numbers I could use String.Format("{0:0#}") or ToString("#0")
but what should I use to obtain hexadecimal representation of a n... more >>
Cant unload assembly
Posted by Andy at 10/12/2005 10:49:48 AM
Hi,
i tried to load an assembly to an appdomain. The data output is
correctly but the assembly is still in use after unloading the appdomain...
What am I doing wrong?
Please help!
My current code:
-------------------------------------------------------------------------
' Assembl... more >>
Could not load type
Posted by Dheeraj Wadh at 10/12/2005 8:12:30 AM
Hi,
I'm facing very peculiar problem related to loading of a type. In my web
project I've many folders catagorized based on business logic.
The problem is Framework loads the assembly and loads the type for some
namespaces but fails to load for some. I'm not sure what going on. I looked
into... more >>
Deployment Setup Project?
Posted by Charles A. Lackman at 10/11/2005 11:49:26 PM
Hello,
I am making as setup/deployment project in Visual Studio.NET and would like
to know how to change the top Picture and the Icon from the default one of a
computer to something I create. Is there a way to add a pic to the msi
setup project?
Thanks,
Chuck
... more >>
VS2003: Error Adding Existing Item - <FileURL> does not refer to p
Posted by SimonDev at 10/10/2005 4:27:01 PM
I've recently installed Visual Studio 2003 on my local machine. Although it
seems to be working fine in most respects I find I cannot add existing items
to my project.
Specifically, I have copied an existing user control (.ascx, .ascx.cs,
..ascx.resx files) to the UserControls sub-folder o... more >>
Problem in receving mail with attachment
Posted by patelvinay.visnagar NO[at]SPAM gmail.com at 10/5/2005 3:11:24 AM
hello all
i am 7th sem student
i am developing mail server ,
while i am receving msg from pop3 in some file that are attach as
sttachment
i am not able to recognise ( accutally i have use 3rd party tool)
have any solution
if then send me
thanks in advance (i have subbmision aft... more >>
AJAX (javascript help) - ASP.NET(C#)
Posted by Trip at 10/2/2005 12:00:00 AM
Please if someone can help me !!!
I need client and server code(principle based on AJAX) for next problem:
i have 3 <select> tags on html page.(it must be NO page reload(callback)
only select(controles) regeneration !!!)
In the first <select> goes countries, which must be pulled from some ki... more >>
|