all groups > asp.net > february 2005 > threads for saturday february 5
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
Configuration Error / Access denied after compiling asp.net c# project
Posted by martin NO[at]SPAM strojek.de at 2/5/2005 10:54:13 PM
Hi,
I have the following problem with developing some web site.
I use Visual Studio 2003 to build a website. I tried Windows 2003
Server and switched now back to Windows XP with PWS but the error
occurs
in both installations.
When I do a compile/build of my app and go to the browser and
... more >>
DataGrid Editing!
Posted by Raed Sawalha at 2/5/2005 10:45:01 PM
Dear :
I have datagrid with 5 databound columns I need when user click edit link to
just edit the first cell for each row in column (1). and other 4 columns
keeps its previous form as non editable cell.
how can I achieve this?... more >>
specify Framework 1.1 when 1.1 & 2.0 Beta 1 are installed
Posted by Mark Oliver at 2/5/2005 7:02:37 PM
Hi,
After I installed 2.0 Beta 1 my ASP.NET 1.1 project started trying to use
the 2.0 Framework. When I try to run I get a "[FileNotFoundException: The
system cannot find the file specified.]" referencing
"c:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET Files\".
How ... more >>
Character lost in POST submit
Posted by Pavils Jurjans at 2/5/2005 6:36:15 PM
Hello,
I am experiencing a weird behaviour on my ASP.NET project. The project
consists from client-side, which can be whatever environment - web page, EXE
application, etc. The client sends HTTP POST request to the server with
data, and the server has ASP.NET application that handles the re... more >>
x64 PC approved manufacturers
Posted by Mark Oliver at 2/5/2005 5:41:22 PM
Hi,
Dell doesn't sell any AMD x64 bit PCs at all. Compaq will sell me one,
but "Each Presario SA4010Z desktop is configured and shipped as a 32-bit
solution". Will installing Wiindows 2003 Server x64 over the 32-bit WinXP
loaded on the Compaq PC make the PC "a 64-bit solution"? Doe... more >>
IIS 6.0 File Permission Errors
Posted by pontificator at 2/5/2005 4:07:01 PM
I am trying to access files in seperate 2 directories via an ASP.NET web app
that are not within my web directory structure. I have given both the
machine\aspnet and machine\iusr_machinename accounts full permission (just to
see if it would work at all), and I am still getting the
"System.U... more >>
Image control CACHING IMAGE
Posted by Suraj Joneja at 2/5/2005 3:55:27 PM
Hi All,
I've an image control on my ASP.net page. This displays an image named
'Logo.jpg' in the location '~\Images'. Another application can change this
image. It can select any image and upload to the folder 'Images' and newly
selected image would overwrite existing image 'Logo.jpg'. (Image ... more >>
checkBoxList in a web form
Posted by ime at 2/5/2005 1:38:57 PM
Hi
I don't know how to create connection between checkBoxList and a table from
a database. When I run the application I want to see all the names from a
table in a checkBoxList, and to check some of them if I want.
Thx
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Service Question
Posted by glenn at 2/5/2005 12:00:52 PM
Can anyone tell me if its possible to create a custom class and pass it from
a client application through a webservice call for the server to use it for
its operations?
I'm gettin ga cannot convert from Customer to clientproject.Customer error
message and am new to all this..
thanks,
gle... more >>
JavaScript..
Posted by Irfan Akram at 2/5/2005 11:29:04 AM
Hi Guys,
How can we use the value returned from a confirmation box in javascript,
i.e. user selected yes, or cancel, and use that to direct our code written in
asp.net in c# ?
I can successfuly display an alert message, but presently cannot display a
confirmation box, and then take the u... more >>
Parser Error
Posted by Matt Tapia at 2/5/2005 10:38:42 AM
Can anybody suggest how to fix the error below. The .vb file is there so I
don't know what's wrong?
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source fi... more >>
Role-based security problems
Posted by Jason at 2/5/2005 9:58:04 AM
I'm trying to implement role-based security in my ASP.NET application,
however, everytime I perform an IsInRole check, it ALWAYS returns
false! My Web.Config file has the following entry:
<authentication mode="Windows" />
Here is sample code that returns false:
private void Page_Load(obj... more >>
No ASP.NET application can be installed on my IIS
Posted by ALI-R at 2/5/2005 1:21:25 AM
Hi ALl,
If I create an ASP.NET application and deploy it to IIS ,it works but if I
want to install an ASP.NET application (any kind which uses setup file) ,,it
just simply gives me some memory write errors and I can't install it,is it
because the setup file can't create virtual direcotries on ... more >>
|