I want not to reload the page when Dropdown chage is done+asp.net

C

Chetana

Hi All,
I have one asp.net site and my page gets refershed on selection of
dropdowns from that page.
I want not to refersh the page .how i will do this. and i have made
autopostback=true
because i want selected chage og that dropdown and for validation also
i want that evemt to be true.
Also i donot want to use ajax.
If anyone has any idea reply me immidiately.

Thanks
 
J

Jon Skeet [C# MVP]

Chetana said:
I have one asp.net site and my page gets refershed on selection of
dropdowns from that page.
I want not to refersh the page .how i will do this. and i have made
autopostback=true
because i want selected chage og that dropdown and for validation also
i want that evemt to be true.
Also i donot want to use ajax.
If anyone has any idea reply me immidiately.

If you don't want the page to be refreshed, how would you expect
validation to be processed and displayed?

Think about what requests/responses you want in HTTP terms, and what
HTML you want to be displayed. I suspect you'll find you have
conflicting goals.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top