| Thread | Last Post | Replies |
|
| File Upload with asp.net by one Click | 22 Jul 2005 11:30 GMT | 1 |
i have a proble with uploading files in asp.net. i want to make a special file upload-page without displaying the common html-file-upload-control. i have a made an additional upload-button which shold display the
|
| IsReuseable | 22 Jul 2005 11:25 GMT | 1 |
"Gets a value indicating whether another request can use the IHttpHandler instance." What does this mean in practice? Thanks,
|
| Choosing a file in server | 22 Jul 2005 10:40 GMT | 1 |
My asp.net web application is working somthing with the data files which is located in the web server. i have to give the option to the user to select the file he wanted to process(files are in web server). how can i do this? Thanks in advance.
|
| Unlocking db objects in Session end | 22 Jul 2005 09:41 GMT | 2 |
Dear Folks, in my web page i am locking some table, in DB. and i take care to unlock it when a log out button is clicked before the session is abandoned. however
|
| Adding to a System.Array | 22 Jul 2005 07:15 GMT | 3 |
I am trying to add an item to a System.Array and I get an error: BC30456: 'add' is not a member of 'System.Array'. My code is: ********************************************************************************************
|
| remove space below cell | 22 Jul 2005 05:29 GMT | 2 |
How do i remove the space below the 'hello'? <TABLE> <tbody> <tr>
|
| Visual Studio 2005 and SqlExpress | 22 Jul 2005 03:36 GMT | 1 |
Is SqlExpress part of Visual Studio 2005 (beta 2)? Or do I need to install it separately? Thanks!
|
| Stopping Someone from losing their changes Part II | 22 Jul 2005 02:30 GMT | 3 |
I was reading this previous post on how to prompt the user if they want to save their changes before they exit the form. I found this piece of code but am not sure where to put it <script language="javascript">
|
| thread was being aborted | 22 Jul 2005 02:21 GMT | 4 |
I have some code that creates and writes to an excel file. Right as I response.end() to avoid HTML in the Excel document, I get an exception: --------------- An attempt to log the following error
|
| Getting path of running codebehind ? | 22 Jul 2005 01:57 GMT | 2 |
For an asp.net application I would like to store the DB connectionstring to be used in a configuration file. I know I can use the web.config file for this (and know how to read from it). However, because I have my asp.net application hosted all codebehind
|
| VisualStudio doesn't create attribute in codebehind for <asp:tablecell> | 22 Jul 2005 01:24 GMT | 1 |
i am using the VisualStudio FormDesigner to create an asp:table. I want to populate an asp:tablecell with different controls at runtime. In the codebehind file, there is an attribute for the asp:table. I can use this to
|
| Abstract Base Page - Bug Fixed In 2k5? | 22 Jul 2005 01:10 GMT | 1 |
In .Net 2003, the IDE would show an error message of "Type Abstract" when you try to open the designer of a Page that inherits from an abstract class. Has this been fixed in VS.Net 2005? Mythran
|
| Stopping somebody from losing changes when they navigate away from a page. | 22 Jul 2005 00:02 GMT | 9 |
I have a page where the user can make changes to some DB stuff. It's not saved until they hit the save button. I'd like to have it so that if they attempt to navigate somewhere else, I give them a warning (and preferably the ability to stop them) if they don't want to lose their ...
|
| Base Page Design Question | 21 Jul 2005 23:57 GMT | 4 |
I am in the process of setting up a base page model for multiple reasons. One of the reasons is so that I can catch all exceptions when derived pages throw/raise them. I don't want to use the standard OnError virtual method to handle this requirement because the form does not ...
|
| application structural design | 21 Jul 2005 23:14 GMT | 1 |
My application's directory structure is as MyApplication
|- Admin dir |- Customer dir |