|
Title: how to submit parameters from a HTML FORM ,and load data into datagrid.? Post by: 20051289 on July 14, 2012, 05:29:08 AM hello,there is a question.
for example,i had a html form,and,it has some parameters, i want to submit these parameters to ACTION to search data, at last ,load these data into datagrid. Title: Re: how to submit parameters from a HTML FORM ,and load data into datagrid.? Post by: mzeddd on July 16, 2012, 12:39:22 AM Hi,
You can create simple function which will update URL of your datagrid with search parameters you have and call "reload" |