2
votes
1answer
80 views
How to read contacts on Android 2.0
Hi.
I'm working on Android 2.0 and am trying to receive a list of all contacts.
Since android.provider.Contacts.People is deprecated, I have to use android.provider.ContactsContr …
0
votes
3answers
40 views
How can I enable/disable an asp.net form/controls
How can I enable/disable an asp.net form/controls selectively or entirely from code-behind?
The following code is not working. Coz there is no Enabled property in this case.
publ …
0
votes
4answers
37 views
How do i send data from flash to html page?
I would like to know that how we could send out data from a flash movie to html , php, aspx page so that that data could use for further calculation.
3
votes
6answers
66 views
Tips and tricks for performance tuning of web application
Hi all,
I need to have different options to optimize performance and speed up web application.
Basically I need for asp.net web applications.
What do you follow while building a …
0
votes
5answers
205 views
when do we go for multithreading in c#?
Hi,
I know how to implement multithreading using c#. But I want to know how is it working like.
will only one thread run at a time and when that thread is waiting will it execute …
0
votes
2answers
29 views
matching password in .net validate by javascript ?
i have two textbox in asp.net and first for password and second is for matching password .. if user give different value in both textbox , then i want to generate javascript at cli …
6
votes
4answers
269 views
What is a predicate in c# ?
Hi,
I am very new to predicate.
just learned how to write a predicate like
Predicate<int> pre = delegate(int a){ a %2 == 0 };
what will the predicate return ?
and how …
1
vote
3answers
52 views
How to progmatically transfer files when there is “FTP Over ssh”
I am doing projects on ftp. On my client side they have ssh. Till now I done application without ssh, I don't know how to transfer files over ftp when there is ssh over
it.
I want …
1
vote
4answers
72 views
Refactoring help with Ifs
I've been working on this code for awhile and for some reason all the if's are driving me crazy along with a bunch of repeated code.
Is there a nicer more cleaner way to do this?
…
0
votes
2answers
95 views
Implementation of ZipCrypto / Zip 2.0 encryption in java
I'm trying o implement the zipcrypto / zip 2.0 encryption algoritm to deal with encrypted zip files as discussed in
http://www.pkware.com/documents/casestudies/APPNOTE.TXT
I beli …
0
votes
1answer
28 views
MIDP 2.0 push registry
We would like to use MIDP2.0 push registry to invoke our MIDLet at reguler interval
to check for new messages from server. If another MIDLet is already runnning in the foreground w …
0
votes
3answers
86 views
How to convert Windows application from .NET2.0 to .NET3.5
Hello, I have problem, when converting Windows application from .NET2.0 to .NET3.5.
I do this like so:
1. In Win XP I start VS2008 and open my solution project which consists of 4 …
0
votes
5answers
72 views
How to use HTML pages in a Windows application?
I want to use HTML pages in a Windows application using C#.
Can anyone help me?
1
vote
3answers
62 views
How to implement Right Click Option In ASP.NET Treeview
Hi all,
I have a treeview showing Categories and subcategories.
I need to Right Click Option to add subcategories and products for a particular category or subcategory.
What I wa …
0
votes
2answers
59 views
Can I write a general purpose method to call other methods with a timeout?
I have a problem that is surely familiar to many: I'm making a call (to be specific it is Forest.GetCurrentForest()) which, in some circumstances, will fail to work and throw an ex …
