first of all if you want to raise the onselectedindexchanged event you have to set the autopostback property of the dll to true. Secondly, this is the correct signature for that event of the ddl
DDL_Changer(object sender, System.EventArgs e)
Also, I've seen your code and maybe this is not exactly what you want... Explain a bit what you want to do with that ddl