Contents

Posts in microsoft.public.dotnet.framework.aspnet

 

Is this static method threadsafe?  Replies (2) 13 January 2006
Hello All, Following is a static method. Can you please tell me if this is threadsafe...why? If it is not threadsafe...why? Thank you. public static string GetCachedApplicationWideObject(st...

 

ObjectDataSource and ReadOnly Object Property  Replies (1) 13 January 2006
LS, I've an object who has an readonly property named Id, this property is filled from the database with an Identity-value. When I execute "DetailsView1.UpdateItem(true);" then I get the follo...

 

ASP 1.1 and SQL 2005  Replies (1) 13 January 2006
Hi, I have a server with some ASP 1.1 Applications and MSDE 2000 I need to install an ASP 2.0 application and i want to install also SQL 2005 Express Question: It's ok to remove MSDE 2000 and...

 

output cache question  Replies (1) 13 January 2006
This might not be the forum for this but oh well... I have a web app that writes fields into a PDF document, it then displays a link to this document via an anchor tag. Here is where I get confu...

 

Compiler Error: [No relevant source lines]  Replies (1) 13 January 2006
Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyProjectName\331c872a\fd27ed37\App_Code.wg0_ken7.dll' could not be found ...

 

ASP.Net prefers Firefox?  Replies (1) 13 January 2006
I had Firefox set as my default browser, but I wanted to change back to IE when testing my webservices. Easy enough....(in IE) Tools>Internet Options>Programs then check "Internet Explorer shou...

 

Session Authentication Authorization  Replies (1) 13 January 2006
HI i have tried different types of form based authentications but im not able to get how to make a session level authorization. im a begginer and im not able to make that difference off like what ...

 

How to show variable on webpage?  Replies (1) 13 January 2006
I'd like to display a string variable on a webpage depending if the URL has "localhost" in it or not. The string variable will have line breaks and this text: How do I go about accomplishing t...

 

403 (Forbidden) Error  Replies (1) 13 January 2006
This page is for the google crawler and requires no response. I had a problem accessing web sites in ASP.NET using VS 2005. When I launched an ASP.NET web site, from Visual Studio or from my brow...

 

Macromedia Flash ASP.NET Developing Problem  Replies (1) 13 January 2006
Greetings, i am developing asp.net 1.1 application and i wanted to make the Presentation Tier done in Flash, how can i do this ??? i am sure that many developers had done it before, i am famil...

 

Access local port or Running local exe file  Replies (1) 13 January 2006
I am building a POS System with the cash drawer attached to the 1 of client locally. Since the connection of Drawer is locally, how to access the local port on the client ? My second question i...

 

debugging a databind that is actually working?  Replies (1) 13 January 2006
I am getting this error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value specifically on the line where I am databinding data...

 

PLS HELP: Simple adding data to db in ASP.NET 2.0  Replies (1) 13 January 2006
Is there any example that shows how to do something like this (the simplest way) in ASP.NET 2.0... 1. Simple webform (called "AddProduct") with several textboxes (txtProductName, txtProductPric...

 

Prerender changes get lost after Page.RenderContro ...  Replies (1) 13 January 2006
I am trying to send a webpage with datagrids as an email so I use the code snippet below. In one of my datagrids, I reformat some rows in the datagrid's Prerender event. The code behind of the page ...

 

Could not load type error when loading project to ...  Replies (1) 12 March 2001
Hi All, I loaded some file .aspx to a web hosting(to a webserver) and i get error:- Could not load type 'Test.default2' I know its due to compilation.Is there a way i can get around this?...