Forum: ASP.NET Feb 27th, 2009 |
| Replies: 2 Views: 552 I have a field validatior on my page. but i noteces if i press the submit btn 2 times the validator does not stop the process.
have any one have a problem like tihs? and how to solve it.
... |
Forum: ASP.NET Feb 13th, 2009 |
| Replies: 3 Views: 2,496 i am trying to call a C# fonction or event from a JS object.
i have this
<script language="javascript" type="text/javascript">
function UpdPanelUpdate(){
... |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 3 Views: 2,075 Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM
Response.Write("<br> -" & Now)'11/3/2008 9:37:31 AM
Response.Write("---------------")
... |