Get value from clientside to serverside.
-
Hi, I am new to ASP.net, i got the problem while retrieving value from client to server. For eg., I found data at client side and need to check that data in server side. Could any one tell me how to get those data from client to server. Thanks in Advance Be simple and Be sample.
-
Hi, I am new to ASP.net, i got the problem while retrieving value from client to server. For eg., I found data at client side and need to check that data in server side. Could any one tell me how to get those data from client to server. Thanks in Advance Be simple and Be sample.
u can easy call the text property of any asp control u add it at ur aspx page yourretextarea.Text add make any coding at this value u can add this code at any place may be in the event of a aspbutton so when the user click this button the page make postback calling the event of that button at the server thankx