Hi all..
i have button save. when i click the button, i should Response.Redirect("~/Admin/DaftarUser.aspx")
but i must double click to do that?
whats wrong?

I often use that code to redirect me to other pages and it worked fine with me.. I suggest you to try this one:

Response.Redirect("DaftarUser.aspx")

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.