How to Get One Form's(datagrid items) Values in another Form
-
hi friends, in one form i am havig few textboxes to take input from the user and having one datagrid,in the datagrid ther use will change some values, after he click the 'Go' button , i am going to another pager, there i need these textboxes value and datagrid's changed values.
-
hi friends, in one form i am havig few textboxes to take input from the user and having one datagrid,in the datagrid ther use will change some values, after he click the 'Go' button , i am going to another pager, there i need these textboxes value and datagrid's changed values.
hi there, playing with buil-in Request object Request object << >>
-
hi there, playing with buil-in Request object Request object << >>
hey there, thanks for your reply, i know how to use the request.querystring methods, but in my page i am havign more than 25 labels and one datagrid, the datagrid contains 5 columns and the size of the row will be change, os i need those controls in another page. now i use server.transfer method and acheived method to get those controls in another page, how can i get these contols, if i use response.redirect method.