all groups > asp.net > december 2005 > threads for saturday december 3
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
is it release version of visual studio 2005??
Posted by micky at 12/3/2005 10:39:33 PM
i've download vs studio team suite
but it look like beta 2 CTP versio such as folder structure..
there are msdn, visio, vs ,vss folder
and to check version this iso file i opened setup.ini
and then i found the following text....
it says "Visual Studio® 2005 Beta 2 Setup" as banner name valu... more >>
SuppressUnmanagedCodeSecurity
Posted by Michael Tissington at 12/3/2005 10:08:15 PM
I'm having trouble using the SuppressUnmanagedCodeSecurity attribute.
When I try to compile, I get an error saying that the namespace is not
known.
Any ideas please ?
--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
... more >>
How to know when to RedirectFromLoginPage?
Posted by Randall Parker at 12/3/2005 8:10:27 PM
Suppose the first URL a visitor visits is Logon.aspx. There's not an original page to
return the user to. So how can I detect whether to send the user to the original page
he tried to visit versus send him to a default page?
I'm looking at this in the MS doc:
http://msdn.microsoft.com/libr... more >>
Publishing my webpage
Posted by someone at 12/3/2005 6:31:25 PM
Hi,
I've read many articles about publishing and problems with it, but nothing
about my problem.
I've written a website in VS2005 and it uses the internal webserver.
I do that at home at my own computer.
The website is an intranet site and must run on the company webserver
running IIS.
... more >>
Browser prob w/response.binaryWrite
Posted by Gary Blakely at 12/3/2005 5:26:06 PM
In my aspx program I'm writing a PDF report to the client browser as
follows...
Response.BinaryWrite(myBuffer)
Response.End()
This works successfully about 99% of the time but some I.E. browsers don't
get the stream. It says "Downloaded 0B".
I have one xp client maching running I.E. 6... more >>
ASP.NET Tab missing in IIS on 2003 x64
Posted by Adrian Parker at 12/3/2005 4:58:35 PM
When I installed windows 2003x64 and its updates, I had an ASP.NET tab in
IIS.
I installed framework 1.1 for an older website I had to host, but when I
did, the ASP.NET tab dissapeared from IIS.
I've tried re-insalling the v2 framework, but it has still not appeared
again in IIS.
Any ... more >>
object component
Posted by Jim McGivney at 12/3/2005 3:30:43 PM
On an aspx page with C# code behind I am trying to programmatically change
the ImageUrl of various ImageButtons in response to the text contained in
corresponding label controls.
The following code works:
PropertyDescriptorCollection properties =
TypeDescriptor.GetProperties(this... more >>
Designing elsewhere?
Posted by Tarun Mistry at 12/3/2005 2:47:52 PM
Hi all, as a development environment VS 2003 is fantastic, however for
designing ASP.NET pages it is an absolute mess.
Is there any way to design in Frontpage 2003 and develop on VS?
Kind regards,
Taz
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Upgrading to .Net Framework v2
Posted by Simon Harris at 12/3/2005 1:39:28 PM
Hi All,
I am currently developing a number of projects which are published with a
few different hosting companies.
I wish to upgrade to v2 of the framework on my development machine,
problem
is that none of the hosts we use currently support v2.
Does anyone know if Visual Studio 2003 wil... more >>
Dynamic page updating?
Posted by Tarun Mistry at 12/3/2005 1:27:37 PM
Hi all, is it possible to instruct an ASP.NET page to update itself?
Let me explain, I have a server that will post a SOAP message to a client
web service. The client web service will process the SOAP message and store
in the database or MSMQ. Now, the Client user interface is simply an ASP.N... more >>
Sessions and Cookies dont work
Posted by DougS at 12/3/2005 1:27:25 PM
I have a simple ASP.Net application, framework 1.1, sp1, VS2003. I cant set
a session variable or a cookie. How can I tell if there is something wrong
with my environment?
Dim cookie As HttpCookie = New HttpCookie("UserID", txtName.Text)
cookie.Expires = DateTime.Now.AddDays(3)
Response... more >>
ASP.NET and Internet Explorers DOM
Posted by Craig at 12/3/2005 12:58:44 PM
Is there a way to access the internet explorer DOM in ASP.NET?
Thanks
... more >>
how do I select a subset of text in a textbox using JavaScript?
Posted by PJ6 at 12/3/2005 12:32:13 PM
How do I select a subset of text in a textbox using JavaScript?
Paul
... more >>
Control array
Posted by Jim McGivney at 12/3/2005 12:23:02 PM
I am working on an ASP.net project with code behind in C#.
I must manipulate the contents of many image controls.
In visual basic (VB6) I could place all the controls into a control array
and then refer to an individual control by it's index number.
I would like to do the same in C#.
Can someo... more >>
Combining Anonymous and Domain logon
Posted by Kjell Kristiansson at 12/3/2005 11:00:40 AM
In developing a solution I ran into a problem where I have found no
acceptable solution. The problem is combining users with anonymous login
and
users logged in to a domain in the same .aspx application.
Here is some background:
- the application will be accessable from the Internet, extranet... more >>
Windows Integrated Security - Restricting Users Without Groups
Posted by Mr Newbie at 12/3/2005 10:44:56 AM
Hi,
Im in a situation where I need to restrict users, but I dont have access or
wont be allowed access to manage groups in the domain. How can I restrict
access is this case ?
--
Best Regards
The Inimitable Mr Newbie º¿º
... more >>
connecting & parameterproblems
Posted by dirk van waes at 12/3/2005 10:19:32 AM
Hello everyone,
Being complete newbie in asp.net I am trying to make an example which works
with a very simple database.
First I made my project in VS- vb.net, draging an oledbconnection and an
oledbdataadapter from the toolbox into my form.
Everything worked fine on my local computer. I w... more >>
Can't call external DLL
Posted by Michael Tissington at 12/3/2005 9:46:03 AM
I have converted an application to asp.net 2.0.
a C# file in my App_Code folder calls a C++ DLL that is in my BIN folder.
In the previous version of .NET this worked correctly. However in a hosted
environment I'm now getting a a security error when I try to call the
external dll.
---
... more >>
asp:login - password validation
Posted by David Brown at 12/3/2005 5:52:02 AM
In ASP.NET 2.0, I am using the asp:login control, but I want to reduce the
validation on the password.
I dont want the user to have to put in a special character or a number etc.
Is it possible to reduce the level of validation?... more >>
|