Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > december 2005 > threads for sunday december 18

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

client-side js and viewstate
Posted by Fred at 12/18/2005 11:55:59 PM
hi, is there published js code to make changes to the asp.net 1.1 view state?...more >>

My cookies don't save... Why?
Posted by ThunderMusic at 12/18/2005 11:45:14 PM
Hi, I have an application that must save a cookie on the client's machine. I use this code and it doesn't work. Can someone tell me what's wrong with this code please? HttpCookie UserCookie = new HttpCookie("SomeCookieName"); UserCookie.Expires = DateTime.Now.AddYears(5); UserCookie.Values...more >>

XML Space
Posted by thomson at 12/18/2005 10:22:31 PM
Hi all, i do have an XML file , which iam reading it through an XSLT to produce an HTML file. MY exact problem is in one of my element <Column><Value>File</Value></Column> When i parse it throught XSLT iam able to get the Value as File, OK, But I need to put a <Colu...more >>

urlMappings .net2
Posted by Alexander Widera at 12/18/2005 9:42:15 PM
Hi, is there something new in .net 2.0 about the topic "urlMappings" regarding dynamic url "redirection" ? I want to call "/testpage/topic1/new.aspx" and it should redirect to "/mypage.aspx?page=testpage&content=topic1&param=new" Is there something new in .net2.0 or have I still to use Re...more >>

set masterpage for browser in web.config (.net2.0)
Posted by Alexander Widera at 12/18/2005 9:24:52 PM
Hi, it is possible to set the browser dependent masterpage in the web.config, and how? in the page attributes it is an easy way, but in the web.config? In the page-tag it would look like this: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" i...more >>

PageLayout
Posted by Joseph Bittman MVP MCSD at 12/18/2005 7:06:30 PM
December 18, 2005 :( Where did the PageLayout - Grid Layout property go in 2.0???? :'( It is driving me crazy having to use tabs & spacebars to get my controls to places on the form! :(((( PLLLLLEEEAAASSSEEE don't say they took out that ability! :( :( :(???? -- ...more >>

NUnit Testing
Posted by JJ at 12/18/2005 6:51:49 PM
Hi, In Nunit testing with asp.net are you guys creating a separate Test assembly for testing or integrating right in class themselves? Is anyone using a third party Unit Test addon for Nunit to test asp.net? What is it called, and how do you like what you are using? Any problems testing use...more >>

Fule Upload Problem
Posted by Showjumper at 12/18/2005 4:37:11 PM
I have a problem uploading files via a webform. I am getting the dreaded Access to path... is denied message. This is on my local machine while i develop the site. I have right clicked the folder, properties, and selected read, write but i still get the error. Using asp.net 1.1 and xp pro ...more >>



ASP.NET 2.0 - browser refresh repeats operation
Posted by Amelyan at 12/18/2005 2:30:17 PM
How do you prevent browser "Refresh" action from repeating the last operation (e.g. button click event) of my aspx page? ...more >>

Conditional coding
Posted by John at 12/18/2005 2:11:54 PM
Hi On a webform I need some links to appear only if some condition is met. Basically I am looking for something like this; if x=y then <-- generate html to display the relevant link 1--> end if if a=b then <-- generate html to display the relevant link 2--> end if Could someone...more >>

Membership roles question
Posted by John at 12/18/2005 1:52:12 PM
Hi I am using the login control with a custom membership provider. My question is; once the user has logged in how do I programmatically check what roles the user belongs to, to provide the user with the relevant features? Thanks Regards ...more >>

vb with c#
Posted by יואב at 12/18/2005 1:13:01 PM
i have vb project in visual studio 2003 and i want to add exsisting C# file to my Project. my Question is if i can do it and if its possible ? ...more >>

<customErrors mode="Off"/> PROBLEM
Posted by Savas Ates at 12/18/2005 12:49:25 PM
I have a web application It works well in my local fodler.. When i upload it to my web server i got To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory ...more >>

Connection string not working when moving from sqlexpress to sqlserver
Posted by John at 12/18/2005 12:39:20 PM
Hi I am manually able to create a connection to my db in the vs2005 ide using Tools->Connect to Database. In the connection I see 'Data Source=MYSERVER;Initial Catalog=aspnetdb;Integrated Security=True' as the connection string and 'NET Framework Data Provider for SQL Server' as the provider....more >>

could you tell me the lastest .net framework version ??
Posted by micky at 12/18/2005 7:09:31 AM
the .net framework on my system is...like this. -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 is it the lastest version of .net framework? ...more >>

How to deploy asp.net when 2 or projects share the same assembly
Posted by Mike9900 at 12/18/2005 6:05:02 AM
We need to deploy 2 or more projects that share the same assemplies , such as common.dll. And so we need to put all these files in the same //bin directory in the server with common files. But the assebmly name for the proect is the same. For example, we need different assemblies for each p...more >>

I Lost My Navigator/Toolbox for CSS in VS2003
Posted by JebBushell at 12/18/2005 1:45:01 AM
While editing a stylesheet in VS 2003, I closed the navigation tool that normally appears on the left. Now I want it back and I can't find it. Can anyone please help? I'd like to learn two things: how to get my tool back and where to look in the documentation if something like this happen...more >>


DevelopmentNow Blog