Automatic creation of membership users and saving the result to csv file

2. January 2010
While working with Membership and roles providers, you may need to create the users based on your data and give them a random password.For example, you may have a table with customers and you want to give each customer a user/password to login to your system. You can manually create a user for eac... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

ASP.NET, Security

Programmatically Modifying the HyperLinks in the DataPager control

8. October 2009
Hi, As you know,the DataPager control can be used to Implement data paging in any data Control that implements the IPageableItemContainer interface. For now,the only control that implements that interface(In .NET 3.5 sp1) is the ListView ASP.NET control. By default the DataPager control will u... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

ASP.NET

Scott Gu Presentation on Visual Studio 2010 and .NET Framework 4.0 is available on channel 9

28. September 2009
The presentation was organized by DotNED developer community. Check out the recorded video [here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Microsoft, Videos

Microsoft Maren , write Arabic by typing English characters !

2. September 2009
Cairo Microsoft Innovation Lab developed a very cool tool which allow the Arabic peoples to type English characters and to automatically translate those english characters  to there Arabic words. For example, if you typed: mar7aba , the tool tool will change it to مرحبا This is hel... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

News, Microsoft ,

Which is better: Multilingual portal or separate portal for each culture ?

31. August 2009
I received an email which asks about implementing a multilingual portals.the question was “do we have to create a separate portal for each culture? or just create a multilingual portal that supports all the languages “. My answer is that there are many factors that must be taken into consideration ... [More]

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Thoughts

Request.Browser.Version is returning 7 when browsing with IE8

26. August 2009
I noticed that some developers are getting the value 7 from Request.Browser.Version property when testing the page with IE8. If you are one from those guys, then you are viewing the page in the IE8 “compatibility mode”.By using that mode, you are telling IE8 to behave as IE7. [More]

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

IE