| Thread | Last Post | Replies |
|
| ASP.net newbie - Insert records | 15 Nov 2007 14:47 GMT | 5 |
I am very new to .net and sorry if my following question is a bit stupid... I've been watching alot of video tutorials on asp.net, which are very good to get started. Most of these videos are build around the standard controls of .net (grid
|
| global.asax Application_Error not firing on forced exception?? | 15 Nov 2007 13:47 GMT | 1 |
I'm forcing an error/exception in one page as follows Protected Overrides Sub OnLoad(ByVal e As EventArgs) Dim badthing As New Exception("XXX") Throw badthing
|
| IE does not accept session cookies | 15 Nov 2007 13:19 GMT | 2 |
I came across this weird problem: 1. Session state stops working after the app is deployed to another server because IE does not accept cookies.
|
| how to start sub from javascript? | 15 Nov 2007 13:15 GMT | 10 |
The user must enter a name into a text input control. Then i want to give him the choice between clicking on the button with the mouse or pushing the ENTER key of the keyboard. This works when clicking on the button. My problem is that i don't know how
|
| Name of assembly | 15 Nov 2007 11:59 GMT | 1 |
Hi misters I have an Dll (assembly), Servicios.Base.dll, How I get the full name of assembly without source code (not use Reflection), only a tool (Reflector perhaps) o VStudio ?
|
| threading won't work on function with parameters | 15 Nov 2007 11:07 GMT | 2 |
I'm trying to use threading model in my web service but addressof does not work with functions I'm using VS 2005 my code:
|
| Clear IFRAME from code behind? | 15 Nov 2007 10:48 GMT | 7 |
I have a ASP.Net page with an IFrame control. I need to make it empty from code behind. Is it possible?
|
| testing error page logic. Don't debug in VS.NET 2005? | 15 Nov 2007 10:41 GMT | 4 |
vs.net 2005 asp.net 2.0 website. While in vs.net, and testing my project, I don't want errors to end up in debug mode in the code. I'd like them to go to the preset error page set in the web.conig. How can I do this?
|
| GridView insert button | 15 Nov 2007 10:19 GMT | 1 |
Is it possible to, instead of having the GridView Insert in each GridView row, have it before the GridView or maybe in the GridView footer? Thanks,
|
| Asp.Net 2.0 Documentation | 15 Nov 2007 10:01 GMT | 3 |
How can I generate documentation for my asp.net 2.0 application? Thanks
|
| Question: Gridview question (displaying data from a related "many" table) | 15 Nov 2007 05:08 GMT | 1 |
I have a gridview that displays a listing of cars for sale. It's based on a "Cars" table. (The "Cars" table has a 1 to many relationship to "CarPictures" table.) On each gridview row (ie for each car) I want to show just 1 picture from
|
| Reason for Shutdown: HostingEnvironment | 15 Nov 2007 02:00 GMT | 4 |
In my Application_End method in Global.asax, I log the shutdown reason (System.Web.Hosting.HostingEnvironment.ShutdownReason) and any errors returned from Server.GetLastError(). Occasionally (2-3 times a day) I get a shutdown for reason HostingEnvironment, with no errors.
|
| How to check users against security groups in Active Directory | 15 Nov 2007 01:46 GMT | 2 |
My sceanrio is this on an asp.net 2.0 freamework. I want to use any of the data controls e.g Gridview,DetailView etc.. But i want some buttons e.g update,edit save etc to be enable or disabled based on if they belong to some security groups in active
|
| Is it possible for java based applications to use asp.net forms authentication mechanism | 15 Nov 2007 01:00 GMT | 5 |
We have a requirement where in a java based web application is getting integrated with the existing .net based web pages. The .net based web pages are secured through forms authentication. Is there any mechanism where we can extend the same form based authentication to java based
|
| adding httpmodule causes ambiguous confi | 15 Nov 2007 00:56 GMT | 2 |
ok, so, i've got a web project in c#. I'm using IIS instead of dev server. The application builds fine until I add an httpmodule I intend to use for URL rewriting and it's entry in the web.config. the httpmodule is basically a simple implementation as all I've done so far is to ...
|