all groups > asp.net > january 2008 > threads for sunday january 27
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Windows XP Pro, IIS and .NET 3.0/3.5
Posted by Just D at 1/27/2008 8:56:16 PM
Is there any way to get .NET 3.5 in the drop-down list in the Windows XP IIS
Virtual Directory Settings? I'm seeng only 1.1 and 2.0 and that's it. VS2008
is able to use the built-in IIS, but I can't switch to a "real" IIS.
Just D.
... more >>
Retrieving the COM class...
Posted by zion at 1/27/2008 8:55:52 PM
Hello all,
In my Asp.net application I use Dcom object to retrieve some data.
To configure it I checked : "Enable COM Internet Services on this computer
and" and add the user ASP.NET to COM security.
At one of the test computers I get the error : "Retrieving the COM class
factory for compone... more >>
Reference required to assembly error
Posted by John at 1/27/2008 7:00:20 PM
Hi there,
Can anyone decypher what this error is telling me? This is something that
was working perfectly happily after making some changes recommended by Bruce
Barker (see:
http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/fa2e000be69f8b5b/5fab... more >>
asp.net v1.1.4322 CS0016
Posted by John at 1/27/2008 4:08:15 PM
Ok, I give up. I have an XP SP2 development system that has both asp.net
v1.1.4322 and v2.0.50727 loaded on it. When I try to run my web site in
debug mode, I get error CS0016 as follows:
Compiler Error Message: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v1.1... more >>
Table Ignores EnableViewState
Posted by Jonathan Wood at 1/27/2008 1:46:07 PM
I have a table that I dynamically populate by creating cells and rows. The
data comes from a database so I would prefer to have the table store the
data in its viewstate rather than having to repopulate it on every postback.
But it doesn't work. I ensure the table's EnableViewState is true. B... more >>
ScriptManager and ClientScriptManager
Posted by news.rz.uni-karlsruhe.de at 1/27/2008 12:16:58 PM
What exactly is the difference between ScriptManager and
ClientScriptManager?
Do I use the ScriptManager whenever I use a script on an asp-ajax enabled
page
and the ClientScriptmanager otherwise or has it to do something with
accessing ajax controls?
Regards
R4DIUM
... more >>
Need help with Response.Redirect
Posted by AboutJAV@gmail.com at 1/27/2008 9:39:53 AM
HI,
On my development pc, I am using this following line when the user
click on the button from my webpage
Response.Redirect(Request.ApplicationPath + "/Search.aspx?
Search=" + "B");
The Request.ApplicationPath contains the name of my application
folder.
However, when I ftp ... more >>
Adding ajax/som event handler programmatically
Posted by news.rz.uni-karlsruhe.de at 1/27/2008 2:31:56 AM
I wrote an event handler with
Sys.UI.DomEvent.addHandler($get("MyButton"),"click",myfunc);
function myfunc(event)
{
alert("Hi!");
}
1.) If I write this code as a javascript block after the page under the
closing </html> tag everything works fine.
2.) If I write this code a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|