| Thread | Last Post | Replies |
|
| customErrors mode="Off" does not work | 02 Apr 2008 02:56 GMT | 1 |
I cannot get <customErrors mode="Off"> to work at all in .Net 2.0 if I set it to 'Off' it behaves as if it was set to 'RemoteOnly' i.e. I can see the error detail when accessing it from the local PC but not from another machine, but if I access it from a remote machine I get the ...
|
| ResetPassword Requiring passwordAnswer | 02 Apr 2008 02:52 GMT | 3 |
I have a site that is using membership as provided with ASP.NET. I have a page to reset the password, that is only available to the site administrator. I have RequireQuestionandAnswer set to false. web.config entries
|
| Help on New Breed Java/Rich Internet Technologies | 02 Apr 2008 02:49 GMT | 1 |
I recently moved south to Bangalore and I am working for a large software integrator. My project team is working on a JEE application project that uses test driven development methodologies. We are planning to use a host of new breed technologies such as Enterprise
|
| enterprise library - validations | 02 Apr 2008 02:48 GMT | 1 |
Please pardon me if this is not the correct group to discuss. pls suggest the suitable newsgroup if this is not the right one... Question 1 I am using enterprise library 3.1. I have an aspx page which is calling the
|
| Problem with Sorting AND Paging in a GridView | 02 Apr 2008 02:13 GMT | 1 |
I have a GridView, with sorting and paging enabled. The GridView is bound in code-behind, where I also have the sorting and paging event handlers. Both sorting and paging seem to be working fine, but the problem is,
|
| textbox event not triggering until tabbing off | 02 Apr 2008 01:33 GMT | 1 |
Hi, On my form I have a txtbox say txtbox1 as part of a number of fields, mainly combo boxes that are involved in a search. However I have a imagebutton called
|
| Use Master Page functions in a Content Page? | 02 Apr 2008 01:25 GMT | 6 |
Is there a way to call Master Page functions (i.e. classes or voids) from a Content Page? Similarly, is there a way to reference Master Page controls from a public Class--such as one that resides under the App_Code directory?
|
| newbie question regarding Gridview | 02 Apr 2008 01:09 GMT | 1 |
Hello I have a form that uses a Gridview to display data obtained from the database. The problem I am having is that the data I receive is tremendous amount of text.
|
| how to deploy web application with database and create exe using c#.net ? | 02 Apr 2008 00:36 GMT | 4 |
|
| hide the exe from internent access in a asp.net 2.0 web application | 01 Apr 2008 23:13 GMT | 2 |
I have a asp.net2.0 web application which will run some executable (written in standard c++) to do some job. I do not want to make the executable downloadable. What should do ? Change web.config?
|
| Websetup can't replace web.config | 01 Apr 2008 22:17 GMT | 2 |
I packet my web application with WebSetup project of vs2008. When a user used the websetup package in a machine which has been installed a old version of my web application, the web.config can't be replaced. What is the problem with vs2008? I didn't meet such a problem when with
|
| How to enforce a specific sequence of pages access? | 01 Apr 2008 20:10 GMT | 1 |
I'd like to make sure that users access pages in a specific sequence. For example, if a site consists of 3 pages, I'd like users to access first Page1.aspx, then Page2.aspx, and then Page3.aspx. But they should be able to go back in a 'random access' mode and be able to access ...
|
| The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user. Parameter name: value] | 01 Apr 2008 18:36 GMT | 1 |
am facing a problem that i created a web app that contains web part control it worked gr8 when i was working on my own machine but when i uploaded it online it didnt work and i keep getting the erro The specified display mode is currently disabled on this page. Make
|
| pageBaseType attribute in pages element | 01 Apr 2008 17:53 GMT | 5 |
I am using the pageBaseType attribute in web.config to define a common base class for all my pages: <pages pageBaseType="BasePage" > However, when I run the site I do not get an error or any notification that
|
| Visual Studio 2008 Publishing simple ajax site to ASP2.0 shared host | 01 Apr 2008 17:47 GMT | 2 |
I am attempting to publish the following basic test site to a Fasthosts asp2.0 + ajax enabled shared host. Using the publish procedure in Visual Studio 2008 with an asp non 'ajaxified' site works OK but this throws an error (Server Error in '/' Application.)
|