I am been going over this and can't seem to get it working. I am trying
to make a 3 layer (1 MTV and 2 Childs) that will let users filter the 3rd
layer based on a RadComboBox (Pick column) and RadTextBox (Contains ....)
outside of the grid.
I am using WebMethods in the code-behind file of the page. I cannot
seem to figure out how to get all these items working together in sync.
Actually, I can't seem to figure out how to get the programmatic client
data binding to work with PageMethods. I have found very little in my
search on the forum. The items I have found don't seem to work.
I have tried WebServices but can't seem to get them to work on the
server. I keep getting a 'WebService' is undefined when running the
page. I have searched everywhere and tried all combinations of possible
issue from changing the web.config file to alterating the way its called
in JavaScript. WebMethods using Dictionary is the only way I have been
able to pull the data and have it display.
Any ideas about how I can set this up using WebMethod and Dictionary
to return the data? Forgot, I am using Linq to Sql Classes and
Dynamic Linq in case it make a difference. Thanks in advance.
Josh
to make a 3 layer (1 MTV and 2 Childs) that will let users filter the 3rd
layer based on a RadComboBox (Pick column) and RadTextBox (Contains ....)
outside of the grid.
I am using WebMethods in the code-behind file of the page. I cannot
seem to figure out how to get all these items working together in sync.
Actually, I can't seem to figure out how to get the programmatic client
data binding to work with PageMethods. I have found very little in my
search on the forum. The items I have found don't seem to work.
I have tried WebServices but can't seem to get them to work on the
server. I keep getting a 'WebService' is undefined when running the
page. I have searched everywhere and tried all combinations of possible
issue from changing the web.config file to alterating the way its called
in JavaScript. WebMethods using Dictionary is the only way I have been
able to pull the data and have it display.
Any ideas about how I can set this up using WebMethod and Dictionary
to return the data? Forgot, I am using Linq to Sql Classes and
Dynamic Linq in case it make a difference. Thanks in advance.
Josh