Questions tagged as 'asp.net'

1
answer

Jquery Dialog is not shown

I'm having trouble displaying a dialog window on the screen. <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.c...
asked by 18.12.2015 / 14:57
1
answer

Error compiling Class Library + Microsoft.DNX.PackageManager

I created a Class Library project in Visual Studio 2013 Express using the framework 4.5, but giving a Build in the Class Library the following error occurs:    ------ Build started: Project: AdComFramework, Configuration: Release Any CPU ----...
asked by 17.12.2015 / 12:46
1
answer

ASP.NET MVC: Automapper and NHibernate

Good evening, I have a problem. I'm using nHibernate to connect to my database and I also use Automapper to map my Entities to my ViewModel. But when I select the entity I have several relationships and when I map to the ViewModel it ends up...
asked by 10.10.2015 / 00:42
1
answer

Validation of URL parameters

I would like opinions on an issue, maybe even simple, just to find out more ways to do this. The situation is as follows: NOTE: I use in this example .NET Framework 4.0 with a lot of Javascript, I only use Code-Behind to get the QueryStrin...
asked by 19.10.2015 / 14:36
1
answer

Select two attributes from two different tables in a view

I have the model (superclass) Pessoa and the model Aluno public partial class Pessoa { public Pessoa() { this.Escola = new HashSet<Escola>(); } [Key] public int PessoaID { get; set; }...
asked by 24.08.2015 / 17:25
1
answer

How to control a RadioButtonList via code

I'm using C # asp.net web forms I have two RadioButtonList <asp:RadioButtonList ID="rblGrupo" runat="server" AutoPostBack="True" CellPadding="5" OnSelectedIndexChanged="rblGrupo_SelectedIndexChanged">...
asked by 15.10.2015 / 20:58
1
answer

Show only one record of each ID

I have a table Clientes and a ClientesTel . I need to present a list where Código do Cliente, Nome, Telefone e o email appears, but by structure I can have several phones. Here's the SQL I'm trying to modify: SELECT Cliente...
asked by 05.09.2015 / 06:34
1
answer

Transfer of List from one class to another

I want to treat a list in a method from another class and then return the treated list. I would like to know how to transfer this list to the other class. I did as follows: Main class: DataTable result = new DataTable(); VerificaJuridi...
asked by 03.12.2015 / 14:36
1
answer

What to use to create web site and android app [closed]

I want to create a website to host manga or link the sleeves of fansub. Let's say a Host Manga and create an android app to view the sleeves without having to enter the site. How can I do this? Develop the site in ASP.NET and then creat...
asked by 04.12.2015 / 11:44
1
answer

How to use bundle.config in webforms

I wonder if I can and how to use bundle.config that is used in MVC, in webforms. I learned that there is this possibility but I did not find anything on the net. So I would organize CSS and JS in one place.     
asked by 02.07.2015 / 04:47