Klmamxtfsugnx
New Member
I want to bind a dataSource from a static method. but i cant see my repeater on my static method.\[code\][WebMethod]public static int setPages(string num){ int result = MarketplaceDataBridge.SetPageNumber(num); repeater1.datasource(result); repeater1.databind(); return result;}\[/code\]is it possible to do this?, or what are the ways that i could do to achieve this thanks.-ive been searching this whole time from calling static to nonstatic and passing ajax values to wherever up to creating webservices haha- sorry for being such a newb-