| Thread | Last Post | Replies |
|
| AddHandler in C# doesn't work | 29 Oct 2007 15:49 GMT | 5 |
With ASP.NET 2.0: In VB code I have added controls dynamically, then added a handler using AddHandler(Object, Method) It all works fine.
|
| Control | 29 Oct 2007 15:42 GMT | 1 |
I created a custom control, Parent, with the following property: Property Rows As Generic.List(Of Row) Row is another custom control that creates some code. The problem is that I want to create different types of rows:
|
| Createing a httpmodule to log IIS | 29 Oct 2007 15:03 GMT | 2 |
I am interested in creatign a httpmodule that will log all IIS requests to SQL Server. I am just wondering, how would I be able to log bad requests such as 404 etc? Would I have to change the custom error page to a page that could
|
| Use ReportViewr To create Invoices | 29 Oct 2007 14:39 GMT | 1 |
I am trying to create an app that creates invoices from data in a database. Sales information is imported/entered throughout the day, then at EOD, all the reports are generated and printed. The data in the order information database might look something like:
|
| unhandled exception in custom web control (PS:PSGridView) | 29 Oct 2007 10:58 GMT | 2 |
I am writing ASP.NET application with will use custom web control PS:PSGridView (insertable grid view) downloaded from http://www.codeproject.com/aspnet/PSGridView.asp. My problem is that when user inserts/edits/deletes row in the control, an
|
| Password recovery 1.1 | 29 Oct 2007 08:59 GMT | 1 |
Unfortunately I am working on a site that started awhile ago in 1.1 and is just now being finished. This means I don't have all the features of 2.0 like the password controls. I am looking for some sample code or ideas for implementing password recovery. The passwords
|
| impersonate not working for directory. | 29 Oct 2007 05:55 GMT | 3 |
In web apage i want to copy file from one directory to some shared path. I set impersonate to true. Its copying the file using system.io.file.copy. But system.io.directory.exist for checking
|
| URL Rewriting for certain file types | 29 Oct 2007 03:53 GMT | 6 |
I've implemented a very simple URL rewriter using an HttpModule. It simply intercepts the url, looks it up in a local config table and redirects the browser to a different URL. Of course, this only works for files with extensions that cause them to be
|
| Timing Out a specific session variable? | 29 Oct 2007 03:04 GMT | 1 |
Any way to set a timeout for a specific session variable? I want a page to prompt for value if a session variable is not set to it. However, I want it prompt again if that session variable was set over 2 minutes ago.
|
| How to cause a 404 from code ? | 29 Oct 2007 00:08 GMT | 4 |
How can I create a 404 error from the code, which will look on the client side _exactly the same_ as he was trying to access a non existing page ? I want to use to filter users.
|
| how to get the page name? | 28 Oct 2007 23:57 GMT | 3 |
I want to get the name of current page. How can I do this? For example if I am running the code from a page called deafult.aspx, it should return me default.aspx and if I am running from a page called mypage.aspx, it should return mypage.aspx. page.tostring() doesn't return
|
| Embedding asp.net content elsewhere | 28 Oct 2007 23:43 GMT | 1 |
This may seem like a simple question to ask... I'm working on something that's going to have a centralised admin function and also allow users to embed a snapshot of their content on their own sites (which may run PHP, PERL or whatever).
|
| Initial data added but not updated | 28 Oct 2007 21:53 GMT | 4 |
I have a page that will allow a user to add new data to a database the first time they view the page and then allows them to return to add more data or to update existing data. The initial adding of the data works fine and all data added to first time the user sees the document
|
| Table in Content Area becomes 26x width of screen | 28 Oct 2007 20:21 GMT | 4 |
Here's a good one everybody. Probably another dumb programmer mistake, but I can't find it yet. The application I'm working on uses a Master Page which always displays a banner and links at the top, a vertical menu (3rd party) on the left and a
|
| How to set path to the WebForm JavaScript file | 28 Oct 2007 17:23 GMT | 7 |
I need to load the WebForm JavaScript from my own location instead of the resource URL ( http://localhost/WebResource.axd? d=4vyf787asdY8c9h_cvayUuA2&t=633236395245382000). Is there any way to change this default URL?
|