Cerebrus, I think the first click event does not cancels out as I have put a small javascript function calling in one of the button click event and it does fire, plus the button guid event generation has also been done (as one of the button actually creates different guid for different items on page) the only thing is when it comes to do some work as Delete or add or rename folder it seems it does not work.
Glenn, I am quite not sure with your pov as i said earlier if the event is not in focus then how come the script registered through that event (with that javascript function in it) can fire itself successfully but the code after that like delete, add or rename does not work. Need little more detailed help,, please Sunny On Aug 29, 9:00 pm, Glenn <[EMAIL PROTECTED]> wrote: > It sounds like the control that captures the event is not in focus. The > first click gets the focus and the second click is the one that actually > gets processed. > > Been there, had that happen. > > ...Glenn > > > > On Fri, Aug 29, 2008 at 12:36 AM, Cerebrus <[EMAIL PROTECTED]> wrote: > > > It's possible that the first click cancels out because the client > > event handler does not return a true value. And in the same vein, the > > second click manages to return a true value (because some global > > variable has been set earlier). > > > But I'm just guessing ! ;-)- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
