Questions tagged as 'webforms'

1
answer

Retrieving the values from my form

I'm trying to retrieve the values of a form. Is this a good way to get them back to get through my DAL? <div id="myModal_Veiculos" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">...
asked by 23.09.2014 / 05:57
1
answer

How can I create a control that has subcontractors without explicitly adding a template?

I want to create a control exactly like a Panel . <asp:Panel runat="server"> Conteúdo <div>Content</div> </asp:Panel> I want to be able to put controls inside it without explicitly using a template....
asked by 20.12.2013 / 06:17
1
answer

Create ProfileCommon Object in Asp.Net Membership

I need to create a "profile object" in Asp.net Membership. My Web.config : <profile defaultProvider="AspNetSqlProfileProvider"> <providers> <clear /> <add name="AspNetSqlProfileProvider" type="System.Web...
asked by 20.09.2014 / 03:10
1
answer

Compiler Error Message: CS0433

Can someone help me with this error, I'm trying to create a profile with ProfileCommon    Compile Error       Description: Error compiling a resource needed to service this   solicitation. Review the specific details of the error and modify...
asked by 22.09.2014 / 15:48
1
answer

Error using Telerik RadTreeList

I'm trying to use RadTreeList in a WebForms application with MasterPage unsuccessful because error occurs in html tags: Linha 59: <qsf:ConfiguratorPanel runat="server" ID="ConfiguratorPanel1" I have tried to change from: <qs...
asked by 24.10.2018 / 17:12
1
answer

I can not get the view parameter in the controller

Remembering that while running it does not return any error Controller using CRUD.Aplicação; using DocumentoObjeto.dominio; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespa...
asked by 21.10.2018 / 21:47
2
answers

Error connecting to oracle database using web programming in .NET

When attempting to connect to the bank, I got the error according to the attached image. My application is web in .net, visual studio 2010, database oracle sql developed 3.1.07. My code where you get the error: protected int GetRowCounts()...
asked by 21.02.2018 / 17:45
1
answer

Error request Ajax Jquery C #

I'm getting error 401 in a simple Ajax query with Jquery. Requisition: $().ready(function () { $.ajax({ url: "Ajax/RetornoAjax.aspx/ObterResultados", type: "GET", //Caso não passe nenhum dado dat...
asked by 05.02.2018 / 19:44
1
answer

PostBack Asp.Net WebForms

I started working a little while with WebForms and was left in doubt, because I always mess with asp.net mvc . Assuming I have a DropDownList and populated DataSource with multiple records, when done PostBack...
asked by 06.03.2018 / 15:02
1
answer

How to format a field with ASP.NET WebForms C #

I need to format TextBox <asp:TextBox runat="server" id="txtValor" MaxLength="20"></asp:TextBox and I am very difficult, first this grid is opened in a modal, that is, when I create the main page I can not get control by javascri...
asked by 11.01.2018 / 21:37