Hi i want to call a C# method.. I already tryed with webmethod, but in the c# method i will not have acces to textbox or others controls.
this is how i done without
You need to look at how to use an UpdatePanel, or a straight ajax callback.
With the UpdatePanel, you go through most of the page lifecycle, so you have access to the textboxes etc.