c#
-
Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code
-
Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code
My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
Very nice answer for a beginner....
I quit being afraid when my first venture failed and the sky didn't fall down.
-
Very nice answer for a beginner....
I quit being afraid when my first venture failed and the sky didn't fall down.
-
Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code
Try this out. If you face issues, please post them (with code) here and someone will help you.
Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound
-
Try this out. If you face issues, please post them (with code) here and someone will help you.
Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound
I think you have missed the links Abhinav... Everything is appearing as a text only.....
I quit being afraid when my first venture failed and the sky didn't fall down.
-
My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code
Where would be the point of giving you the code? What would you learn? How to do it next time? Probably not. How to do the next task you come up with? Definitely not. This is not a difficult task: You need one text box property (Text) used twice, one CheckBox property (Checked) used once, and a single event handler - I'll let you guess the name of that. Total code you need to write? About two lines, if we let Visual Studio handle the hook up code (and mostly, we do). Seriously, you need to get a book and follow the whole thing from the beginning to the end, doing all the exercises. If you continue to learn by asking for a bit here and a bit there, you will miss so much important stuff that you will effectively have wasted all the time you put into it.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."
-
Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code