"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Tuesday, November 8, 2011

Sunday, November 6, 2011

javascript validation on Default Button event and passing control to server side

Hi *.*,
Heading of my post feel bit difficult to understand isit? :( .Actually i was confused to decide what should be the header of this post.Any way lets move to topic.
My friend again got trouble using default button.Now problem is he using Client-side validation then how can he perform it!!!.First i was also confused. Later i got it :).On my previous post i show how to get keyboard unicode.that helped me here.
onkeypress event of text box i'm checking whether it ENTER key hit or not !!! Now if so i will do my condition if it pass that i will pass event to server side.

Saturday, November 5, 2011

One page with multi Default Button

Hi *.*,
As part of my last post.My friend ask me whether its possible to have multi Default Button in one page. Yes it possible.