|
 |
aspx thread: Hyperlink with mouseover
Message #1 by Philip Tham <philipt1@s...> on Wed, 10 Apr 2002 12:27:07 -0500
|
|
Does anyone know how to do a mouseover and out with the hyperlink image
control?
I insert the mouseover and out properties it accepted it, but fail to
perform the function
Thanks
Philip
----- Original Message -----
From: "Minh T. Nguyen" <nguyentriminh@y...>
To: "ASP+" <aspx@p...>
Sent: Wednesday, April 10, 2002 11:40 AM
Subject: [aspx] RE: IsDate equivalent in c#
> Sridhar,
>
> Try:
>
> try {
> DateTime datSelected = Convert.ToDateTime(sSelDate);
>
> // do your then part here
>
> } catch (FormatException) {
>
> // do your else part here
> }
>
> Minh.
>
>
> -----Original Message-----
> From: Sridhar Raj G [mailto:Sridharr@i...]
> Sent: Wednesday, April 10, 2002 2:57 AM
> To: ASP+
> Subject: [aspx] IsDate equivalent in c#
>
>
>
> Hi.,
> Thanks In advance
> Can any one give me the equivalent for the following VB
> statement
> Code in C# .
> VB Code
> IF IsDate(sSelDate) Then
>
> ---
>
> End IF
> C# Code
>
> What???
>
> Regards
> Sridhar G
> http://www.icode.com
>
>
>
Message #2 by "McCloy, Russell" <Russell.McCloy@B...> on Fri, 12 Apr 2002 09:20:11 +1000
|
|
Are you using JavaScript?
-----Original Message-----
From: Philip Tham [mailto:philipt1@s...]
Sent: Thursday, 11 April 2002 3:27 AM
To: ASP+
Subject: [aspx] Hyperlink with mouseover
Does anyone know how to do a mouseover and out with the hyperlink image
control?
I insert the mouseover and out properties it accepted it, but fail to
perform the function
Thanks
Philip
----- Original Message -----
From: "Minh T. Nguyen" <nguyentriminh@y...>
To: "ASP+" <aspx@p...>
Sent: Wednesday, April 10, 2002 11:40 AM
Subject: [aspx] RE: IsDate equivalent in c#
> Sridhar,
>
> Try:
>
> try {
> DateTime datSelected = Convert.ToDateTime(sSelDate);
>
> // do your then part here
>
> } catch (FormatException) {
>
> // do your else part here
> }
>
> Minh.
>
>
> -----Original Message-----
> From: Sridhar Raj G [mailto:Sridharr@i...]
> Sent: Wednesday, April 10, 2002 2:57 AM
> To: ASP+
> Subject: [aspx] IsDate equivalent in c#
>
>
>
> Hi.,
> Thanks In advance
> Can any one give me the equivalent for the following VB
> statement
> Code in C# .
> VB Code
> IF IsDate(sSelDate) Then
>
> ---
>
> End IF
> C# Code
>
> What???
>
> Regards
> Sridhar G
> http://www.icode.com
>
>
>
|
|
 |