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 > october 2003 > threads for sunday october 26

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

what the heck is "ASP.NET Web Matrix" ?
Posted by Martin Nicholson at 10/26/2003 11:01:36 PM
Can anyone enlighten me as to what "ASP.NET Web Matrix" is? Is this some VS.net "light" version, or what? Anyone use it? Here's a link to an article about it: http://www.asp.net/Default.aspx?tabindex=0&tabid=1 TIA, -marty nicholson ...more >>


how to transfer a file that created in server to client computer?
Posted by TaeHo Yoo at 10/26/2003 10:11:28 PM
Does anyone know that how to create a file in client computer that is exactly the same flle as the one in my server? What I am trying to do exactly is client could create a crystal report in our website and if this client want to export this report in doc or pdf format they should be able to d...more >>

Grid's cell?
Posted by ll at 10/26/2003 9:55:05 PM
Hi, How to control the grid, so that the cell's wording won't wrap? Thanks. ...more >>

integrate two apps, Help!!!
Posted by Paul nevegue at 10/26/2003 9:51:54 PM
I need to integrate two seperate application one is written in java and the other is a .NET app is there a way to integrate the two without having to use web service or use the .NETjava bridge tool? Is there a way to do this by making libraries compatable from one of the apps to the other perh...more >>

Checking string's length with validator controls
Posted by Pierre at 10/26/2003 8:58:42 PM
I need to check the length of a string in a textbox control. I used RegularExpressionValidator with ".{0,20}" to check if the string is between 0 and 20 characters. Is it possible to use the other validator classes to check a string's length? I tried RangeValidator but it seems that it checks fo...more >>

XML and XSLT
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/26/2003 8:55:13 PM
Hi Guys, I am using XSLT to render my XML dataset at the client side to HTML code. When I am trying to load the XslTransform with an Xslt file, it gives me the following error. >>>> The path is too long after being fully qualified. Make sure path is less than 260 characters. I have...more >>

Output of WebForm Page
Posted by Vannela at 10/26/2003 8:24:15 PM
I have done a simple ASP.NET Application in my system using Servercontrols. But when i run it i am unable to se the controls on the page .I have placed some labels with some text and i could see the labels but not the other controls like textbox etc., what might be the probelm Please can...more >>

server unavailable error message
Posted by shahzad at 10/26/2003 8:21:11 PM
i get thius error msg when i run my aspx page Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message det...more >>



Folder hierarchy from a database table
Posted by Do at 10/26/2003 8:07:58 PM
Hi, I have a database table with the following fields: id, name, parentid. These fields are supposed to create a hierarchy for a list box, an infinite hierarchy Child fields of parent fields should be indented. Root folders have a parentid of zero. Child folders in the hierarchy have pa...more >>

Session state being lost
Posted by Jacob Anderson at 10/26/2003 8:06:01 PM
Hello, I have a web application running in two configurations: 1. On my local machine running in debug and release mode 2. On a shared, hosted, machine in release mode On my local machine, the app never loses its session state (which is how I manage the login state for the app). On th...more >>

Running exe as an independent process
Posted by Hagay Lupesko at 10/26/2003 8:02:50 PM
Hi, How can I allow users to run a .net exe which is located on the server as an independant process (I mean not inside IEExec) ??? Thanks, Hagay. ...more >>

ASP.NET using ADO.NET connection runtime error
Posted by Matt at 10/26/2003 7:37:58 PM
I created a simple ASP.NET using ADO.NET application to connect to SQL Server. However, it produces the following run-time error. I think ASPNET is the ASP.NET machine account created by VS.NET, and I already added ASPNET in IIS Manager in directory security tab, and disable the checkbox of anony...more >>

How to retrieve db table field's max length by using ADO.NET?
Posted by Jacky at 10/26/2003 7:09:40 PM
How to retrieve db table field's max length by using ADO.NET? Please advise. Thanks...more >>

