Postări

Se afișează postări din aprilie, 2015

Build [at] Microsoft

Imagine
Windows 10 Installs Automatically On Windows 7 And Windows 8 I can not believe that Microsoft is keeping it quiet - Build 9926 of the Windows 10 Technical Preview can be downloaded and installed   via Windows Update  on Windows 7 and Windows 8. For now this method comes with a caveat: a small file is needed. Users go to Microsoft’s  Technical Preview page  and click the ‘Start upgrade now’ button. This downloads the file, you run it and afterwards you will be prompted to restart your PC. On first boot Windows Update will now show ‘Upgrade to Windows 10’ as an option. Say goodbye to burning DVDs, making USB boot drives and fiddling with bios boot order settings.

Asp.net TextBox - placeholder I

For sure You wanted to put a placeholder inside a textbox in asp.net and it is quite simple all you have to do is say:  placeholder="enter the text here"  inside the textbox tag like so: In the next version of this post I will show how to add the placeholder tag in an extended textbox control.

Creating date time picker control for asp.net

Imagine
This is a very simple control to create and to have with very cool results. Create a user control and just paste in the code: Code snipet: ASCX: < link href ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel ="stylesheet"> < link rel ="stylesheet" type ="text/css" media ="screen" href ="//tarruda.github.com/bootstrap-datetimepicker/assets/css/bootstrap-datetimepicker.min.css"> <% -- -- %> < script type ="text/javascript" src ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></ script > < script type ="text/javascript" src ="//tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js"></ script > < script type ="text/javascript" src ="//tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-date