Wednesday, October 9, 2013

Replace in Eval Function Asp net

# re: EVAL and replace


EVAL("ID").ToString().Replace("X", "")

or

EVAL("ID").ToString().Replace("X", String.Empty)

No comments:

Post a Comment

Opps Part 1 : Abstraction

  Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...