Do we have macros in c#?
What is the equivalent of #define in C#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhabani prasad DashPosted May 22, 2013, 7:20 AM
suppose i click on the button (template field).there is a col email. ijust send the email id to another textbox of another page
VulpesPosted May 22, 2013, 5:37 AM
There is a preprocessor directive called #define but this isn't the same thing as a macro. See this link:
http://msdn.microsoft.com/en-us/library/ed8yd1ha(v=vs.100).aspx