Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: Try this: [code=JAVA]try { Runtime.getRuntime().exec("cmd /c start"); } catch (IOException e){ }[/code] | |
I have read online that the CalendarExtender doesn't trigger a postback when inside an UpdatePanel. My page is similar to this: <UpdatePanel> <ContentTemplate> <UserControl /> </ContentTemplate> </UpdatePanel> Inside the UserControl is a textbox that has a CalendarExtender hooked to it. It causes a postback even to be triggered, so my … |
The End.