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 > may 2006 > threads for sunday may 28

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

DBNull.value doesn't CLEAR a date
Posted by jonefer at 5/28/2006 10:18:02 PM
I have effectively managed to get SQL server to stop complaining when I provide the DBNULL.Value to my parameter, but it doesn't replace (I would like it to ) the date currently in that field with the desired NULL value: If IsDate(NewCP.StartAuthLift) Then pStartAuthLift.Dir...more >>

can Sessions be created on web service
Posted by jack at 5/28/2006 10:16:36 PM
Hi all iv created a web service which is communicated with vb6 module at the client end im using soap 3.0 for the purpose and also for authentication . i want to know whether can session be created at servier where the web service is published. Thanks for replying me . ...more >>

really basic regex
Posted by jack at 5/28/2006 10:01:10 PM
hi all where on net can i find basics of regex all i was able to find was some of the complex things please help ...more >>

Beginner Question
Posted by PiotrKolodziej at 5/28/2006 9:58:15 PM
Hi I have a question 1. I created Master Page 2. Then table drom menu Layout/Insert Table ( 3x3 table ) 3. I have inserted contentplaceholder of this master page into the cell of the table. Now my question is : Why this placeholder has dimensions ( for example 3x4 centimeters )? i can't f...more >>

Session_End event
Posted by Marek at 5/28/2006 9:58:09 PM
I have web app written using VS2005 Prof. App is running on W2K Server, IIS 5.0 and ASP.NET 2.0 and Session_End event is not fired. On Windows 2003 server, IIS 6.0 and ASP.NET 2.0 this event is fired? Who knows why under W2K this event is not fired? MP ...more >>

Regular Expression
Posted by Peter Afonin at 5/28/2006 9:07:08 PM
Hello, I'm looking for a simple regular expression for the Regular Expression validator that would allow any text, spaces and the line breaks and had a minimum and maximum text length. Something like this one: ^([a-zA-z0-9\s]{8,64})$ This one doesn't allow line breaks and allows only al...more >>

web print
Posted by olivelovelive at 5/28/2006 7:47:34 PM
hi gays first to this grpup! what do you always use in your web projoct when you want to print the ?net page? Crystal Report? active report?or other tool ? no professional web print software?I am puzzled for a long time help me !! ...more >>

ASP.NET and Office apps, track filesize changes
Posted by mikejacobz NO[at]SPAM gmail.com at 5/28/2006 4:22:56 PM
Hi, I have an asp.net application (1.1) and when a user clicks on a link it opens up a word document. A user can then make changes to the doc and then close the document; My app needs to track the size of the document when a user closes the doc, if it has changed then we can assume that the do...more >>



How to set userdata in auth ticket and still support cookieless authentication?
Posted by Peter Rilling at 5/28/2006 12:48:49 PM
Hi. I am working on an ASP.NET application and would like to support cookieless forms authentication. Now there is a FormsAuthentication.SetAuthCookie which, as I can see using reflector, takes into account the cookieless status and sets the ticket either in a cookie or the URL. I want to...more >>

.NET Version VS Hosting
Posted by TheSpongebob at 5/28/2006 10:40:24 AM
My Web hoster is running .NET version 1.1 I have 1.1 and 2 installed on my machine. Will I be able to use 2005 Express, after upgrading my existing application or am I stuck with 2002! ...more >>

Housekeeping in application with VS2005 squiggles!
Posted by Rob Meade at 5/28/2006 9:25:32 AM
Hi all, Ok - typically, in a function that returns as a boolean, if there's a bit of database action going on I'll have a little tidy up process before exiting the function. I know .net is supposed to handle all of this stuff itself, but its a practice I've always performed, and personal...more >>

How to - Friendly URLs
Posted by Jose at 5/28/2006 8:11:30 AM
Hi All, Could someone explain how the following functionality is implemented? In modern "Web 2.0" sites user "profiles" (this is just one example) are visible by a URL like "www.myapp.com/users/bob". Usually I have implemented this by the following method - "www.myapp.com/users/profile.aspx?u...more >>

javascript command to implement button control
Posted by Steve at 5/28/2006 5:46:19 AM
asp.net 2.0 I have a simple button control which implements some page behind code when it is clicked. I am looking for a simple javascript command which will in effect cause a click on the button. i.e. act as if someone has clicked on the button. i.e. do the same thing. I will be calling...more >>

using asp 3.0 response with asp.net ?
Posted by Elhanan at 5/28/2006 4:05:03 AM
hi.. i have a dotnet dll meant to be used in aspnet page which outputs barcode images: the code to call is this: BarcodeImaging.UCC128.BarcodeWrite w = new BarcodeImaging.UCC128.BarcodeWrite( BarcodeImaging.Barcode128Types.CODE_SET_B ); Bitmap bmp = w.CreateBarcode128("1232"); bmp.Save( Res...more >>

HTTP Post and HttpWebRequest object
Posted by JansenH at 5/28/2006 1:11:01 AM
We have implemented a 'HTTP Post' client in C# that posts Xml documents to a webserver. This is working fine if the post rate is one post for every 20 seconds. But if the post rate is increased to one post for every 10 seconds the client start getting error 403 'forbidden' from the webserver a...more >>

Tracing Web service calls
Posted by magennisw NO[at]SPAM etrade.com.au at 5/28/2006 12:23:25 AM
Our three tier web application is "pausing" under test loading (IIS 6.0 (win2003) -> Web services (win2003) -> SQL server) . The CPU usage on the W3WP.exe on both the web server and middle tier drops to zero for about 5 seconds then springs back into life. Nothing in the NT event logs. No SQL da...more >>


DevelopmentNow Blog