I’m developing a private messaging system for a website and I was thinking it’d be really cool if when you click to contact another member, a popup appears (exactly like what a new message looks like on facebook) instead of redirecting you to another webpage.
From what I read, the feature I want to use is called Facebox? After googling around, it seems this feature has a lot of problems with asp.net buttons and actually doing something when that button is called. If this is the case, is Facebox what I want to use? And if so, could anyone possibly give me tips on how to get started with making a Facebox page for ASP.net webforms? I have the NewMessage.aspx page made in my project but right now clicking to message another user would redirect you to the newmessage webpage instead of having a popup come up.
Thanks