Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,
I was trying AJAX Cascading Dropdown control.
Can anyone tell me, how can I set the value of dropdown to the value of edited cell in rowdatabound event of grid?

Any idea?

Thanks in advance
Posted
Updated 13-Jul-11 1:37am
v2
Comments
Parwej Ahamad 13-Jul-11 6:11am    
Can you post all attributes of Web Method? that should be:
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.Web.Script.Services.ScriptService()]
dhage.prashant01 13-Jul-11 7:34am    
I got the issue
I did not put <webmethod()> _
Can u tell me, how I set the value of dropdown based on the value of the cell
any idea?

1 solution

Just to add, no webservice should ever define tempuri. Temp stands for temporary and should be replaced. If you have the solution, you should post it here for other people to see. And if you have more questions to ask, ask them in a new post. Posting your code will help us see what you're doing wrong.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900