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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|