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 > march 2008 > threads for sunday march 16

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

Dynamically Insert Javascript? ajaxToolkit DynamicPopulateExtender
Posted by andyr@addington.co.nz at 3/16/2008 9:22:01 PM
I would like to dynamically insert a javascript call with with data retrived from the database. All I am trying to do is dynamically inserting the following <script type="text/javascript">alert(retrieved_database_id);</script> to a panel using the ajaxToolkit:DynamicPopulateExtender Can som...more >>


Using SqlDataAdapter
Posted by RN1 at 3/16/2008 5:52:05 PM
When using the SqlCommand object, records can be inserted/updated/ deleted in the underlying data source (i.e. the SQL Server database table) directly by using code like this: -------------------------------------------------------------------------------- Dim strSQL As String Dim sqlCmd As S...more >>

Grab play lenght/runtime of AVI/WMV/MPG file in ASP?
Posted by Irresistance at 3/16/2008 5:21:35 PM
Hello, This may be the wrong group - I could not find the "oldskool" ASP one, so sorry if misposted. Ok what I need to do is really laughably simple. I would like to be able to "scan" a videofile (AVI, WMV and MPG) using an ASP component (or otherwise) to find out its play length. Yeah, ju...more >>

Stack Overflow Error when clicking on MasterPage link.
Posted by thomasjgregg@yahoo.com at 3/16/2008 4:38:21 PM
I have a menu in the masterpage. It all works great until I click on the link that transfers to the page that I am on. When I do this it causes a stack overflow error. I can see why it is doing this but I am not sure what to do to fix it. Any Help would be appreciated. The code: <tabl...more >>

Day Of Week
Posted by Just Me at 3/16/2008 3:01:20 PM
..NET enumerates the day of the week as 0-6 ( Sunday to Saturday ). This seems to remain the same regardless of the culture settings. Just wondering if this is alterable is some way, and if not how you guys work out for example, next Sunday. I mean sure, I can create a function which will ...more >>

a format question
Posted by Ned White at 3/16/2008 1:37:51 PM
Hi All, when i use "{0:#,#.##}" format string for decimal values it seems like that; 12,1457 --> 12,15 45,4119 --> 45,41 but for one decimal digit values it does not show zero after first decimal digit. 12,4000 --> 12,4 78,8000 --> 78,8 45,5000 --> 45,5 are there any format string t...more >>

Dynamic BoundColumn
Posted by RN1 at 3/16/2008 12:36:33 PM
This is how I am adding a BoundColumn to a DataGrid dynamically: -------------------------------------------------------------------------------- <script runat="server"> Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs) Call AddNewColumn() If Not (Page.IsPostBack) ...more >>

Printing From a WebService No printers are installed.
Posted by Peter at 3/16/2008 11:38:33 AM
ASP.NET 3.5 I am trying to print from a Webservice on Windows 2003 box, but I am getting the following error when I try to print I have tried the following solution but it did not help http://support.microsoft.com/?kbid=184291 (I have a local and a network printer installed) Is there a f...more >>




DevelopmentNow Blog