Questions tagged as 'asp.net'

3
answers

Call event click

I want to send this event with JavaScript protected void newButton_Click(object sender, EventArgs e) { ScriptManager.RegisterStartupScript(this, this.GetType(), "Pop", "ModalGood();", true); Button Btncli...
asked by 05.07.2017 / 18:39
0
answers

Casting a list to another list of objects

I have a dataTable that contains 4 columns. Then, I have a query to fileTable that I do it with EntityFramework that returns another list. Finally, I need to make a InnerJoin between those two lists. Clarification: I manag...
asked by 03.07.2017 / 14:14
1
answer

Problem when loading data in a table

I have the following page: <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div class="row-fluid"> <div class="col-lg-12"> <h4 class="page-header">Productos</h4...
asked by 19.06.2017 / 20:02
1
answer

Update with Panel

I'm trying to make Update to the records I have in my database in Access at the beginning it worked and changed all the records because it did not have a id = id , then I put it in Query but nothing works anymore, it d...
asked by 05.06.2017 / 20:16
1
answer

OnClick does not run after OnClientClick

I have a form with a button, when I put the button (this button actually use it for several things changing the name and using flags in the method that defines the click) this executes the JavaScript in the client but never reaches the code -beh...
asked by 30.08.2017 / 22:16
1
answer

How to handle DB exceptions in EF

I have this code that tries to save the model in the database and makes two catch one for the validations of EF and the other generic. It does not give me any error of the first catch but in the second it gives me an error of a foreign key I thi...
asked by 25.05.2017 / 12:25
0
answers

Is there an api to send whatsApp messages through asp.net?

How about, I'm about to start a project and would like to send a whatsApp message every time I insert data. Is there an api to be able to achieve it?     
asked by 12.05.2017 / 19:29
1
answer

Consume WCF Service on asp.net

Good morning: Please can you help me I am trying to consume a service in WCF programming language asp.net c # but when it tries to consume I get an error that I tried out time out in the webconfig timeout but I still get that error. someon...
asked by 05.06.2017 / 19:55
1
answer

Fill ComboBox from a datatable

I am trying to fill a ComboBox from a database in access but it does not bring me the data, and it appears all blank conexiones.registration_conexion connect = new conexiones.registration_conexion();...
asked by 17.05.2017 / 16:13
0
answers

asp: RequiredFieldValidator does not work with ajaxtoolkit: ModalPopupExtender

I mean, I'm combining these two controls in ASP.net, the idea is that PopUp is not visible until several TextBox are filled, the problem is that I'm not respecting this validation and PopUp shows me independently that the field is empty, then at...
asked by 18.04.2017 / 18:22