­

Easy Date Picker for asp.net

0 Comments
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Referred URL: http://www.developer.com/net/asp/article.php/3327181/Creating-a-Dropdown-Calendar-Control-for-ASPNET.htm http://forums.asp.net/t/1808618.aspx/1 http://msdn.microsoft.com/en-us/library/c0az2h86%28v=vs.100%29.aspx Step 1 - Add a Web user control (.ascx) and Web page (.aspx) Step 2 - User Control ascx Code  <%@ Control Language="C#" AutoEventWireup="false" CodeBehind="CalendarControl.ascx.cs" Inherits="LegalReqForm.CalendarControl" %>   <table class="ms-pmstable">            <tr>                <td>                    <asp:TextBox id="TXT_DatePicker" runat="server" Width="100px"...

Continue Reading

Android Application Development For Dummies

1 Comments
  Download URL - http://rapidgator.net/file/0c36a881ebb9eb7949574ebf9d4138e7/1118387104_Android_Application_Development_for_Dummies_(2nd_Edition)__www.ebookshare.me.rar.html   Download URL - http://rapidgator.net/file/0c36a881ebb9eb7949574ebf9d4138e7/1118387104_Android_Application_Development_for_Dummies_(2nd_Edition)__www.ebookshare.me.rar.html ...

Continue Reading

Android Game Programming For Dummies

0 Comments
Download URL - http://rapidgator.net/file/80b902d91e02b6aeb3be867279bde7e6/1118027744_Android_Game_Programming_For_Dummies__www.ebookshare.me.rar.html Download URL - http://rapidgator.net/file/80b902d91e02b6aeb3be867279bde7e6/1118027744_Android_Game_Programming_For_Dummies__www.ebookshare.me.rar.html ...

Continue Reading

Hacking For Dummies

0 Comments
Download URL - http://rapidgator.net/file/2d2f2b3ac2a15627bf5034e3d129a524/1118380932_Hacking_for_Dummies_(4th_Edition)__www.ebookshare.me.rar.html Download URL - http://rapidgator.net/file/2d2f2b3ac2a15627bf5034e3d129a524/1118380932_Hacking_for_Dummies_(4th_Edition)__www.ebookshare.me.rar.html ...

Continue Reading

நில அளவீடுகள் – Land measuring

0 Comments
நில அளவீடுகள்1 சென்ட் – 40.47 சதுர மீட்ட‍ர்1 ஏக்க‍ர் – 43,560 சதுர அடி1 ஏக்க‍ர் - 40.47 ஏர்ஸ்1 ஹெக்டேர் – 10,000 சதுர அடி1 சென்ட் – 435.6 சதுர அடி1 ஏர்ஸ் – 100 சதுர மீட்ட‍ர்1 குழி – 144 சதுர அடி1 சென்ட் – 3 குழி3 மா – 1 ஏக்க‍ர்3 குழி – 435.6 சதுர...

Continue Reading

காய்கறிகள்‬ :- பயன்களும், பக்கவிளைவுகளும்

0 Comments
Referred URL - https://www.facebook.com/photo.php?fbid=10151561729527473&set=a.10151521114852473.1073741833.141482842472&type=1 ‪#‎கத்தரிக்காய்‬இதில் பல வண்ணங்கள் உண்டு என்றாலும் அனைத்திலும் உள்ள சத்து ஒன்றேதான். பிஞ்சு கத்தரிக்காய் சமைப்பதற்கு நல்லது. முற்றின கத்தரிக்காய் அதிகம் சாப்பிட்டால் சொறி சிரங்கைக் கொண்டு வரும்.இதில் தசைக்கும், இரத்தத்திற்கும் உரம் தருகிற வைட்டமின்கள் சிறிதளவு உள்ளன. இதனால் வாய்வு, பித்தம், கபம் போகும். அதனால் தான் பத்தியத்துக்கும் இக்காயைப் பயன்படுத்தச் சொல்கிறார்கள். அம்மை நோயால் பாதிக்கப்படுபவர்கள் இதை உண்டு...

Continue Reading

Enabling Reply To All in Outlook 2010

0 Comments
Referred URL : http://community.haskell.org/~ndm/darcs/office/ReplyToAll.htm http://msdn.microsoft.com/en-us/library/office/ff865785.aspx http://msdn.microsoft.com/en-us/library/vstudio/bb608625.aspx Step 1 : Enable Developer Tab On the File tab, choose the Options button. The following figure shows the File tab and Options button in Outlook 2010. Step 2 : Select Customize Ribbon button. Step 3:  Select the Developer check box.   Enabling...

Continue Reading

How to check to make sure a URL is valid

0 Comments
Referred URL - http://www.developerfusion.com/code/4267/how-to-check-to-make-sure-a-url-is-valid/ If you have users enter URLs and you would like to check them to make sure they exist before you save them to the database, here is the code: public static bool UrlIsValid(string smtpHost) { bool br = false; try { IPHostEntry ipHost =...

Continue Reading

Validation for textbox ASP.Net

