all groups > asp.net > december 2005 > threads for saturday december 24
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
difficultly stopping execution with a cancel button
Posted by alexander.glass NO[at]SPAM gmail.com at 12/24/2005 10:43:14 PM
I have a buffered page that runs some code and outputs to the user to
update the progress of a method that takes several minutes to run. I
have a big problem however. There is no way to stop the code from
running once it begins. If you place a button on the page with code
that will trigger th... more >>
Debugging JavaScript
Posted by Mark Rae at 12/24/2005 7:17:15 PM
Hi,
What do I need to do to be able to debug JavaScript in ASP.NET 2? In the
previous version, it was a simple matter of inserting the word debugger;
into the JavaScript - that doesn't seem to work in v2.
Any assistance gratefully received.
Mark
... more >>
(VS2005) other deploiment newbie question
Posted by Lloyd Dupont at 12/24/2005 6:21:49 PM
Apparently in ASP.NET 2.0 you could deploy your web site as a single DLL,
great!
What I was wondering what if I write a component, let's call it a 'Blog
control' how do I deploy/reuse it as a single DLL?
... more >>
(VS2005) newbie question
Posted by Lloyd Dupont at 12/24/2005 5:52:25 PM
I am creating a test web site, let's call it MyBlog.
No I would like to make a DLL of it and use the blogs.ascx in an other
website.
If I "publish" my website it create a DLL with some random looking name.
Is it OK to copy this DLL in my other project?
Any tips?
... more >>
NEWBIE needs helps about creating links
Posted by Enes Kabacaoglu at 12/24/2005 5:44:25 PM
From: "Enes Kabacaoglu" <eneskbc@gmail.com>
To: "Community of ASP.NET 2.0" <aspnet-lcnetwork@googlegroups.com>
Subject: NEWBIE needs help for creating links
Date: Sat, 24 Dec 2005 17:42:34 -0800
Hi :
Firstly, i am sorry for stealing your time for this easy problem of
mine, but i crashed.
... more >>
IIs Newbie question: why cant I create a new ASP.net project?
Posted by Brad Rogers at 12/24/2005 5:04:43 PM
Im using vb.net 2003, click File/New/Project and in the Visual Basic
projects, select the ASP.NET Web application
The path is http://localhost1/something
it takes several seconds and says NO! are you crazy? you cant create an
ASP.NET application! Something isnt on your computer that you ... more >>
VS2005 BUG ??
Posted by GaryDean at 12/24/2005 4:57:01 PM
I have some earlier posts about a codefile that doesn't get executed. I
later found that it was because both my Page_Init and Page_Load subs were
missing there Handles clauses and did not know what caused this. So I
started over to see what caused it...
I convert a working 1.1 asp app to ... more >>
2.0 causes 1.1 debugging to fail?
Posted by GaryDean at 12/24/2005 3:55:34 PM
I have a 1.1 asp.net project that will no longer debug and I suspect that
the install of vs.net 2005 and framework 2.0 might be the cause. I can,
however, debug other projects. the message I get is:
Auto-attach to process '[3688] aspnet_wp.exe' on machine 'MACHINEX' failed.
Error code 0x8... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Calendar control question
Posted by DougS at 12/24/2005 2:00:32 PM
Is it possible to highlight more than one date in the calendar control? I'm
trying to display a calendar to the user and highlight the dates that have
action items. Is this possible? Or is this control just for selecting dates?
... more >>
Cookieless Forms Authentication and Roles
Posted by Mark Olbert at 12/24/2005 1:49:08 PM
I'm building an ASPNET2 website which uses forms authentication but does not use the Microsoft-supplied membership providers (mostly
because I don't want to create my own provider at this point, and the supplied stuff comes with a lot of baggage I don't want/need).
In ASPNET1.1 what I would do w... more >>
Writing data back to a database
Posted by Andrew Chalk at 12/24/2005 7:53:06 AM
I have some data in a DataSet and want to write it back to the underlying
SQL Server database. Is there any simple "one-liner" way to write a dataset
back to its database or do I have to go through the steps of creating a
command object, adding parameters and calling ExecuteNonQuery().
Many... more >>
PDF conversion on web server
Posted by keith.langer NO[at]SPAM gmail.com at 12/24/2005 7:21:26 AM
Hi,
I'd like to know the cleanest approach to generating PDF files on a web
server. I am looking at converting multiple document types, but for
now I'd like to know about .doc files. Basically, the user would upload
their original file, and it would be handed back to them as a PDF.
Does MS O... more >>
hi
Posted by commodus at 12/24/2005 6:32:37 AM
http://www.vikasumit.com/tutorial/programming/dotnet/changingformaction.php
... more >>
Upload a directory structure in ASP.Net
Posted by Rasmus at 12/24/2005 3:09:02 AM
I’m looking for a solution to the problem of uploading a complete tree of
folders and files to a webserver running an ASP.Net site.
I’ve been looking at the Xupload ActiveX from Persist and got it working,
and on the aspx page I can get all the files but I can’t recreate the folder
... more >>
Help: Javascript for checking user
Posted by noor at 12/24/2005 1:07:45 AM
hi,
can any one tell me a javascript that can be called on mouseover event of a
html link control .
script can check from session either a user is login or not
In the case of Login it will redirect to the given url.
In the case of not Login it will prompt the user that u r not login kindly
log... more >>
dataview transfer
Posted by Daniel at 12/24/2005 12:37:01 AM
HI all,
Does anyone know how to transfer the filtered dataview to another new
dataview?
for example, in dvA has 3 rows. After filter by condition, it has 2 rows
being displayed. The dvB set resource from the after-filtered dvA. It means
the dvB has only 2 rows data.
Any ideas??
tha... more >>
javascript for checking user
Posted by noor at 12/24/2005 12:35:34 AM
hi,
can any one tell me a javascript that can be called on mouseover event of a
html link control .
script can check from session either a user is login or not
In the case of Login it will redirect to the given url.
In the case of not Login it will prompt the user that u r not login kindly
log... more >>
|