all groups > dotnet general > november 2005 > threads for monday november 7
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
test if session variable is set
Posted by Jeff User at 11/7/2005 9:08:04 PM
Hello
I am hoping someone knows the answers I seek..
I am writing code in a C# web service solution.
I want to create an instance of an object (that I created) in a
Session variable. I need to check to see if the Session variable has
been set yet. If the variable already contains an instance... more >>
Number of files
Posted by vul at 11/7/2005 8:44:05 PM
I downloaded VS 2005 Team edition, burned DVD and when I tried to install it
I got a problem with dotnetfx.exe file in N:\vs\Program Files\Microsoft
Visual Studio 8\SDK\v2.0\Bootstrapper\Packages.
I'm not sure now that all required files are presented on the DVD.
There are 1935 files and 118 f... more >>
Grabbing URL of a URL rewrite
Posted by darrel at 11/7/2005 6:42:00 PM
We're using URL rewriting (Isapi Rewrite). Is there any way to grab the
pre-rewritten URL or can you only grab the rewritten one?
I'm assuming you can't (as that's sort of the point of URL rewriting), but
thought I'd ask...
-Darrel
... more >>
Crystal Reports or other for ASP.NET web
Posted by Darrin at 11/7/2005 3:17:03 PM
Hello, I am looking for a web reporting solution. I have researched some
things on crystal reports but read that the version that is bundled with
Visual Studio 2003 does not allow you to print them. I was able to create a
sample looking report in ASP.NET using VS2003 but not able to print it... more >>
One-to-many relationships using XML as a datastore
Posted by eric at 11/7/2005 2:45:14 PM
I am using an xml file as a relational data store like the following
(original data is much larger):
....
<variable>
<id>A</id>
<name>VarA</name>
<description></decription>
</variable>
<variable>
<id>B</id>
<name>VarB</name>
<description></decription>
</variable>
<variable... more >>
VS 2005 free eval isn't really free
Posted by swkuhn NO[at]SPAM gmail.com at 11/7/2005 1:27:32 PM
Beware, requesting an eval copy of SQL 2005 and VS 2005 collects quite
a bit of your personal information and at the end as for a credit card
for the $7.00 shipping charge. Add to that the expense report
processing cost. Beyond that, I fundamentally disklike a vendor
advertising "free" and the... more >>
Crystal Reports: Conditional Suppression
Posted by AMDRIT at 11/7/2005 1:08:14 PM
The stuff below seems to work, when I am applying the logic for suppression.
However, it doesn't work when suppressing row data. Any Ideas?
Basically, if there is only one row of data, I need to suppress a caption
and it corresponding data field.
Create a formula field
@RowCount Formul... more >>
get file type
Posted by CLEAR-RCIC at 11/7/2005 12:33:05 PM
In the old days, you could get a file type in ASP by doing:
dim fs, fld, f
set fs = server.createobject("Scripting.FileSystemObject")
set fld = fs.GetFolder(server.mappath(sCurrentDir))
for each f in fld.subfolders
f.type
next
How do you get a file type in .Net?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Documentation Tools
Posted by AWHK at 11/7/2005 10:57:36 AM
Any good tools for generating documentation besides NDoc (can't get it to
work with .NET 2.0) ?
andreas.w.h.k. :-)
... more >>
WebService Compression
Posted by Frederic Hoornaert at 11/7/2005 10:37:27 AM
Hi,
We're starting a new project with WebServices and I have a few qeustions
about the compression mechanisms we can use.
We have already tested with Http Compression and WSE Compression, but I'm
looking for a solution which is platform independant.
We are wrinting Web Services which will b... more >>
Installing PDB's with assemblies in the GAC
Posted by Jediah L at 11/7/2005 10:30:14 AM
Is there a way to distribute for installation PDB files for assemblies that
are going into the GAC?
I've read info about the possibility of changing registry settings,
searching out assembly folders and manually copying the PDB's into the
folders, but I would like to be able to create a dis... more >>
Redistribute the IIS
Posted by Cleyton at 11/7/2005 10:03:07 AM
Hello!
In the setup of my application I have the IIS launch condition and I want
to know if I can redistribute the IIS. Where is the URL that have the
installer to put in my cd of installation?? Or there's this URL ???... more >>
Problem with HttpWebRequest to read a web page
Posted by etantonio NO[at]SPAM gmail.com at 11/7/2005 9:40:51 AM
Good Morning,
I need to read a web page, to do this I use the following code that
works well if I choose
sAddressTime = "http://www.etantonio.it/it/index.aspx"
and you can see the trace results at
http://www.etantonio.it/it/trad_OK.aspx
while it is not working if I choose
sAddr... more >>
can ASP.Net read .pdf files?
Posted by CLEAR-RCIC at 11/7/2005 8:15:10 AM
Some one asked me if it was possibles to have a .pdf form submit values to an
ASP.Net form for processing? Does anyone know if this is possible.... more >>
Formating a text box
Posted by Bill Partridge at 11/7/2005 5:31:15 AM
I am being very dumb... I am coverting an invoice value to a decimal and
displaying the result on a VB.net 2003 form. However, I only want to display
the result to 2 decimal places and I am struggling to it - sorry for such an
easy question!
Can somebody advice me how to achieve this?
-... more >>
Deployment/Server Installations?
Posted by Steve at 11/7/2005 5:05:09 AM
C# Windows application.
I have a windows app. Currently I have used 2 methods of deploying this:
1. Create a windows installer, and deploy this to be run on each machine
that needs the application.
2. Create a folder structure with the .exe in them, and ship these
directories onto eac... more >>
Printing HTML or ASP.NET Page
Posted by Niyazi at 11/7/2005 3:11:31 AM
Hi,
I have an html page and I might be moving to asp.net page that contains a
some kind of forum and string.
It is kind of application form. User have to enter some (string) value into
the forum which forum actualy similar to small article.
Then user have to use PRINT button to print th... more >>
How to change the font size of caption and menuitem for Windows Fo
Posted by AJang at 11/7/2005 3:06:17 AM
The .NET windows form's default font size of caption and menuitem is a little
too small for me.
How to change these font size?
Thanks
Ajang
... more >>
ASP.NET book
Posted by Willy Bilaro at 11/7/2005 12:00:00 AM
Ping object
Posted by Willy Bilaro at 11/7/2005 12:00:00 AM
Is there ping object. or is it method of another object.
... more >>
|