-
Hi All, Currently I'm working on a ASP.Net project. For that I have used Asp.Net MVC 1 release. My question is this. I need to localize text content of my web application and for that currently I'm using resource file with access modifier public. Problem is, all resource files need to be compile...
-
Hi, Is there a way of reading a cookie created from a main page (using javascript) when you are in a pop up, but i need to read in from asp.net thanks
-
somebody tell me how can i download 70-529 CD . i have the eBook , but i need the questions to do the mock exam practice .
-
1 <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="< %$ ConnectionStrings:MyConnectionString %>" 2 DeleteCommand= "F1ProjectDelete" DeleteCommandType= "StoredProcedure" InsertCommand= "F1ProjectInsert" 3 InsertCommandType...
-
Hi, When I send a HTML email by my ASP.Net application using the System.Net.Mail namespace, it goes to receiver's JUNK email box. Appriciate your advise on this regard. Thanks Lasantha
-
In my Wep application i'm writing a data table into the cahce (Cache.Insert()), and it contains the selections made by the user (like shopping cart), I just want to know what is the capacity of the Cache and on what factors the capacity depends on.
-
Hi everyone, i'm developing a web based inventory control system using asp.net 2005 and sql server 2005 .i also have used AJAX here. when running that web application (IIS) on server 2003 core 2 duo system some time application getting stucked .i have noticed on that time application has inserted...
-
Recently I installed Vista SP1 in my computer and after that when I try to access local websites, show an error as below CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\xxxxxx\95f50f84\53086ec\App_global.asax.c_1bmhbx.dll' -- 'Access...
-
Hi, I am new to ASP.NET (I normally do Java) I have created a Web site using ASP.NET C# and published it using Build -> Publish Web site. When accessing this site some times the site goes down and it gives the error "There are too many people accessing the web site at this time" I have attached...
-
Hi.. I used inbuild file uploader for uploading images to my web site. It works good but the problem is it requires the absolute path that the images to be copied. When I am going to publish my web site in a remote server, I can't get the absolute address of the folder that contain images rather...