all groups > dotnet general > september 2006 > threads for friday september 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Specialized deployment
Posted by Michael Jackson at 9/1/2006 10:02:43 PM
I have to develop a deployment strategy for a large .NET 2005 project. The
requirements are that a user will download a "minimal" setup from our
website, click Run, and then this minimal setup will install .NET Framework
from either our website or from Microsoft's website, then install our
a... more >>
stumped...table row click event and then cancel the checkbox click
Posted by dave at 9/1/2006 6:29:02 PM
I have a html table and mutliple rows. On each row i put an onclick event
that opesn a modal window and prompts the user for some information.
I want this modal window to show when the user clicks anything on that row.
I have a few checkboxes in the row cells.
The click event first fir... more >>
Want to make my Namespace for Outlook, but Error : Outlook is not running
Posted by Alban at 9/1/2006 4:27:57 PM
Hello
My soft gets back information from outlook.
But when I create my namespace:
OApp = New Outlook.Application
oNS = oApp. Session
oNS.Logon (Nothing, Nothing, False, True)
I have an error: "Outlook is not running. Run it first."
But i don't want to have to run it.
Someone have an ... more >>
Zip from within .net
Posted by Al Smith at 9/1/2006 1:17:55 PM
Does VS2005 have any built in compression functions like WinZip? I found
ZipForge.NET 1.00 on the net but are there other products that don't cost
anything?
Thanks
Al
... more >>
Java from server side
Posted by sunshinevaldes NO[at]SPAM yahoo.com at 9/1/2006 8:21:06 AM
What am I doing wrong?
btnSubmit.Attributes.Add("onClick",
"javascript:window.open('Report.aspx?Name=' +
Session('Name'),'Report','width=800,height=600,resizable=yes,scrollbars=yes,left=0,top=0')")
All I want to do is open a new window and pass Session("Name").
Thanks for all your help...... more >>
minimum bandwith requirement
Posted by Nigam at 9/1/2006 6:57:02 AM
hi all
can anybody tell me how much minimum bandwidth required for
a VB.Net and Sql Server 2000 application?
What is the Microsoft recommended standards?
Thanx
Nigam... more >>
Stack Overflow
Posted by Eric Webster at 9/1/2006 4:45:02 AM
I have a fairly simple VB.Net program I'm developing that listens to data
coming over the internet and processes it. The data comes in as events - the
app is idle until another chunk of data comes through. When it does, the app
looks to see what kind of data it is, and does something with it, ... more >>
onclick event through javascript
Posted by Siva at 9/1/2006 2:03:19 AM
Dear All,
I have a image button, what i need is if somebody clicks the image i
want a popup window to be thrown (customized window, without menubar,
no scroll, height, width etc.,).
Please help me in getting the code.
cheers
Siva
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Send Mail Problem
Posted by Max at 9/1/2006 12:34:59 AM
hi
I used mailmessage object to send the mail, my smtp server don't
require authentication, when i try to send the mail it shows error.
following is the code to send mail.
Dim mymail As New MailMessage
Dim smtp As SmtpMail
smtp.SmtpServer = "mailhost.gujarat.gov.in"
... more >>
.NET Remoting and COM Interop Component
Posted by Michel Smit at 9/1/2006 12:17:01 AM
I'm running into another problem with my component.
I'm trying to use .NET remoting to avoid complex firewall issues.
I have a webserver which is the client machine and a database server which
is the server machine. On the database server I have created a Windows
Service which binds a comp... more >>
Login using NT login details from web form problems
Posted by DavidADEW at 9/1/2006 12:11:13 AM
I need a ASP.NET C# web page that lets a user enter their NT user name
and password and passes to NT to see if they are a valid NT login.
I am aware of the System.DirectoryServices.DirectoryEntry classes, and
tried to use these, but they are not installed on the web server at
present - I get a... more >>
|