Click here to Skip to main content
15,907,395 members

Comments by Chakravarthi Elchuri (Top 7 by date)

Chakravarthi Elchuri 9-Oct-14 9:09am View    
in your code you have used 3 events onclick, textchanged and onclientclick.if you are using these events to different controls u need to take care of using correct event for the control other wise the event which has the priority can fire first.
Chakravarthi Elchuri 4-Sep-14 7:35am View    
Thank you Vindhyachal_Kumar and vks9009 be half of....
Chakravarthi Elchuri 27-Aug-14 6:17am View    
is your javascript debug line goes into success block, if not please check your GetPosting method in codebhind.
GetPosting method should be like this
[WebMethod]
public static string GetPosting ()
{
return someval;
}


please debug your javascript code with firebug
Chakravarthi Elchuri 6-Jul-14 0:10am View    
yes should be 5.
Chakravarthi Elchuri 3-Jul-14 7:12am View    
please rate this if your problem solved