Why it shows less space for memory devices
Why it shows less space for memory devices |
- Why it shows less space for memory devices
- How to shutdown the system programmatically using C#?.
- Adding Text / Images to word document.
- Configure website as SSL
- Create Editable table in HTML using Jquery.
- AutoComplete in DataGridView using Win Forms
- Jquery methods to adjust the opacity of elements
- AsyncFileUpload - Upload file in existing directory
- Create On Off swith button using Jquery
- How to display image in web site
Why it shows less space for memory devices Posted: 22 Nov 2012 09:33 PM PST We all have noticed that we can not use the full space in our memory devices. It always shows less space that we are supposed to get. My article gives an explanation on this storage deduction from our memory devices. |
How to shutdown the system programmatically using C#?. Posted: 29 Nov 2012 04:41 AM PST The articles explain how to shutdown the system pro-grammatically even if we don't have admin rights.Always we are working in a system connected with LAN Server. Normally they won't give admin rights to our system. |
Adding Text / Images to word document. Posted: 02 Dec 2012 03:37 PM PST In this article we are going to see How we can add Text and Images to a word document. We are also going to modify the word document and save it back in the original location. The word document is placed in the WebApplication itself. So that the Application can easily locate it. |
Posted: 05 Dec 2012 09:11 PM PST SSL stands for Secure socket Layer .SSL Provides a encrypted mode of secured connection between the server and browser .Follow the steps to configure a normal website as SSL website . This document prepared based on Windows XP/ 2000 IIS. |
Create Editable table in HTML using Jquery. Posted: 06 Dec 2012 02:45 AM PST In HTML, Like a text-box element it is not possible to write content in table's td element from browser it self. But it is possible from Jquery. In every click event of td element we will update it with text-box. Lets see how to do that... |
AutoComplete in DataGridView using Win Forms Posted: 06 Dec 2012 04:33 AM PST In this article we are going to look at how we can provide autocomplete functionality in the DataGridView while editing data in the DataGridView control. We get the data from the database using SqlDataAdapter. When you double click UserName field in the DataGridView and try to edit. The AutoComplete string is displayed. |
Jquery methods to adjust the opacity of elements Posted: 06 Dec 2012 05:08 AM PST Using Jquery, We can adjust and play with opacity of HTML element(s). Using Jquery fading methods we can animate the elements with Opacity. These methods will give good look at show and hide kind of UI things. |
AsyncFileUpload - Upload file in existing directory Posted: 06 Dec 2012 09:09 AM PST In this Code Snippet we are going to see how to use AsyncFileUpload control of AJAX. This code snippet uploads the file in a directory. It creates the directory if it does not exists and then saves the file, otherwise saves the file in existing directory |
Create On Off swith button using Jquery Posted: 06 Dec 2012 09:26 PM PST Have you created ON-OFF switch button in Jquery? Using Jquery i created an amazing ON-OFF Switch button. It is very useful UI control at on off kind scenario. for example to disable some elements, At the place of remove or adding things in HTML and so on. |
How to display image in web site Posted: 10 Dec 2012 11:39 PM PST |
You are subscribed to email updates from .NET Articles, Tutorials and Resources To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home