In this post, I’m going to explain how to add the selected
list box items into the new list box, both are asp.net controls. Include a new web form, and add the below code in your web form. Hit
F5 and you can see the output.
Friday, June 14, 2013
Move Selected list box items into the New list box using Javascript
By
Francis
Posted at
9:43 AM
Listbox
No comments
Thursday, June 13, 2013
A Good Resolution
By
Francis
Posted at
7:59 AM
No comments
Last few months, I have not posted anything in this blog. Its due to some personal issues and by God’s grace it has been reduced now. . Thank God. So here is my forth coming year’s resolution:
1. Contributing effectively in ASP.Net Forums (At least Move to next Level)
2. Take at least 5 InSync Session (InSync is a IT technical session conducted in my current organization Already 2 Completed, one is about MVC Basics and another one is regarding MS Tech Communities)
3. Focusing in my tech blog and write at least 10 (USEFUL) Post per month!!!
As I said, last few months not favor for me. I’m from India, here the Internet connectivity cost somewhat higher than other country. So finally, I got the good connection (2G/3G) thru my smart phone with little higher cost. So It will increase my confidence level. So ALL IS WELL!!!
Friday, March 8, 2013
ASP.Net Server Controls – An Overview
By
Francis
Posted at
11:27 AM
Server Controls
No comments
What is Server Controls?
In ASP.Net there 2 types of Controls available. One is
Client Control and another one is Server side controls. Client Controls are
basic HTML controls like button, text boxes, check box etc. which can be easily
constructed by HTML elements.
Tuesday, February 26, 2013
Validators in ASP.Net –Part 6 : Validation Summary Control
By
Francis
Posted at
12:53 PM
Validators in ASP.Net
No comments
Validation Summary Control
In my previous posts I have explained about validators. In
this post I’m going to talk about the final validation control, Validation
Summary Control. Actually, Validation
summary is not a validation control, like other Validation controls. It’s like
a container which is used to display all the error messages (by other
validation) in a single place.
Monday, February 11, 2013
Validators in ASP.Net – Part 5 : Custom Validator Control
By
Francis
Posted at
11:51 AM
Validators in ASP.Net
No comments
Custom validator Control:
In my previous posts, I have
explained 4 validation controls. In this post I’m going to explain Custom
validation control. In some situations we need to customization on validations.
At this time Custom validator comes in to picture.
Custom
Validator provides 2 ways to do your validation. One is Client side and another
one is Server side. User can achieve the
Server side validation by using the property “OnServerValidate” property. In
this property user must give the server side function name which handles the
validation.
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture