Any Function like Print_r????
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any built in function in ASP.NET Like print_r in Php which displays information about a variable in a way that's readable by humans.
The question is where you want to display this text? if its on the browser with nothing you can use Response.Write() function to write whatever you want on the rendered output.
Sincerely Samer Abu Rabie Imagination is more important than knowledge !