i have declared a variable in page_load function and i want to use this variable in Button_click function
i declare the variable globle but its not working and i also passed the variable by value but then Button_click funcion is showing error that syntax is incorrect
wat to do ???