Making a Simple ASP.NET website
Hi friends, today I will be sharing a basic asp.net website application code. To be more specific it’s little more than beginner level. I will be showing… Read More »Making a Simple ASP.NET website
Hi friends, today I will be sharing a basic asp.net website application code. To be more specific it’s little more than beginner level. I will be showing… Read More »Making a Simple ASP.NET website
Hi friends, today I will be showing you how you can create an Android application which can save your Notes. This is just a test… Read More »Creating a Notepad application in Android
ASP.NET – Using Bootstrap Glyphicons in .NET Website Sometimes it’s good practice to use a icon to indicate the button functionality. In asp.net, the default… Read More »ASP.NET – Using Bootstrap Glyphicons in .NET Website
ASP.NET Sidebar Menu with Profile Image ASP.NET menu control provides very limited functionality in context to a great looking website. Using the web’s most popular open-source… Read More »ASP.NET Sidebar Menu with Profile Image – A great looking alternative
ASP.NET menu control – A great looking alternative ASP.NET menu control provides very limited functionality in context to a great looking website. Using the web’s most… Read More »ASP.NET menu control – A great looking alternative
AutoComplete textbox can be used in an ASP.NET page with any textbox to make it autocomplete textbox. Download the ajax control toolkit from here and add… Read More »Asp.net Auto complete Textbox
This is a continuation of my previous post showing how to make a login application using MS SQL Server database in Android. Here I will… Read More »Android Login application using MS SQL Server and SharedPreferences