| Thread | Last Post | Replies |
|
| promote asp.net app subdirectory to new application in web.config | 03 Oct 2007 20:52 GMT | 4 |
Is there a way to config a asp.net app subdir's web.config so that the sub dir becomes a new IIS application in Visual Studio 2005? I need this because the authentication mode for the subdir is different from the parent (form vs windows). I guess I can do so manually in IIS, or ...
|
| Lost UTF-8 encoding on all files while converting ASP.NET web from 1.1 to 2.0 | 03 Oct 2007 19:34 GMT | 4 |
I'm maintaining a multi language website and have tried to convert it from ASP.NET 1.1 to 2.0 using Visual Studio 2005. When it had finished, I noticed, that it converted all my aspx pages to western european codepage. The original files were saved in UTF-8 (with signature). All ...
|
| error in AJAX page | 03 Oct 2007 19:03 GMT | 2 |
I have a page that has some updatepanel in it. It was working properly till very recently but today I noticed that it is not working properly and when the page is loaded, it reported "done but with error on page". Trying to find the source of error, I come to this message:
|
| Reading JavaScript File Issue | 03 Oct 2007 18:43 GMT | 3 |
I have a javascript file that I want to use on a button. If I have the javascript file in the same folder as the webform then it works for eg: /SampleApp/WebForms/TestForm.aspx
|
| Confused about AJAX control library | 03 Oct 2007 18:04 GMT | 2 |
Yesterday marks the start of my research on the new (to me) .net AJAX framework. I checked with my web host and they have the framework installed. I installed the framework on my dev machine and noticed only a few controls
|
| Newbie: error loading Hello World | 03 Oct 2007 17:39 GMT | 1 |
Help! I've been developing an ASP 2.0 app locally. Now when I want to upload to a web hosting company, I am getting errors. I have never dealt with the web hosting company before and this is my first ASP venture. I created a small Hello world program and uploaded Default.aspx ...
|
| Accessing framework 2.0 assembly in framework 1.1 application | 03 Oct 2007 17:22 GMT | 2 |
We have couple of assemblies developed in framework 2.0, we need to include them in project reference in our one of the application which was dewveloped in framework 1.1. I trie to ad them but IDE VS.NET2005 doesn't allow me to do the same.
|
| Do IIS applications "go to sleep"? | 03 Oct 2007 16:53 GMT | 7 |
In a previous thread, I was asking about setting up my global.aspx which inherits System.Web.HttpApplication. This is where there are the event handlers like: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
|
| int? | 03 Oct 2007 16:14 GMT | 3 |
what's the difference between int? and int
|
| Custom WebControl with OnClick event | 03 Oct 2007 15:32 GMT | 3 |
Hello Developers, How do create a custom WebControl (not UserControl), exposing OnClick event? I reviewed countless examples found by Google, but came across nothing helpful.
|
| Membership.CreateUser: The E-mail supplied is invalid. | 03 Oct 2007 14:50 GMT | 2 |
Hi Expert, Dim u As MembershipUser = Membership.CreateUser("jfewfewa801", "r09gtrez30@") Above statement return "The E-mail supplied is invalid." until I set
|
| postponing changes to the database while using gridview-sqldatasoruce | 03 Oct 2007 13:53 GMT | 2 |
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/msg/01cd ac5093057079 Hi, above is the link to a question posted by soomeone in this usergroup an year ago, but it never got answered. I have exactly the same question.
|
| GridView Colun which is not visible is not rendered | 03 Oct 2007 13:07 GMT | 1 |
I have a column in my GridView which is not visible. As a result it does not get rendered. I want to be able to access the value in this column from my JavaScript. What other way can I do this?
|
| How to remove .extension from a System.IO.FileInfo file ? | 03 Oct 2007 12:16 GMT | 3 |
How can i remove the .sql extension from my script files?? I want to read all scripts in directory into a hashtable, and use Right(scriptFile.FullName, 3) as my key and full name as value: 'buildscript_001.sql
|
| PasswordRecovery Control and SMTP Server | 03 Oct 2007 12:15 GMT | 1 |
Where do you specify the smtp server for this control ? Do you need code ?
|