0 Comments
Referred URL - http://dotnetdots.wordpress.com/2013/04/24/textbox-validation-for-indian-pan-card-number-using-textbox-validating-event/ 1) Textbox Validation For Indian Pan Card Number RegularExpressionValidator Validate = new RegularExpressionValidator(); Validate.ControlToValidate = TXT_Currency_Value.ID; Validate.ErrorMessage = " - * Enter valid number"; Validate.Display = ValidatorDisplay.Dynamic; Validate.ValidationExpression = (@"^([a-zA-Z]){5}([0-9]){4}([a-zA-Z]){1}?$"; 2) Validating an e-mail address RegularExpressionValidator Validate = new RegularExpressionValidator(); Validate.ControlToValidate = TXT_Currency_Value.ID; Validate.ErrorMessage...

Continue Reading

Microsoft SharePoint 2013 Developer Reference

0 Comments
Download Link - http://www.ebookshare.me/microsoft-sharepoint-2013-developer-reference/ ...

Continue Reading

7 things to do when your boss changes

0 Comments
Referred URL - http://www.pm4girls.elizabeth-harrin.com/2013/07/7-things-to-do-when-your-boss-changes/ “I’m retiring in a couple of months,” my boss said recently. Managers come and go as organisations are restructured, people take promotions, retirement or new posts outside the company. But I’ll be sad to see him go – he has been a great manager...

Continue Reading

பப்பாளியின் மருத்துவப் பண்புகள்

0 Comments
Referred URL - https://www.facebook.com/photo.php?fbid=501539423247164&set=a.492723334128773.1073741828.492721517462288&type=1&ref=nf * நல்ல மலமிளக்கி. மலச்சிக்கல் வயிற்றுக் கடுப்பு, செரிமானமின்மை, அமிலத்தொல்லை போன்ற பிரச்சனைகளுக்கு அருமருந்து.* பித்தத்தைப் போக்கும்.* உடலுக்குத் தென்பூட்டும்.* இதயத்திற்கு நல்லது.* மனநோய்களைக் குணமாக்குவதில் உதவும்.* கல்லீரலுக்கும் ஏற்றது.* கணைய வீக்கத்தைக் கட்டுப்படுத்தும்.* சிறுநீர்க் கோளாறுகளைத் தீர்க்கும்* கல்லீரல் கோளாறுகளைத் தீர்க்கும்* முறையான மாதவிலக்கு ஒழுங்குக்கு உதவும்.* இரத்தச்சோகைக்கு நிவாரணமளிக்கும்.* மண்ணீரல் வீக்க சிகிச்சையில் பப்பாளி பயன்படுகிறது.* பழுக்காத பச்சைப்...

Continue Reading

Do Yoga with your Kids - by Ann Pizer

0 Comments
Referred URL - http://yoga.about.com/od/yogasequences/tp/Home-With-The-Kids-Do-Yoga.htm Tips: If you have a mat, your kid is going to want one too. The more creative you get with the narrative of the poses, the more engaged your kids will be. Keep things age-appropriate and safe. The following poses are suitable for most...

Continue Reading

உணவைக் குறைத்து உடலை அழகாக்க.. டயட் டிப்ஸ்!

0 Comments
Referred URL - https://www.facebook.com/photo.php?fbid=580122648704735&set=a.429994943717507.111208.346727412044261&type=1&relevant_count=1&ref=nf உடல் அமைப்பை கட்டுக்கோப்பாக வைத்திருக்க டயட்டில் இருப்பவர்கள் இன்று நிறையபேர் உள்ளனர். உணவைக் குறைத்து உடலை அழகாக்க போகிறோம் என்ற தாரக மந்திரத்தை பின்பற்றும் இவர்களில் பலர் பட்டினி கிடந்து உடல் இளைத்துப்போவதும் உண்டு. இப்படிப்பட்டவர்கள் ஆரோக்கியமான டயட் முறையை பின்பற்ற சில டிப்ஸ்:* தினமும் ஏதாவது ஒரு பழ ஜூஸ் குடியுங்கள். நீங்கள் குடிக்கும் பழ ஜூஸ் அப்போது தயாரிக்கப்பட்டதாக...

Continue Reading

மூலிகைப் பொடிகளின் பெயர்களும், அதன் பயன்களும்:-

0 Comments
Referred URL - https://www.facebook.com/photo.php?fbid=628264267191827&set=a.212371062114485.58409.211901605494764&type=1 *அருகம்புல் பவுடர் :- அதிக உடல் எடை, கொழுப்பை குறைக்கும், சிறந்த ரத்தசுத்தி*நெல்லிக்காய் பவுடர் :- பற்கள் எலும்புகள் பலப்படும். வைட்டமின் "சி" உள்ளது*கடுக்காய் பவுடர் :- குடல் புண் ஆற்றும், சிறந்த மலமிளக்கியாகும்.*வில்வம் பவுடர் :- அதிகமான கொழுப்பை குறைக்கும். இரத்த கொதிப்பிற்கு சிறந்தது*அமுக்கலா பவுடர் :- தாது புஷ்டி, ஆண்மை குறைபாடுக்கு சிறந்தது.*சிறுகுறிஞான் பவுடர் :- சர்க்கரை நோய்க்கு...

Continue Reading