blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Microsoft Bible

Microsoft Bible Blog  
Related Blogs
previous blog next blog
n/a
unrated


recent postsrss feed

How to pass parameters between Asp.net pages

Dec 7, 2009
 There are many methods to pass parameters between pages, including Get, Post, Session, and Application。However,there are some new and unique methods in Asp.Net. The page B wants to take the value from Page A. Page A code: public partial class...

How to achieve image zoom in WPF ?

Dec 2, 2009
Here is a question! I need to perform a zoom on an image, how can I do this? Here, we’ll introduce a way to achieve image zoom by using the mouse in WPF. Here is the key code. XAML code: <Grid.Resources><TransformGroup...

Error LNK2001 (C++)

Dec 2, 2009
Would you have such an experience: you try to build program in C++ code. All of the code is simple and legal, however, when you compile link with your programs, the following link errors happen: >error LNK2001: unresolved external symbol _purecall To...

How to achieve Ajax in Asp.net 2.0?

Nov 27, 2009
  ASP.NET 2.0 Client side Callbacks Framework ASP.NET 2.0 has been released for a long time .The 2.0 framework has a great number of new features, one of which is Client side Callback. It can retrieve page values and populate them to an...

Microsoft open source the .Net Micro Framework

Nov 26, 2009
At PDC in Los Angeles, Microsoft announced that we are open sourcing the product and making it available under the Apache 2.0 license open source community which is already being used by the community within the embedded space. They also will create a...


Comments & Reviews:
Be the First to Review this Blog!