I am in this situation where I need to create different web methods on different pages for my cascading dropdownlist. I am wondering if there is simpler way to do this. I am thinking about webservice. However, because different dropdown will need different
stored procedures to be called from the database, hence, I can't really rely on web service unless I pass my stored procedure name as parameter in the client script and I don't want to do that.
So please give me some advice.
Thanks
Go to the complete details ...