my problem is that i have a div as a modalpopup, with a linkbutton inside of it. so user clicks another linkbutton, gets this pop, clicking this linkbutton postbacks a sql update command. works fine when i set no okcontrolid, but when i don't the entire page postsback and refreshes and is very ugly. isntead i want the instant effect of setting that linkbutton as the okcontrolid, just making the pop instantly go away and no visible postback. the problem is when i set it, it no longer postsback to use its code behind to do the sql update.
can anyone help? how can i have the same linkbutton serving as a modal's okcontrolid, ALSO postback when clicked?