Hi everyone,
I have made a web application in ASP with C# and my problem is:
- I have made a procedure that I want to use in more aspx pages but I don't know how to make this thing.
So in conclusion I have a global procedure
public void GCalculation(string strText, int nNr)
{
.....code
}
How to use this procedure in a page aspx , and then in other page and in other page, everywhere???
Please help me!
Thanks,