Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a modal dialog popup.
It has a textbox for location field and a submit button.
On click of submit button i want location field to be added to my DB table.
I am not getting how to post the form.
Help please.

Suhas Thool
Posted
Updated 11-Mar-11 1:49am
v3
Comments
Sandeep Mewara 11-Mar-11 9:14am    
Sounds simple & straight. Tried anything at all?
Sergey Alexandrovich Kryukov 11-Mar-11 12:37pm    
How popup or not-popup can ever affect submission? Something is wrong in your form/field attribute or the server-side code processing data on submission... Nothing else can be said without looking at your code.
--SA
Kristofer Kallsbo 13-Mar-11 16:07pm    
Can you post your code. Are you using MS Ajax or jQuery?
Suhas.Thool 15-Mar-11 5:50am    
Thank a lot all for ur help
I got it
there was a silly mistake in my form tag
:)

1 solution

You can submit data in click event no issue .Can u share your code so its help us to solve ur issue
 
Share this answer
 

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