Hi all, I did some code changes in code behind files(C#), its working fine in local but when I replaced this file on server, the code changes are not reflected (seems like it keeps the old code). When I tried to change the .aspx file and put on server its working fine! I have recycle my site web application pool, didn't help!
I had to upload both the changed file (.cs) and the .dll files in my bin dir! .. learning something every day!.. =) problem solved!