all groups > dotnet general > august 2006 > threads for thursday august 24
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 31
Problem: Open new browser window
Posted by nashak NO[at]SPAM hotmail.com at 8/24/2006 5:54:16 PM
Hello,
I have a aspx page on which I have a button. In the click event method
in code-behind I do some processing and now need to open a new window
in another browser and pass a couple of parameters.
I included in my aspx file, the following js function:
function OpenChecklist(strCase... more >>
Newbie: How to convert ASP.NET 1.1 web service project to ASP.NET 2.0
Posted by Navin Mishra at 8/24/2006 3:26:39 PM
Hi,
How I could convert an ASP.NET 1.1 web service project to ASP.NET 2.0 ? On
MSDN web site I see steps for converting a ASP.NET 1.1 web application
project but not a web service project ?
Thanks in advance and regards
Navin
... more >>
ToString - meaningful Vs. Useless
Posted by Ron M. Newman at 8/24/2006 3:09:03 PM
hi,
without going case-by-case, how do I know a "ToString" method returns useful
information, like for Sytem.Int32, or useless information like for
System.Drawing.Bitmap (returning the name of the class).
Ron
... more >>
Structure into datasource
Posted by John at 8/24/2006 3:03:06 PM
Hello,
i have this structure
Public Structure TestStructure
Dim a As Boolean
Dim b As Boolean
Dim c As Boolean
End Structure
Dim Test as TestStructure
test.a = true
test.b = false
test.c = true
I would want set to a datasource of a checkedlistbox and an automatic loa... more >>
Best practices accessing data?
Posted by DelphiLover at 8/24/2006 2:32:37 PM
Hi.
I'm reading and reading, testing and testing, trying to figure out how
to do things, how to do things according to best practises and how to
do things in the best object oriented way.
So... Best practises, in good object oriented fashion: how do I do it.
I'm thinking making classes fo... more >>
GetType problem
Posted by Ron M. Newman at 8/24/2006 12:54:30 PM
Hi,
I have a certain assembly that needs to create instances of objects where
the object class is passed as a string (e.g. "System.Drawing.Bitmap"). I
have found that calling "GetType" on this string, returns null.
Naturally, I suspect that because the this assembly doesn't reference the
... more >>
ADODB Errors in ASP.Net
Posted by Mike at 8/24/2006 9:26:01 AM
We are intermittantly geting the following errors on our web site and they
are always on and ADODB command of some sort. Any ideas?
Attempted to read or write protected memory. This is often an indication
that other memory is corrupt.
Description: An unhandled exception occurred during th... more >>
Front end name change, can't find origin of error
Posted by Reeve at 8/24/2006 8:48:34 AM
I've recently made a name change on a few database tables. I thought I
got all the name changes done in the front end reference. However,
this one eludes me. I've checked all the classes listed in the error
trace. I've done full text searches across all the documents of the
project and I sti... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unable to get installer types
Posted by Izzy at 8/24/2006 8:21:49 AM
I created a windows service using VS 2005 in VB.NET and it runs on my
Windows XP Pro machine just fine, now I'm want to install it on one of
my servers which is a Windows 2000 Terminal server running sp4 version
5.00.2195. I also have .NET Framework 1.0, 1.1 and 2.0 installed on
this server AND ... more >>
Publish path VS. install path
Posted by lord.zoltar NO[at]SPAM gmail.com at 8/24/2006 7:41:10 AM
When I try to specify an Installation URL, VB Express insists I use a
fully qualified URL. It won't let me type "C:\Program Files\Project2\",
I have to use "\\localhost\Progam Files\Project2\", except the latter
doesn't work because I don't have IIS running, and it's not likely the
target machi... more >>
error running app on network drive
Posted by Dino at 8/24/2006 7:21:01 AM
Hi, created a application and runs fine on all users pc (local drive) but
when the application is put on the network drive, it gives us a error
SecturityException. any ideas why/ how to resolve this.
Thanks... more >>
Asynchronous data access in ASP.NET
Posted by developer at 8/24/2006 6:29:04 AM
Hi All,
I am lil confused with different ways of asynchronous data access.
My understanding is that, asynchronous data access frees up a thread
instead of engaging it while a stored proc is being executed. This
makes more threads available. Is this correct or are there ay other
advantages... more >>
Saving to data base
Posted by aaa at 8/24/2006 4:31:01 AM
How can I save data without connecting to data base every time a client's
request
arrives?
If I work on a temporary memory I cannot work with sql queries, but connecting
to data base takes time.
... more >>
How to ask the use to install .NET framework before running the .NET application if the user doesn't install it?
Posted by Cylix at 8/24/2006 2:39:58 AM
As the title,
I found there is some MSI can do so, How?
Thanks.
... more >>
How to SFTP from ASP.NET??
Posted by indira at 8/24/2006 2:29:02 AM
Hi,
I need to sftp a file from my ASP.NET application to a unix server. I tried
to run the sftp2 from command line...
Process myprocess=new Process();
myprocess.StartInfo.FileName="sftp2";
myprocess.StartInfo.Arguments="-W <password file> -B <batch file>
<user>@<host_name>"
myprocess.Star... more >>
Auto mail from SQL
Posted by Umar at 8/24/2006 12:48:50 AM
Hi
can any one tell me that how i can send email to my registered clients
from sql store procedure if they meet some specific critaria. and this
store procedure will automaticelly execuate after every 10 minutes and
check the database. if any client meet the critari specified a mail
will be s... more >>
|