1.i have one dropdownlist for state names.
2. i have one button named refreshbtn1.
i write function onClientClick for this button as
function refreshing()
{
location.reload();
}
when i select item from DDL & click button then Page refresh occured
SO my problem is.... I NEED same index/Item/value of DDL after refreshing the page using javascript.
Thanks In Advance

after refreshing Page means you are causing a Postback..
then how come javascript comes in the picture, you have to handle it on code behind..

or is there something else you are loking for..?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.