Hi,
i want to open rad confirm by condition on the server side.
means.
suppose below is the server side code. if(i=6)
{
//Rad Confirm should be opened
}
and after opening Rad confirm on the clicking OK and cancel button
server side event should be trapped.