Featured Post

Free Asp.net Hosting

 FREE TRIAL PACKAGE Free Trial with Instant Activation (Credit Cards NOT Required) SmarterASP.NET believes in try...

Monday, December 17, 2012

Get a second shot at Microsoft Certification for free


Retake an exam for free and save 15% on certification packs

Prove that you have the knowledge and skills in the most current and specialized technologies and solutions by earning a Microsoft Certification. Passing the exams needed to demonstrate those skills can be tough, but for a limited time, you’ll get a free second chance to succeed.
Here's how it works:

Get your free HTML5 exam voucher

FREE EXAM VOUCHER FOR 70-480! | Register now to take Exam 70-480 Programming in HTML5 with JavaScript and CSS3 for FREE!
 Just use this voucher code when scheduling your exam: HTMLJMP (voucher code available through 3/31/2013 or while supplies last.)



http://www.microsoftvirtualacademy.com/tracks/developing-html5-apps-jump-start

Monday, September 3, 2012

how to use svcutil.exe to generate proxy class

open visual studio Command Prompt
start-->Microsoft Visual Studio 2010--> Visual Studio Tools-->Visual Studio Command Prompt

Write this line

svcutil.exe /language:cs /out:GeneratedProxy.cs /config:app.config http://localhost:8040/HostWebApplication/HelloWorldService.svc 



Replace
http://localhost:8040/HostWebApplication/HelloWorldService.svc 
 with your service address

hope this be useful

Sunday, August 12, 2012

Monday, July 30, 2012

Asp.net How To Add Hyperlink To Grid View






in this simple example I will show you how  to add
hyperlink to grid view
and how to use details view with grid view



ستتعرف فى هذا الفيديو على كيفيه اضافه ارتباط تشعبى
الى  الجريد فيو
وكيفيه عرض تفاصيل المنتجات فى صفحه منفصله

Monday, July 23, 2012

مشكله تحويل من string الى enum

how to convert from string to enum in c#
How To Assign  Enum value from drop down list









 اعطاء  قيمه  لمتغير من نوع  enum
من drop down list
بدل مناعطائه قيم محدده






سيطلب التحويل من
string ---------- > enum