Is there possible to get a method from one class to another class in asp.net web site?
for eg,
i am having a method StringSplit in Contact.aspx.cs class i need to call StringSplit in About.aspx.cs. is it possible?
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.
Ananth GPosted Dec 14, 2016, 11:24 AM
Prakash KumarPosted Dec 14, 2016, 7:08 AM
Shweta LodhaPosted Dec 14, 2016, 6:30 AM
Prakash,
If you are not bothered about correct approach, design patterns or coding standards, then everything is possible.
Prakash KumarPosted Dec 14, 2016, 6:20 AM
Midhun TpPosted Dec 14, 2016, 5:33 AM