Questions tagged as 'asp'

0
answers

How to use UpdateProgress with EnablePartialRendering = false?

I have a page where I need to populate two dropdownlist, but it does not load the UpdateProgress if EnablePartialRendering is set to false. If it is true, the UpdateProgress is loaded, but the second DDL is not.     
asked by 26.05.2016 / 19:18
1
answer

Posting a method by clicking a button type = button

I'm making an application where when I click a button I have to send an email. I have my page a input type=Text and a button type="button" that with css is thus -> . I need that when I load that arrow, an email is sent as...
asked by 12.04.2016 / 18:49
0
answers

Items in javascript disappear when doing page postback

I'm making a website and I've copied a calendar for my project. The calendar is here: link on the Calendar tab. I have everything done as it is there and I can create the events and drag up the calendar. What happens to me is that when I postb...
asked by 28.04.2016 / 13:40
0
answers

Trust Level error when publishing MVC application

I need to publish an ASP.NET MVC application to a LocaWeb server. But when I publish, the server displays the following message: I'vetriedputtingtags<securityPolicy><trustLevelname="Medium" policyFile="web_mediumtrust.config" />...
asked by 05.04.2016 / 17:02
1
answer

Error passing value in variable where clause in SQL in ASP

Follow the code below Even if the items in the id exist ... pass directly and only show the value of the variable3 What am I doing wrong? <% variavel1 = LCase(Request.ServerVariables("URL")) variavel2 = LCase(Request.ServerVariables(...
asked by 09.03.2016 / 15:53
0
answers

Aspx image attributes get lost after changes via Javascript

I inserted an image with scr value and DescriptionUrl defined in Aspx and I am changing the value of source (scr) and DescriptionUrl (longdesc) via Javascript; It turns out that after page_load the default values return and what was changed v...
asked by 04.02.2016 / 16:45
0
answers

Insert and update method does not work on azure

Good afternoon Friends I'm starting in asp net development and I made a web form application and put it in the azure. It is a simple application of cardapio that accesses a mysql database created by azure as well. What happens is that in visu...
asked by 22.01.2016 / 22:28
0
answers

Column Discriminator error EF code first

I'm doing a project in asp.net, I'm using C # classes to make the connection to the database, but every time I try to insert a user into the database, it generates the following error:    invalid column name "Discriminator" Note: My bank...
asked by 24.01.2016 / 04:00
1
answer

The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?

I have a problem when publishing or compiling the project, the following error appears:    The type or namespace name 'AjaxControlToolkit' could not be found in   the global namespace (are you missing an assembly reference? Does anyone kn...
asked by 15.01.2016 / 21:28
0
answers

Registration Tool

I have an application with about 30 basic registrations, I currently use a tool in .asp in which I configure working with Request I have a generic only page working on all the registers. It is becoming more and more difficult to get ac...
asked by 04.01.2016 / 16:24