javascript
-
hi everyone can anybody help me for below functionality
i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript. -
hi everyone can anybody help me for below functionality
i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript.You can use Ajax[^]... Web Sockets[^]... LocalStorage[^] and many other options to share your data from one form to another.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
hi everyone can anybody help me for below functionality
i have button and grid on webform1 and i need to transfer data from gridview(seleted row) to webform2 using javascript.1. On click of your button, call a javascript function. 2. Get the gridview row data in Javascript variable (probably from dom attribute). 3. Put the data in Webform2 url query string. 4. In your webform2, read the data from query string. Hope this helps.
Life is a computer program and everyone is the programmer of his own life.