tsql where clause checking even or odd number
update student
set isOdd = 1, isEven = 0
where exammark % 2 =1
Achievement provides the only real pleasure in life
update student
set isOdd = 1, isEven = 0
where exammark % 2 =1
Posted by SF at 1:54 am 0 comments
return Redirect(Request.UrlReferrer.ToString());
Posted by SF at 12:14 am 0 comments
make sure the form declaration in the view has all necessary attributes, e.g.
Posted by SF at 5:26 pm 0 comments
http://jsfiddle.net/r77K8/1/
Posted by SF at 5:25 pm 0 comments