all groups > dotnet general > august 2007 > threads for august 29 - 31, 2007
Filter by week: 1 2 3 4 5
IIS
Posted by Hello at 8/31/2007 9:29:38 PM
My operating system is Windows is windows XP Home.
IIs(Internet Information System) not installed because this window does =
not support the IIS.
Can I install IIS to work with web applications?
Where I go ?
Thank you
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=... more >>
Object to Memory Stream
Posted by Evan Camilleri at 8/31/2007 6:53:12 PM
How can I trasform (as fast as possible) an object to a binary memory
stream?
Evan
... more >>
Date format
Posted by rkbnair at 8/31/2007 1:34:01 PM
In the below listed code, I can force the users to enter date in mm/dd/yy
format.
I tried the dataformat method. But it does no validation at all.
<asp:templatefield
HeaderText="Ist Installed On" >
<edititemtemplate>
<asp:TextBox
ID="gTextBox_dte_install1st" runat="server"
Text='<... more >>
A C# + ASP.Net question
Posted by Kjell at 8/31/2007 10:24:01 AM
Hi
I've done some VB + ASP in the past and done some C#.net
Now, I've a request for a Web application and I thought its a good time to
look at C# + ASP.net (Framework 2)
but like always; I've some questions.
Can i take an old VB + ASP file (.asp) and just remove all vb scripts and
re... more >>
vs 2005 gui ide
Posted by Chas at 8/31/2007 10:20:18 AM
I am a newbie to vs 2005. Not a newbie in classic vb. Being spoiled and
doing whatever I want in vb6 gui to achieve a Windows app, why can't I do
the same in vs 2005 asp.net gui environment? (web app; not window app)
So my real question, how many asp.net developers use the gui environment?... more >>
Can anyone shed some light on what my programmers want me to do?
Posted by Noob at 8/31/2007 7:46:01 AM
They want me to: "Please research an AD setting that would allow us
to have .net programs on a network drive but not have to run the
caspol or gack commands, as we have done before"
They run: "CALL "%systemroot%\microsoft.net\framework
\v1.1.4322\caspol.exe" -pp off -machine -ag LocalIntrane... more >>
Help with Stress Testing
Posted by ESmith at 8/31/2007 7:43:41 AM
I need to stress test an application I've developed - are there any
libraries/classes that can do things such as limit RAM available, Disk
Space, etc. to help determine the system limits? Since I'm developing on a
higher end system, I hope that there are either commerical or free utilities
... more >>
new in .net programming... insert new row in the data table
Posted by joel at 8/31/2007 12:40:35 AM
Hi Guys ... I need some help on this... i know i've followed the right
declarations on this.. or if not i may be close on hitting it. And i
know there's something wrong with this code.
This is what i did... it adds a new row into the data table... with
values like department, sales glcode et... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Change Group Policy settings in VB.NET
Posted by Brian Mitchell at 8/30/2007 7:19:29 PM
Does anyone know how to programmatically change the Group Policy settings
with .NET? (preferably VB) I found the IGroupPolicy object in the Platform
SDK but I don't code with C and I have no idea how to use header files in
..NET
Most of the settings I need can be changed in the registry... more >>
Trial version ran out, What stupidity, PLEASE HELP
Posted by hillwamp at 8/30/2007 6:12:01 PM
Yes, I was stupid not to put files on disk, and or realize that my version
was a trial. Somehow I didn't read the fine print. I saved many files on my
trial version of Microsoft Work Word Processor. When I try to access them I
get error message wkswp.exe application error The application ... more >>
Force to upper case characters
Posted by rkbnair at 8/30/2007 2:38:01 PM
How can I force the users to enter characters in uppercase? I want to do this
in a TextBox control of an aspx page. Then I want the same to be moved to
inside a GridView control.
Thanks.
... more >>
Framework Requirements
Posted by Chris at 8/30/2007 1:49:53 PM
How do I figure out the .NET framework requirements of a project I'm
developing? And secondly, if the machine I'm building this project
for doesn't have the required framework version, can I dumb down my
project to make it compatible? I'm suggesting that instead of
updating because the target ... more >>
"<>" in datacolumn name
Posted by shark at 8/30/2007 12:00:00 AM
Hi
How are characters like '<', '>' handled in DataColumn/DataTable names. I
mean serializing such object into XML.
"Column>1" is coded to <Column_x003E_1>. How?
I need back original name
Thanks
... more >>
Populating related business objects from database
Posted by ITistic at 8/29/2007 8:24:36 PM
Hi everyone,
Just curious as to how much of you OOP developers are handling this
scenario. Say I have an Order and OrderItem table. Example schema
below:
Order
==
order_id int (PK)
customer_id int
CreatedOn datetime
ModifiedOn datetime
OrderItem
==
order_item_id int (PK)
order_id ... more >>
In what order do I install the .Nets?
Posted by jpdsurf at 8/29/2007 8:02:01 PM
I've just done a reinstall of XP and I want to know in what order should I
install the .net Frameworks. I've nothing but problems with them in the
past. Should I do 3, 2 and then 1? Or should install just 3 or what? Many
thanks for the one who could help me with this.
... more >>
HELP PLEASE! Copy Files nightmare!!!
Posted by OriginalStealth at 8/29/2007 2:02:01 PM
I need to copy 20 .dll files from a shared folder (S:drive) to a web server
(1.1.1.1.1). Is this possible using VB .NET or XML? If so, please post
code example.
thanks in advance
... more >>
Is this possible, screen scraping, sort of
Posted by Chris at 8/29/2007 1:24:03 PM
Hi,
I am tasked with a small project. I have to create an app that can login to
a website, navigate to a page from their menu, then on the popup page, select
an item, on the next popup, grab the data I am looking for and verify if with
our system.
I have to validate some information I have... more >>
.net 2.0 service packs and updates
Posted by maitakeboy at 8/29/2007 1:24:01 PM
I just installed .net 2.0 and was prompted to look for updates and service
packs. Unfortunately, they didn't tell me where to go for this. Can someone
help me?... more >>
reflection and web references
Posted by alexbf at 8/29/2007 12:29:13 PM
Hello,
I would like to know if it's possible using reflection to loop through
all "web references" of a given assembly and get the url as specified
in the web.config (dynamic url behavior).
Something like
for each objWebRef in [Assembly].GetWebReferences
Msgbox(objWebRef.url)
next
... more >>
Log off - computer turns off
Posted by Heidi at 8/29/2007 11:48:02 AM
I have several problems, which may be related. I'm going to list the
problems all together, although it may be better to deal with them separately.
1. When I log on, I get an error message for winlogon.exe.
2. When I am logged onto a user name and I push the "log off" button (not
the "t... more >>
Using ASP
Posted by Dan at 8/29/2007 8:38:02 AM
Hi -
I would like to create webpages incorporating ASP, with maybe a database on
the host server. I am just curious what software I need to do that. My
background is in creating VB6 front ends with Access data files, so I'm new
to working with databases over the Internet. I've seen books... more >>
|