pls any one tell me the error part in my program..
Description:
i got values to GridViewControl using SQLDataSource ,After that i did selected one particular row and i passed that values to another one page..from that i didnt got any error .. but no values to be passed to another one page..
With that i have attached my pages .. pls help me to recover that error..
Subhendu DePosted Dec 8, 2010, 9:49 AM
As ManikaVelu told, you can also use Session to store the data but it will overhead the system performance.
BTW, on which event, you are redirecting to new page?
Thanks...
Manikavelu VelayuthamPosted Dec 8, 2010, 6:59 AM
1. Store the multiple values in Array or List and pass it as session variable. Typecast it while retrieving based on the datatype.
2. Using Cross Page Postback, you can get the values from the previous page.