| Thread | Last Post | Replies |
|
| Single Sign On // 2.0 // Membership Provider | 05 Sep 2007 12:26 GMT | 1 |
I've been googling and have found alot of links. This was a good 1.1 version link: http://msdn2.microsoft.com/en-us/library/ms972971.aspx So I thought I'd ask.
|
| very old and simple question regarding asp.net and apache | 05 Sep 2007 09:25 GMT | 2 |
Hope someone can give me a clear answer: which way I can go to run asp on apache solaris server? Thanks, Robert
|
| It is not possible to run two different versions of ASP.NET in the same IIS process. | 05 Sep 2007 07:57 GMT | 12 |
i keep getting "It is not possible to run two different versions of ASP.NET in the same IIS process." in my event logs. i know how to resolve the problem, but i've got hundreds of web sites on my server. is there a simple way of tracking down which site(s) are causing this error?
|
| Sending several input tags with the same name | 05 Sep 2007 07:38 GMT | 3 |
Hi guys, i have a question. On old asp, if i did this: <input type="text" name="myname" value="1"> <input type="text" name="myname" value="2"> asp would make request("myname")="1, 2"
|
| ASP.Net Menu Control (Look like tabs) | 05 Sep 2007 05:06 GMT | 1 |
Sorry for a re-post but there was no response in the other group. I am trying to replicate a menu similar to www.prosper.com which I find very simple and clean. I actually have it working with some custom code but I thought it
|
| build wants to modify web.config | 05 Sep 2007 04:47 GMT | 1 |
I have an asp.net solution with a web deployment project. When we try to build/debug, we get the message: An editor or project is attempting to check out a file that is modified in memory, which will result in saving it. Saving files during the build process
|
| Controls.Count, Controls.IsSynchronized, and Controls.SyncRoot | 05 Sep 2007 04:27 GMT | 4 |
I have a section of my code in which I need to know how many child controls a control has. Right now Controls.Count is returning the wrong value, which I realize is because Controls.IsSynchronized is False. After spending a few hours trying to figure out how I could determine the ...
|
| ObjectList Data-Binding to a List<MyClass> | 05 Sep 2007 04:12 GMT | 6 |
Let's say I have defined a class: public class TestClass { int m_ID;
|
| gridview with checkboxes problem (loosing rows count)... | 05 Sep 2007 03:36 GMT | 2 |
I have a gridview that has checkboxes that works fine on a single page where it is created and loaded in the "protected void Page_Load(object sender, EventArgs e)". However, in a separate file where I want the gridview with checkboxes
|
| Next ASP.NET Version - Incremental or Major? | 05 Sep 2007 02:43 GMT | 5 |
I understand that .NET Framework 3.5 is currently in Beta-2, with initial TRM expected sometime near the end of this year, with the big-time launch in February. Question: Are there major changes to ASP.NET that we can expect? Or would
|
| DataBinding & the ObjectList Control (Mobile) | 05 Sep 2007 02:22 GMT | 3 |
Hi. I have finally figured out the basics of the ObjectList control that I'm using for Mobile. Now I need help with some stuff that's a little more complex in actually binding data. Let's say that I have a Default.aspx and a Default.aspx.cs. On the
|
| Template fields | 05 Sep 2007 02:16 GMT | 1 |
I have a Grid view which I attached with dtasource ddSource1. I have a column in it "Roles" Which I converted as a Template field and create a dropdown list and attached to another datasource ddSource2 which is from another data table. but it is not working.
|
| Grid View | 05 Sep 2007 02:02 GMT | 3 |
I want to cpunt the number of rows in GridView. But it gives me the following error System.InvalidCastException: Unable to cast object of type 'UsersDataTable' to type 'System.Data.DataView'.
|
| FileUpload control not rending properly in Firefox | 05 Sep 2007 01:29 GMT | 7 |
Has anyone found a way to ensure that the file upload control renders the same in IE 7 and Firefox 2. In particular the width attribute. This renders ok in IE7 but not in Firefox 2.0 (width set to 600px): <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb"
|
| .net Changing $ to _ ? | 05 Sep 2007 01:03 GMT | 2 |
The GridView is generating the radios name with $ on the source page, like: "ctl00$Contentplaceholder2$grdContratos$ctl02$radioSimNao", but when I pass the jsFunc(RadioButton.clientID) on .net code it is generating: "ctl00_Contentplaceholder2_grdContratos$ctl02_radioSimNao", so ...
|