Questions tagged as 'asp.net'

1
answer

What components should I use for color selection and photos in ASP.NET?

I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types: One for color, which returns the color code in hexadecimal, for example: ffffff or #ffffff; And one for uploading photos, i...
asked by 18.09.2015 / 21:07
1
answer

C #: Show Thumbnail without resizing image in ASP

I do not want to let decrease images by setting width and height in asp. Example: <asp:Image Width="70" Height="90" ID="Image1" runat="server" ImageUrl=' <%# @"\imgpe\" + Eval("CODFOTO") + @".jpg" %>'/> I would like to res...
asked by 08.05.2015 / 20:23
1
answer

How to debug ASP.NET applications or Webservices in IIS

I need to debug my application that consumes a Webservice and would like to be able to debug Webservice in a Visual Studio window and the application in another, but I can not make local connection of the Android emulator to the local machine....
asked by 23.04.2015 / 13:36
1
answer

Download txt file with ASP.NET Web Forms including page HTML in file

I am downloading files with ASP.NET Web Forms in the click event of a LinkButton as follows: var file = new FileInfo(filePath); Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=" + HttpUtility.UrlEncode(file.N...
asked by 31.03.2015 / 20:06
1
answer

How to put two or more Google Charts on the same page using JSON and Asp.Net

I have the following code that works great and generates a Google Charts, I would like to know how I can put 2 or more graphics on the same page? Would you like to know if you need to repeat this ajax call, or is there any way to call it just...
asked by 14.08.2015 / 16:18
1
answer

Sort DESC asp

I have a grid in my application. The code for a grid column is: <Columns> <asp:BoundColumn DataField="DATA_CADASTRO" SortExpression="DATA_CADASTRO" HeaderText="Data Ativa&#231;&#227;o"...
asked by 12.03.2015 / 20:35
1
answer

SecurityException - Permission Error

Hello, I'm uploading an application in my Locaweb hosting and I stopped in this error, does anyone know how to solve this permission problem? [SecurityException: Request for the permission of type 'System.Diagnostics.PerformanceCounterPermissi...
asked by 04.03.2015 / 12:53
2
answers

Import Itaucripto DLL in VB

Hello, I am deploying the second via itaú ticket, however I am trying to work with ASP.NET VB and I do not have much knowledge in this language. I have done everything right and it is working locally, but when I go up to my hosting in Locaweb I...
asked by 26.02.2015 / 21:28
1
answer

Namespace does not work correctly / BC30002: Type 'prod' is not defined

I was asked to solve a system problem of a client in asp.net (Linguaguem in which I do not dominate). Without further ado ... My Product.aspx file has the following directive <%@ Import Namespace="Sitefeito.Mkraeprod" %> Some lines...
asked by 11.06.2015 / 03:30
1
answer

Uploading site gives error of: failure to load a file

When I upload the site gives me this error:    GET link 404 (Not   Found) xhrLoadText   @ l10n.js: 128parseResource   @ l10n.js: 257L10nResourceLink.load   @ l10n.js: 350loadLocale   @ l10n.js: 363document.webL10n.undefined.setLanguage...
asked by 26.10.2015 / 17:18