take data from textBox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have a problem, i work with web pages, i want to fill labels in one webForm from the information of TextBox in another webForm , how can I do it? thanks, sharon.
sharon wrote: I have a problem, i work with web pages, i want to fill labels in one webForm from the information of TextBox in another webForm , how can I do it? Usually you would store the data in a session variable if you are not calling the second form from the first and there would possibly be other pages interacted with between them. You could pass the values directly if you did call the second form from the first. Rocky Moore