Hi Friends i am facing a problem in my gridview in asp.net. when add new row then dropdown value of 1st row refreshed(only those dropdown which are populated OnSelectedIndexChanged of other dropdown). can anyone please suggest how to overcome this problem.
Thanks in advance.
Your add new row method probably posts back the page. You may need to avoid that in the method properties and add rows asynchornously.