all groups > asp.net > august 2007 > threads for saturday august 25
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
Date Literals That Include Milliseconds
Posted by Nathan Sokalski at 8/25/2007 7:20:01 PM
I have a control uses the date and time, including milliseconds. I want to
be able to enter this information as an attribute in the *.aspx page.
Because all attributes are entered as strings in the *.aspx page, I need a
recognizable date/time string that includes the date and time, including
... more >>
Gridview BoundField DataFormatString question
Posted by ronc85 NO[at]SPAM gmail.com at 8/25/2007 6:20:43 PM
Using ASP.NET 2.0, is there a way to replace the first 5 bytes of a
GridView columns BoundField Datafield using DataFormatString e.g.
change the display of an ssn value from "031121234" to "*****1234"
Sal
... more >>
Y-Position of Element on Web Page
Posted by Lit at 8/25/2007 4:55:36 PM
Hi,
How can I get the Y-Position ( Vertical ) of an Control via JavaScript from
the top of the Window.
I have tried the following script but no luck I keep on getting 15
function getY( oElement )
{
var iReturnValue = 0;
while( oElement != null ) {
iReturnValue += oElement.offsetT... more >>
IIS (ASP.NET application) with SQL going crazy!
Posted by Evan Camilleri at 8/25/2007 4:41:18 PM
I have a really strange problem.
I have an ASP.NET 2 c# application which on load access 2 stored procedures.
All work OK (normally)
The application has an ajax timer which every now and then calls the server.
Then at one point in time I get an error. On refresh I see that the stored
p... more >>
IIS automatically changes running framework version
Posted by Diego Serrano at 8/25/2007 2:57:50 PM
I have a Windows 2003 server with a couble of websites in IIS. Every
website and virtual directory are set to run .net framework v1.1. The
most used of those websites is developed for v1.1 but after some days
running rigth, iis suddenly starts running it under v2.0. Although
there is not a singl... more >>
web.config error in cassini 2.0
Posted by yancheng.cheok NO[at]SPAM gmail.com at 8/25/2007 6:38:59 AM
Hello all,
I have a web application, which I had developed few years ago with
ASP .NET 1.1
Today, I would like to deploy the web application to client, using
ASP .NET 2.0 + UltiDev Cassini 2.0
I locate my whole project in a folder named C:\website\GOWatch
My setting in UltiDev Cassini ... more >>
How can I get the MAC Address.....
Posted by Husam at 8/25/2007 5:02:01 AM
Hi EveryBody:
How can I get the mac address programatically ?
any help will be appreciated
regard's
Husam... more >>
|