loading parent window using javascript
-
Hi, i have one form where i am using one gridview which bind through multiple filters and on this grid i have one hyperlink,by click on this i redirect to another form.I save some data on this form and again redirect to previous form but now filters r changed. I dont want to go with so many querystrings or session variable from this form to other,so can we have any thing using java script which refresh previous page with same filters. N!dh! :)
-
Hi, i have one form where i am using one gridview which bind through multiple filters and on this grid i have one hyperlink,by click on this i redirect to another form.I save some data on this form and again redirect to previous form but now filters r changed. I dont want to go with so many querystrings or session variable from this form to other,so can we have any thing using java script which refresh previous page with same filters. N!dh! :)
-
I have some dropdown for selection of month,year,customer,region and 2 radio button for status N!dh! :)
-
Hi, i have one form where i am using one gridview which bind through multiple filters and on this grid i have one hyperlink,by click on this i redirect to another form.I save some data on this form and again redirect to previous form but now filters r changed. I dont want to go with so many querystrings or session variable from this form to other,so can we have any thing using java script which refresh previous page with same filters. N!dh! :)
Hi, u can try using hidden variables. when u bind the grid get those variables from correspoding controls and store them in hidden variable.Every time u fetch data to grid u assign those variable values which r in Hidden variables. try like this and let me know the result Happy Coding