hi.
i want to use javascript code then call to code behind method. im trying some thing but something is wrong not working . anybody can help me ?
- string.Format(@"{1}", newlink.NavigateUrl, dt.Rows[contID]["FAQTITLE"].ToString()) ;
- protected void Counting(object sender, EventArgs e)
- {
- //my code is here
- }

Vinay SinghPosted Jun 21, 2016, 3:09 AM
Vasanth NatarajanPosted Jun 21, 2016, 2:57 AM
Hi Ekrem Tapan,
function checkMe() {
alert("hello Ekrem");
Form_name.Counting();
{
//my code is here
}
Karthik ElumalaiPosted Jun 21, 2016, 12:35 AM
Ekrem TapanPosted Jun 20, 2016, 10:47 PM
Karthik ElumalaiPosted Jun 20, 2016, 10:29 PM