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

📱Build WhatsApp Bot using .NET + OpenAI

   In this article, you will learn how to build a real-world WhatsApp chatbot using ASP.NET Core and OpenAI. This bot can automatically repl...