Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can create my own UI in VS.Net2003 Pin
indian1438-Jan-07 0:23
indian1438-Jan-07 0:23 
GeneralRe: How can create my own UI in VS.Net2003 Pin
indian1438-Jan-07 4:18
indian1438-Jan-07 4:18 
GeneralRe: How can create my own UI in VS.Net2003 Pin
Pete O'Hanlon8-Jan-07 9:42
mvePete O'Hanlon8-Jan-07 9:42 
GeneralRe: How can create my own UI in VS.Net2003 Pin
indian1438-Jan-07 18:07
indian1438-Jan-07 18:07 
QuestionChange Browser used for Debugging, Firefox -> IE Pin
Deem7-Jan-07 22:18
Deem7-Jan-07 22:18 
AnswerRe: Change Browser used for Debugging, Firefox -> IE Pin
Rama Krishna Vavilala7-Jan-07 23:58
Rama Krishna Vavilala7-Jan-07 23:58 
GeneralRe: Change Browser used for Debugging, Firefox -> IE Pin
Deem8-Jan-07 0:02
Deem8-Jan-07 0:02 
QuestionWeird Issue with IF Statement Pin
Programm3r7-Jan-07 21:14
Programm3r7-Jan-07 21:14 
Hi all,

I'm struggling with a very strange issue regarding an if statement. Please take the following into consideration:

Response.Write(Request.QueryString("action"));

Response.Write("If Statement -> "+String(String(dayDate) ==String(String(Request.QueryString("enddate")))));

Response.Write(String(String(dayDate)));
Response.Write(String(Request.QueryString("enddate")));
				
if (Date(dayDate) == Date(Request.QueryString("enddate")))
{
  Response.Write("svdvdvdvdvdv");
  Response.End();   
  ....


OUTPUT:
save
if Statement -> false
'2007-03-21' '2007-03-25'
svdvdvdvdvdv

The thing is the if statement is false but it still goes into the if statement .... Why

Can someone plz help ...

Many thanx in advance

The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

AnswerRe: Weird Issue with IF Statement Pin
ritu43217-Jan-07 22:43
ritu43217-Jan-07 22:43 
AnswerRe: Weird Issue with IF Statement Pin
Walter_H7-Jan-07 23:33
Walter_H7-Jan-07 23:33 
QuestionHow Redirecting Page to same... Pin
Sam.M7-Jan-07 19:57
Sam.M7-Jan-07 19:57 
AnswerRe: How Redirecting Page to same... Pin
Venkatesh Mookkan7-Jan-07 21:34
Venkatesh Mookkan7-Jan-07 21:34 
GeneralRe: How Redirecting Page to same... Pin
Sam.M7-Jan-07 22:27
Sam.M7-Jan-07 22:27 
AnswerRe: How Redirecting Page to same... Pin
Walter_H7-Jan-07 23:46
Walter_H7-Jan-07 23:46 
AnswerRe: How Redirecting Page to same... Pin
Electronic Screw8-Jan-07 0:24
Electronic Screw8-Jan-07 0:24 
Questionworimg with adrotator in asp.net Pin
Rmesh7-Jan-07 19:52
Rmesh7-Jan-07 19:52 
AnswerRe: worimg with adrotator in asp.net Pin
Sam.M7-Jan-07 22:33
Sam.M7-Jan-07 22:33 
AnswerRe: worimg with adrotator in asp.net Pin
Haissam8-Jan-07 0:56
Haissam8-Jan-07 0:56 
Questionhow to use windows services in scheuling a particular task? Pin
tirumal12317-Jan-07 19:38
tirumal12317-Jan-07 19:38 
AnswerRe: how to use windows services in scheuling a particular task? Pin
indian1437-Jan-07 20:04
indian1437-Jan-07 20:04 
GeneralRe: how to use windows services in scheuling a particular task? Pin
tirumal12317-Jan-07 20:15
tirumal12317-Jan-07 20:15 
AnswerRe: how to use windows services in scheuling a particular task? Pin
enjoycrack7-Jan-07 21:39
enjoycrack7-Jan-07 21:39 
GeneralRe: how to use windows services in scheuling a particular task? Pin
tirumal12317-Jan-07 22:41
tirumal12317-Jan-07 22:41 
GeneralRe: how to use windows services in scheuling a particular task? Pin
Pete O'Hanlon7-Jan-07 23:35
mvePete O'Hanlon7-Jan-07 23:35 
QuestionCSS... in an aspx page? Pin
Tina P7-Jan-07 19:17
Tina P7-Jan-07 19:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.