S
syukna
Having Trouble...HELP!!
I have an asp.net page with C# code behind. The page has been erro
checked
with no problems arrising. However, the page somehow stoppe
correctly err
or checking the input. For example I have something simple...
if (TextBox.Text == "")
{
sErrorMessage = "Text1 can't be blank";
}
Simple right?
For some reason this will not work anymore unless I put
Response.Write("")
in the function that does this error checking.
After putting the Response statement in, I can even take it out, an
the fun
ction will still work.
I've tried
Response.end
.flush
.clear
.clearheaders
.buffer = false
etc...
Any help at all will be greatly appreciated
-
syukn
I have an asp.net page with C# code behind. The page has been erro
checked
with no problems arrising. However, the page somehow stoppe
correctly err
or checking the input. For example I have something simple...
if (TextBox.Text == "")
{
sErrorMessage = "Text1 can't be blank";
}
Simple right?
For some reason this will not work anymore unless I put
Response.Write("")
in the function that does this error checking.
After putting the Response statement in, I can even take it out, an
the fun
ction will still work.
I've tried
Response.end
.flush
.clear
.clearheaders
.buffer = false
etc...
Any help at all will be greatly appreciated
-
syukn