I usually use this code:
$('#textbox_id').val()
But I don't know id it is different in .net
Hope this helps. Greetz,
Rick
On Dec 19, 11:48 am, suresh kumar <[email protected]> wrote:
> I am using jquery block to show the popup window. In which the popup
> has two textboxes with two buttons. When user clicking the buttion i
> need to get the value from two textboxe's and save it to the database.
> But when i try to get the value it is nulll or empty string.
>
> How can i get the textbox value in code behind file ? ( .net )
>
> Thanks,
> Suresh.