Things that pop outta my head; a new day, a new dawn, a new life!
Asp.net TextBox - placeholder I
Solicitați un link
Facebook
X
Pinterest
E-mail
Alte aplicații
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.
Raspberry PI & Node JS I'm glad to share my first Iot project a car that runs on 2 servo motors Requisite list: -Power bank for Raspberry pi (one external for phone should do the trick with 2.1 A) - Raspberry pi (B/B+/2/3) - I'm using 3 - You can get one from here - 2 servo wheels - You can buy them from here - L298N Dual H-Bridge Motor Controller - You can buy from here -Power bank max 12V for controller - I recommend this one How to connect everything schema: Software ... NodeJS How to install: Step 1: sudo apt update sudo apt dist-upgrade sudo rpi-upgrade Step 2: curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - sudo apt-get install -y nodejs node -v v5..... Step 3: create a folder and: npm install rpio console express body-parser cors Step 4: go to github here ... Website Install Lighttpd and in /var/www/html copy files from here: https://github.com/alexandru360/RpiCar/tree/...
Original post here ! (backup purpose only) Devexpress theme changer using My.Settings to save it. 1.)Make a new form, name it whatever you would like. 2.)Reference Devexpress.BonusSkins.dll and Devexpress.OfficeSkins.dll 3.)Go to My.Settings and make a new setting with the name "Theme" with the value "Sharp" 4.)Go to your forms Designer. vb and change the "Inherits" to DevExpress.XtraEditors.XtraForm 5.)Add 1 Button to your form and 1 ListBoxControl. Make the Text of the button "Change Theme", Make your ListBoxControl items these: Code: Caramel Money Twins Lilian The Asphalt World iMaginary Black Blue Coffee Liquid Sky London Liquid Sky Glass Oceans Stardust Xmas 2008 Blue Valentine McSkin Summer 2008 Pumpkin Dark Side Springtime Darkroom Foggy High Contrast Seven Seven Classic Sharp Sharp Plus DevExpress Style Office 2007 Blue Office 2007 Black Office 2007 Silver Office 2007 Green Office 2007 Pink Office 2010 Blue Office 2010 Black Offi...
Comentarii