| Thread | Last Post | Replies |
|
| Best practices around "Page_PreRender" and "Page_Load" events | 31 Jul 2007 13:37 GMT | 7 |
Are there any best practices or recommendations around using "Page_PreRender" vs "Page_Load"? We are thinking to completely switch to Page_PreRender event to handle page's controls initialization requirements. I went through some asp.net page life cycle documentations (and ...
|
| Dynamically program User controls in a Master page from a content page | 31 Jul 2007 12:56 GMT | 1 |
How to Dynamically program User controls in a Master page from a content page Thanks
|
| ie6 response.flush problem | 31 Jul 2007 12:56 GMT | 3 |
I have a problem with a response.flush code only with some versions of IE6. This is my code: private void Page_Load(object sender, System.EventArgs e)
|
| Web site for mobile phones | 31 Jul 2007 12:53 GMT | 2 |
I need to build a simple web site which is viewable by mobile phones. This is a new area for me. Can someone point in the direction of some useful information on using Visual Studio 2005 to create such a site? Thanks,
|
| ObjectDataSource and DropDownList | 31 Jul 2007 12:32 GMT | 7 |
I have a asp.net page that has a DDL tied to a ObjectDataSource. I want the DDL to display a blank in the list when the page is first displayed and let the user select the entry they want. I have tried CategoryList.SelectedIndex = -1
|
| What is the best way to track marketing campaigns (using IIS / asp.net 2.0) | 31 Jul 2007 09:38 GMT | 2 |
Microsoft IIS (latest) asp.net 2.0 Hi How can we track (numerous) separate marketing campaigns using IIS and
|
| Go Back to Search Results Page | 31 Jul 2007 09:36 GMT | 4 |
I have a page that contains search criteria and when you click on the search button it causes a post back that populates a dataview on the same page. One of the gridview columns contains a link that navigates to a details page. When I try to go back to the search results page i
|
| HRESULT return value in Javascript without exception | 31 Jul 2007 08:24 GMT | 6 |
If I call my own DLL from Javascript, a HRESULT is returned. Javascript cannot cast this to an integer. Is there any other way of typecasting this returnvalue to integer, wihout using the exception method which is described everywhere ?
|
| For certain directories, protecting files from direct access that match a naming pattern OR mediating http access through my app | 31 Jul 2007 07:49 GMT | 1 |
Short version: I want to know how in ASP.NET I could bar direct http access to some files in a directory that match a pattern, but not others. An alternate solution would be to bar all direct http access to files and require that any access of the files be mediated by my web ...
|
| Forms authentication failed - ticket supplied has expired | 31 Jul 2007 04:34 GMT | 7 |
Running ASP.NET 2.0 on Windows 2003. Getting events in App log for Event code: 4005 Event message: Forms authentication failed for the request. Reason: The ticket
|
| Can an ASP.NET application running on WinXP+IIS5 access to SSRS web service? | 31 Jul 2007 04:24 GMT | 4 |
I am developing a web application on windows XP. A page within my application needs to access to SSRS running on the same machine. Once the web application tries to consume the SSRS web services, I receive the following error:
|
| Is there anyway to prevent ObjectDataSource query the database when the page opens? | 31 Jul 2007 04:21 GMT | 3 |
I have a search result GridView bound to an ObjectDataSource. Once I open the asp.net page, the ObjectDataSource automatically refreshes the GridView which is the default behavior. I am trying to disable automatic query feature in ObjectDataSource, such
|
| Request Validation | 31 Jul 2007 02:58 GMT | 3 |
I have a question regarding to how to do the request validation on user's input. We all know in asp.net. when user input something like <a>blah blah</a> by default, It will throw a HttpRequestValidationException say "A potentially dangerous Request.Form value was detected from ...
|
| Translate jsp pages into asp pages using xslt | 31 Jul 2007 00:49 GMT | 7 |
I was just wondering whether it is possible to translate JSP pages into ASP pages using XSLT. What I want is to be able to open a currently available website developed in JSP in a blackberry. Considering the limited real estate
|
| HELP with several Issues with DotNetNuke and asp.net | 31 Jul 2007 00:36 GMT | 4 |
I'm very new to DotNetNuke and asp.net, and having several major issues. I'd really appreciate any help you could give me! I'm using DotNetNuke 04.05.03 and asp.net 2.0 I have two databases set up: DotNetNuke (which I installed myself
|