Download dialog box show instead of ASP.NET page
Posted by Don Peters at 10/26/2003 3:46:45 PM
I'm relatively new to ASP.NET. I'm running it under Win XP Pro, using Visual Studio 2002.NET (haven't migrated to VS2003 yet). The ASP.NET application I'm having a problem with was initially set up on a laptop running Win2000, where it ran successfully. I've copied all the files over to my d...more >>

web.config and global.asax
Posted by Brian Henry at 10/26/2003 1:56:27 PM
What all can i do with these two files? i know a little about them but never really used them that much, is there any good resources for asp.net out there on them? thanks ...more >>

makeing code run on each page view
Posted by Brian Henry at 10/26/2003 1:52:12 PM
is there a way to make a procedure run on every page universally? like for a security check type thing.. to make sure someone has access to that page, run a security check method for each page the viewer visits, check to see if they have access if they do let them see it if not redirect them? tha...more >>

Changing text in another frame
Posted by adrian at 10/26/2003 1:28:12 PM
I'd be very grateful if anyone could help me. I have a frame based setup and from within my main frame I'm trying to change some text in the header frame. I'm dabbling with javascript and have succesfully changed the source of an image using the script: window.parent.frames(0).document.fo...more >>

using a querystring
Posted by Bernie V at 10/26/2003 1:11:02 PM
Hey group ! I have a page where I have a newssection. Each line is a link. Is it possible to use a page news.aspx where I work with a querystring to refer to the page ? example: news.aspx?id=3 On my news.aspx page I have some usercontrols (header.ascx, leftside.ascx, rightside.ascx, footer.as...more >>

cache or delay postback?
Posted by rahkim NO[at]SPAM hotmail.com at 10/26/2003 11:27:01 AM
Hello, Ive placed a server control button on my aspx page. Ive created some client side script that Ive tied to the onclick action of this button. The script adds to a listbox the contents of a textbox. It works very well, but the page does a postback, and the listbox resets itself. The...more >>

String.ToUpper
Posted by Kerri at 10/26/2003 11:23:01 AM
Hi, I have a string 'hello world' I can UCase my string using String.ToUpper Is there anyway to just UCase teh first letter ofe ach word? Thanks, Keeri....more >>

application mapping in iis
Posted by Ian Turner at 10/26/2003 9:39:23 AM
Hi, In an attempt to get every request for a particular virtual directory to go through ASP.NET I've been trying to add a wildcard application mapping. The scenario is that any url for that VD, whether it resolves to an actual file or not, can be intercepted by an HttpModule and ultimately red...more >>

cannot get ASP.NET running with simple testfile
Posted by ernst at 10/26/2003 4:58:35 AM
Hello, I cannot get ASP.NET running with a simple testfile called "test.aspx". It contains the following lines: <html> <head> <script language="vb" runat="server"> sub page_load() meinLabel.text = "Hallo ASP.net Server funktioniert" end sub </script> </head> <body> <h1>hier kommt's:<h...more >>

Refreshing an ASPX Page
Posted by Kerri at 10/26/2003 4:06:48 AM
Hi, I have an ASPX Page where a user can update their account info. Having updated their account details I do a Response.Redirect to the same page in order to refresh teh details. However, I want to display a message in a literal that their account has been updated successfully. ...more >>

Refreshing a Crystal Report from a Viewer
Posted by Krishna Karthik at 10/26/2003 1:50:51 AM
Hi; I am using a Crystal Report Viewer to display Crystal Reports(rpt). I want to refresh these reports based on a timer. Inside the timer function i am calling CrystalReportViewer.RefreshReport() But this does not work.. Please help....more >>

Virtual Paths and HttpModules
Posted by Ian Turner at 10/26/2003 12:52:19 AM
Hi, Is there anyway, without dropping back to C++ and ISAPI filters, whereby I can route requests to virtual url paths through to the ASPNET runtime and ultimately processed by an HttpModule? Let me give you an example: If I have an website in IIS with host-header of www.mysite.com, no ac...more >>


DevelopmentNow Blog