Click here to Skip to main content
15,903,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m sorry to ask this?

i dont know whether u understand this task or not.

i m using jquery menu in left side of my page and right side some textboxs and submit button.

i hope u understand up to here.

Next when i click submit button , is there any way submit button without refresh html page. if yes tell me how can i do?
Posted

1 solution

Read about AJAX and usage of Update Panel. You can put your textbox and submit button in the update panel. Thus, when you click submit button only update panel part gets re-rendered. This would give you an effect of partial postback.
 
Share this answer
 
Comments
Rajeshwar Code- Developer 20-Oct-10 7:17am    
Thanks yaar.. let me check with ajax
Rajeshwar Code- Developer 20-Oct-10 9:30am    
Can u send me any proper link to take reference for this task
Sandeep Mewara 20-Oct-10 11:06am    
Though this article is not the direct display of what I said, though it has all what is needed in it:
http://www.codeproject.com/KB/ajax/AjaxUpdateParentPage.aspx
Basically more to what you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900