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....
Dhammakirty 0 Newbie Poster
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.