Random Password Generator Function using VB.NET
During an application development many time we required a random string. Whether it is to make the URL unique or to send a SMS for…
Programming is a practice to hack Challenges. Everyday a Programmer faces new things to learn & implement. Good programmers are very rare. To be a challenging programmer you required sufficient practice. In this regard our group of programmers decided to help you out. The cause here in this session we have plenty of releases related various programming solutions. In case we are lacking any thing your contribution is welcome.
During an application development many time we required a random string. Whether it is to make the URL unique or to send a SMS for…
Generally while designing a CMS we found this situation to handle. Let us assume we have records in Database. From those records we required to…
Excel is very common practice to share data across Network. Recently one of my Customer wants to provide export an excel button in their products…
Customization in a web app is very common. Requirement updates everyday. Depending on this it happens occasionally Gridview is incapable to meet customers demand. In…
Generally where only one option lefts to Choose from a list of records we use Dropdownlist Control. Let’s talk about a Country dropdownlist. What you…
During String Operation while we found unwanted spaces before or after the string, we apply trim() functions to remove those spaces. Here in this example…
In the early age of HTML5, application data was stored in cookies & included in every server request. Compare to Cookies with web storage, web…
In web technology validation is used to prevent spam entries. There are various kind of form fields validations. Some of them are Required field validation,…
In our day to day activity we send many mails to Friends, Users OR Customers. The most important thing is the way which we follow…
JSON is one of the most popular lightweight data inter-exchange platform. It is platform independent and can easily editable without using any specific tool. Simply…
Whether you do a Corporate portal or an application Dashboard you must required a Horizontal menu. Category wise horizontal menu can be two types. Simple…
How it is for consecutive access of your webpages if the user don’t need to send a request to the server? Here I mean to…
You must remember during the age of HTML4 to implement drag and drop feature generally we do Scripting. This problem is addressed in HTML5. Using…
To made CSS easier BootStrap is one of the globally popular Framework. If you are using BootStrap in your application you don’t need to bother…