microsoft.public.dotnet.framework.compactframework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework.compactframework only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
... framework.compactframework Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  What's wrong with this drawing code?         


Author: Markus Humm
Date: Jul 4, 2008 13:27

Hello,

the following drawing code used inside a BDS2006 for CF application
gives me this stack trace:

Project1.exe
NullReferenceException

Application::Run+0xf
Project1::Project1+0xa

This is the source:
Show full article (1.53Kb)
3 Comments
  Dotnet viewers         


Author: ganeshkumard12
Date: Jul 4, 2008 05:50

no comments
  AJAX User Control Event's not firing...         


Author:
Date: Jul 4, 2008 04:59

I'm developing an Ajax keypad (C# / ASP.Net 3.5 / VS 2008) using the
updatepanel so that a full visible postback doesn't occur with each button
press.

I've decided to try and wrap the functionality into a user control,
providing events for when ok and cancel is pressed so that the caller (in
this case a page with the control on it) can then query for the keypad's
final value. If I remove the UpdatePanel, the events that the caller
subscribes to are fired and handled correctly, but with the Ajax bit
enabled, the events don't appear to fire.

I'm assuming this is because of the something which exists in the void of my
knowledge regarding Ajax, and the server side interactions that relate to
it.

Any help on how to get this working would be appreciated.

Thanks.
Daniel.
2 Comments
  Calling WebServices on Background...         


Author: A.Rocha
Date: Jul 4, 2008 02:16

Hi,

I need some help to solve a problem..

Im working with an application that invoke an webservice every 5 minutes,
during the routine execution my app "FREEZE", its takes about 20/30 seconds
to complete all process, after that its running normal. There is any way to
call webservice on background, whitout freeze application?

Its important that the final user not realize this situation, must be a
transparent process.

Thanks for any help to solve my problem..

A.Rocha
3 Comments
  ListView Control         


Author: Hannes
Date: Jul 4, 2008 00:55

Hi,

I'd like to align the content of a list view control to "center". The
list view control now contains 6 large icons in two columns. The whole
list view control is currenlty left aligned. How can I manage to have
the whole list view control (including all icons) to be centered on
the screen. Any hint?

Thanks
Hannes
2 Comments