all groups > asp.net > november 2007 > threads for friday november 16
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
WebDAV Request Question
Posted by kellygreer1 at 11/16/2007 5:58:38 PM
Can anyone point me in the right direction of what the WebDAV request
looks like when you "read" a file out of IIS? For example, when the
Visual Studio edits a live web site, it brings back an .aspx page for
edit without processing it. I am looking for that request that will
bring back the text... more >>
Set temporary folder for web application with impersonation as HttpRuntime.CodegenDir ?
Posted by Mathieu Cartoixa at 11/16/2007 3:23:48 PM
Hi all,
We have developed a web application in ASP .NET (C#, .NET 2.0, IIS 6.0,
Windows Server 2003), with integrated Windows authentification, and
impersonation. I have tried to use memory streams, as opposed to
temporary files, as often as possible beacuse we want to spare our
client... more >>
Oracle Timeout. ORA-02396: exceeded maximum idle time
Posted by jobs at 11/16/2007 2:50:06 PM
I got this error while performing an ado.net call to an oracle
procedure that returns a dataset.
Exception of type 'System.Web.HttpUnhandledException' was
thrown.ORA-02396: exceeded maximum idle time, please connect again
System.WebSystem.Exception[]
The process maybe takes 2 to 3 seconds t... more >>
Radiobuttons in Datagrid Template Columns in 1.1
Posted by daokfella at 11/16/2007 2:49:05 PM
I have three datagrid template columns each with a radiobutton
assigned to the same group. If I determine that the third and only
third radiobutton should be selected, I'll select it in ItemDataBound
and then disable all three. However, when I loop through the datagrid
items after responding to ... more >>
Trouble binding a dropdown list in a detailsview.
Posted by B. Chernick at 11/16/2007 1:58:01 PM
Ok, I'm lost. I'm writing a webpage in VB/Dot Net 2.0 and I'm trying to put a
dropdown list in a detailsview. The dropdownlist is supposed to display a
simple enum.
From what little I've seen so far, the place in VB code to bind a ddl is in
the detailview's databound event. Any earlier a... more >>
Replacing Username with Email
Posted by Jonathan Wood at 11/16/2007 1:02:18 PM
I'm using ASP.NET membership functionality.
My problem is that I think I'd rather have each user account keyed on an
email instead of a user name. My main problem with user names is that
duplicates become likely and I don't want people to have to enter a bunch of
different user names before... more >>
Include AJAX in existing web
Posted by Igor at 11/16/2007 12:52:24 PM
I just instaled AJAX framework. I can use it if I chose AJAX enabled
aplication when I am creating new project.
But I have some web aplication with no AJAX and I need to include it. It is
not project, it is asp.net website. There is no .sln file or other visual
studio project files. I started... more >>
Best ASP.Net forum software ?
Posted by Anonymous at 11/16/2007 12:41:08 PM
I need to add Forum functionality to my website. I need advise from
people who have already done this. Is there a good ASP.Net forum
software anyone can recommend ?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can I use a C# dll within a vb project?
Posted by mohaaron@gmail.com at 11/16/2007 12:25:37 PM
I'm trying to create a custom assembly which will be used as a helper
class for a asp.net web application. The project is a C# class library
written using .net 2.0. I need to be able to use this class library in
a 1.1 web application. Is this possible?
I related problem that I'm having is that... more >>
Table Adapters
Posted by Roger at 11/16/2007 12:03:01 PM
hi all
I have this line of code
KomfireTableAdapter Komfire = new KomfireTableAdapter
estimator.KomfireDataTable.....
I want the parts in brackets to be a variable
(Komfire)TableAdapter Komfire = new (Komfire)TableAdapter
estimator.(Komfire)DataTable table = (Komfire).getdata.............. more >>
iisreset wont start
Posted by rodchar at 11/16/2007 12:03:01 PM
hey all,
on win2003server when i do an iisreset it will shut down but won't start
back up automatically i have to go into inetmgr to start manually.
any ideas why it's not auto?
thanks,
rodchar... more >>
ASP to ASP.NET Error 80070005 (JScript.NET)
Posted by NvrBst at 11/16/2007 11:52:40 AM
Hello. I have a ASP webpage that I'm converting to ASP.NET. The ASP
is writen with <%@ Language=JScript %>.
I'm having a problem with the 'var oTestObject =
Server.CreateObject("Test.class");' The page just shows up as pure
white with the following message.
-------------
Error: Retrievi... more >>
Windows authentication - disabling password
Posted by Slawomir at 11/16/2007 11:33:47 AM
I'm a new in ASP.NET Word. Just finishing writing my first web
application (CMS). It should be available anonymously for all users, but
some part (admin) should be available only for some (authenticated) users.
For folder with admin pages I turned off "enable anonymous access" and
checked "In... more >>
MasterType directive is broke?
Posted by Andy B at 11/16/2007 10:11:06 AM
I have the following directive in my master page (the actual file name is
Layout.master):
<%@ MasterType VirtualPath="MasterPage.master" %>
When I run the website, I get this error: "Parser Error Message: The file
'/EternityRecords/MasterPage.master' does not exist."
When i use Layout.master ... more >>
ASP and ASP.NET in the same environment
Posted by hardieca@hotmail.com at 11/16/2007 9:43:11 AM
Hi,
I am wondering if there would be any issues with having both ASP
classic and ASP.NET pages residing in the same environment. There is
currently discussion where I work about migrating a large ASP site
over to ASP.NET, and there is debate over whether or not to do it
piecemeal.
If we mi... more >>
Exception of type 'System.Web.HttpUnhandledException' was thrown.Exception has been thrown by the target of an invocation.System.WebSystem.Exception
Posted by jobs at 11/16/2007 9:29:30 AM
I occassionally get this error when redirecting to another page and
reading some session variables. Does anybody know what that might mean?... more >>
DirectoryExists on 1st 4 chars
Posted by David C at 11/16/2007 9:25:20 AM
We have a intranet web site that displays a hyperlink if the subfolder on
the network file system contains 1 or more physical files. The file system
is pointed to by a virtual directory on our web site. I am using the code
below to check for existing folder and if not found, create it. My p... more >>
HtmlGenericControl
Posted by shapper at 11/16/2007 9:06:43 AM
Hello,
How can I use HtmlGenericControl at runtime to add a new control to
page which would renders as:
<h3></h3>
Then I would add child controls to it.
I need to do this at runtime.
Thanks,
Miguel... more >>
Cannot get Session State to work
Posted by Wannabe at 11/16/2007 8:38:01 AM
I've been on this for a while, and cannot figure it out. Can someone please
help with this message?
SessionState can only be used when EnableSessionState is set to true, either
in a configuration file or in the page directive. Please also make sure that
System.Web.SessionStateModule or a cu... more >>
getting variables from Html pages
Posted by James at 11/16/2007 8:36:00 AM
Hello all,
I have this idea that might not work, our website is built by someone else
and is a CMS website. There is a page with links to other websites and at the
moment I have created a file for each link, the file is just a .html file
that redirects to the actual website. My links on the... more >>
Problem with databinding in ITemplate class
Posted by DC at 11/16/2007 8:19:03 AM
Hi,
I am trying to implement a simple template control (to be used as
TemplateItem etc. in GridView). Does someone see why my code fails? I
give up for now and try a different approach (http://
www.developerfusion.co.uk/show/4721).
TIA for any ideas.
Regards
DC
using System;
using... more >>
Control from Cache does not render values.
Posted by BizWorld at 11/16/2007 7:45:27 AM
I am trying to cache a full DROP Down that can have lot of values. so
i have 500 site users hitting a page in a second. i need to cache some
controls that does not change quite often during the day. i am trying
to test HTTRuntime.Cache object. in debug mode i can see the values on
server side af... more >>
Session state is not available in this context
Posted by Frank1213 at 11/16/2007 7:42:01 AM
We ran into an issue on two of our client environments where our app is
deployed.( Windows 2003 SP2 servers). Our app is a web app .NET 1.1.
When the user browses to some pages located in a particular folder, they get
an error
Session state is not available in this context.
We resolved this ... more >>
Attributes.Add to textbox
Posted by Neil Steventon at 11/16/2007 7:13:02 AM
Hi,
I have a datalist with a textbox control used for entering the qty for a
products, when I click it I would like the qty to clear. I added the
following in the ItemCreated sub of the datalist ;
Dim tmpTextBox As TextBox
tmpTextBox = CType(e.Item.FindControl("txtQty"), TextBox)
... more >>
try catch finally to close and dispose, but still want Application_error to fire
Posted by jobs at 11/16/2007 5:34:12 AM
re: try catch finally to close and dispose, but still want
Application_error to fire
1. If catch an exception to to dispose and close of a ado connect, how
can I allow the exception to still trigger my application_error event?
2. And/Or, Is there any way to close and dispose of connections l... more >>
IE7 rending problem
Posted by TARUN at 11/16/2007 3:48:51 AM
Hello All,
I want to know the modification required to change the stylesheet for
IE7.
My application UI is perfectly render by IE6 but in the case of IE7,
i
am getting some layout problem as following.
Please suggest me the reason why it is happen and what are the
changes
required to m... more >>
|