Oh yeah, and this:
AND isnull(ccsi.cs_deleted,0)=0
Is there an advantage to doing that rather than a simple IS NULL test? I'm not saying it's wrong, I'm saying I don't understand whether one is better than another.
i hav 2 grid s in javascript i hav 2 move s4lected row from one grid to another thru btn when i clik selected row it gives me index but when i move the selected row to gv2 after cliking movebtn it also gives me index. but how 2nd time index is move? i am little confuzed i hav to call row index on grid's onRowClick event. how all of this scenario is called ?
Use some hidden variable to store the selected index,it'll persist acreoss postback.and if there is no postback then you can use a global variable in javascript.
Cheers!! Brij
have you include the JS mention at below page. check it and reffer the same. http://www.extjs.com/learn/Tutorial:Introduction\_to\_Ext\_2.0 download JS from their and referred the URL for how to implement it. sorry as i haven't read your previous reply.
Regards Keyur Satyadev
have you include the JS mention at below page. check it and reffer the same. http://www.extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 download JS from their and referred the URL for how to implement it. sorry as i haven't read your previous reply.
Regards Keyur Satyadev