Hi,
I have one query
Ex:select Id, Name from Employee where Id='####'
currently my requirement is that if any query contains this format ('####'') then replace with SessionId
EX: select Id,Name from Employee where Id=Session["Id"]
I am trying to use below code for fecthing query and try to help min below controller code
Could you please help me