Questions tagged as 'asp.net'

1
answer

Problems with DRAG and DROP using Redpis

I have an application that generates a gridView (ASP.NET) of information and in each column I can have 2 values. One of these values is the total working time (x) of a person for a specific date, and the other value is the working time (y) alrea...
asked by 26.08.2015 / 16:19
0
answers

System Integration C # Desktop with WEB System in ASP.NET [closed]

I have a Desktop System in C # and the data is written to SQLServer. How can I record this data simultaneously in a Web System developed in ASP .NET?     
asked by 15.08.2015 / 02:57
1
answer

Auto refresh label

I wonder how you could automatically refresh a LABEL that is in Master Page . This Label shows the sum of the amount of the products, and whenever I add a product to the cart Label does not refresh, just refresh if I r...
asked by 03.07.2015 / 12:53
1
answer

Show HTML text in ASP TextBox?

I'm trying to show text formatted in HTML in a asp text box and I'm not able to. For example this formatted text: <font size="6">teste</font> , I would like that when I display this text in text box it i...
asked by 03.07.2015 / 00:51
1
answer

Doubt with data recording time in master-detail tables?

After inserting a record, I use select max(IDControle) to retrieve the table id to record the items. When the time is only 1 second, I noticed that the items were all recorded in the 1st record. Does anyone have any idea how this could...
asked by 13.07.2015 / 16:08
1
answer

Import or add folder from an old project

I made a project and it gave solution problem. I had to create a new project and now I'm adding the old files. What happens is that when I import folders it does not matter, just files. So far it's reasonable, because the button says: Add existi...
asked by 22.05.2015 / 13:27
0
answers

Handle page objects via user control [closed]

I have a page with 2 user control, one inside the other! I need to access an object within the page via the 2nd use control, however I only get null return. Abs, Arnaldo     
asked by 18.06.2015 / 04:56
0
answers

Problem loading tag content in codebin

I am doing a javascript to play the result of a query on a tag, but the query does not appear in tag . I'm on the same page and calling the function by codebehide. function preenche_tit(tit_num_ptd, hea_end_ptd) { self.opener.END...
asked by 01.07.2015 / 17:03
1
answer

Change label text while looping on server

I have a screen that does a lengthy processing, and there is a for that every next , I want to set a label for the user to see the process. p> I know it can be done by ajax, but I did not find anything as an example. Can anyone help?     
asked by 02.06.2015 / 19:17
1
answer

Problems with javascripts files inserted in Masterpage

I can not use a javascript tag contained in a file that is inserted in a MasterPage. Where can I go wrong? Follow the MasterPage tag <head runat="server"> <title></title> <link href="Content/css/bootstrap.css"...
asked by 26.06.2015 / 16:54