Questions tagged as 'aspx'

0
answers

Passing data from a gridview to a texbox without code-behind

I have a small problem I am trying to select a row in a gridview that I have in my view and that data in the row pass them to a form that is in the same view I am working with MVC 2 (aspx) therefore I have tried the ways of doing it from code-be...
asked by 19.06.2018 / 23:28
0
answers

Why is my onclick not recognized in ASP NET?

What I want to do is have my onclick perform Back end actions since I am working with asp. .aspx code: <asp:UpdatePanel ID="panelToma" runat="server" class="botonToma"> <ContentTemplate> <asp:Button ID="btnOk_T" runat="se...
asked by 09.05.2018 / 00:11
1
answer

Why can not find my code behind variable in c #?

I want to get a variable from my code behind in c # but I get the following error: Compiler Error Message: CS0103: The name 'qrp' does not exist in the current context But if I correctly declare my variable: public string qrp { get; set;...
asked by 16.05.2018 / 22:24
1
answer

LINQ stored procedure

I'm calling a stored procedure through entityframework but I get an exception When passing the parameters exp="tblAdquiridosGe" _cFiltros="'d.cNombre = ''DE'''" return contexto.uspBusquedaCliente(exp,_cFiltros) But when I run th...
asked by 22.08.2018 / 18:15