Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: PreviousPage.Master.FindControl

$
0
0
I have a Master Page and it has a TextBox where User Name is informed, I would like to pass this information to the other system page? To call the pages I'm using.                              Asp: MenuItem Text = "Home" Selectable = "false"                                  Asp: MenuItem NavigateUrl = "~ / Default.aspx" Text = "Home" /                                  Asp: MenuItem NavigateUrl = "~ / Login.aspx" Text = "Login" /                              / Asp: MenuItem Must pass the txUsuario information to other pages?                      Asp: TextBox ID = "txUsuario" runat = "server" CssClass = "textbox" / asp: TextBox I found in C # PreviousPage.Master.FindControl but I can not find a translation in Cobol. Translated by Google Eu tenho um Master Page e nela tem um TextBox onde é informado o Nome do Usuário, gostaria de passar esta informação para as outras página do sistema? Para chamar as páginas estou usando.                             asp:MenuItem Text="Inicio" Selectable="false"                                 asp:MenuItem NavigateUrl="~/Default.aspx" Text="Inicio" /                                 asp:MenuItem NavigateUrl="~/Login.aspx" Text="Login" /                             /asp:MenuItem Preciso passar a informação do txUsuario para outra páginas?                     asp:TextBox ID="txUsuario" runat="server" CssClass="textbox" /asp:TextBox Encontrei em C# PreviousPage.Master.FindControl mas não consigo fazer a tradução para Cobol.

Viewing all articles
Browse latest Browse all 5819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>