Questions tagged as 'asp.net'

0
answers

HighCharts use method to fill series

I'm doing an application in Asp.Net that is using HighChart graphics and the javascript function I'm using is this (taken from the net and placed on the aspx page): <script type="text/javascript"> $(function () { $('#container').hig...
asked by 10.05.2016 / 18:33
1
answer

How to make a chart grouped between bars and rows with google chart and export to pdf (C #, MVC) [closed]

It would look something like the image below: Vlw galera     
asked by 05.04.2016 / 14:37
0
answers

How to put markers on the x-axis of a chart line C #

I would like to know how to leave markers (such as a ball) on X-axes at each point in the chart. Currently the graphic looks like this: Iwantedeverymonthtohaveaballpointnodecorrespondingtothevalueandnotthattherewasonlyoneline,Iwouldlikeittol...
asked by 21.05.2016 / 19:04
0
answers

Problem with paging on account of loading GridView and DropDownList in same Page.PostBack

Next, I have a gridview that it needs to be inside a postback in order to run an update when selecting a checkbox. The problem is that I have a filter using a DropDownList , if I leave my PopularGVDuplicatas() within the same...
asked by 13.03.2016 / 20:50
0
answers

Crystal Report set text size of the value in a chart

I'm using Crystal Report version 13 in an application with Aspnet Webforms. I'm developing reports with charts and displaying the value of the "data labels". My problem is that I can not change the font size of these values, I have already ch...
asked by 15.03.2016 / 17:49
0
answers

Ways to enter the address

Good afternoon people, I have a not very technical question, but a way to get information. Here in the company we have a form for our users to inform customer service addresses. This form has the automatic and manual option. A automatic...
asked by 13.04.2016 / 21:15
0
answers

What is the best ASP.NET MVC 4 authentication method? [closed]

I have questions about how to implement a better form of authentication, which is secure and allows for "sessions" or "cookies" with different names, allowing the creation of an authentication method for users and administrators separately (with...
asked by 07.03.2016 / 23:38
0
answers

Enter in the TextBox calling button event

When I press enter in a textbox, it is calling the "FilterGridView" and then it calls the button event. <div class="TextRight"> <asp:TextBox ID="txtBuscaNome" runat="server" CssClass="text_field upper-case" OnTextChanged="FiltroGridVi...
asked by 09.03.2016 / 15:51
1
answer

DataSource C # - Problem reading multiple data

I have a code, where it opens the browser and works inside a certain page. On this page, I have some fields, where I look for information from an excel sheet (xlsx). In that same page, there is a zip code field where you have a magnifying glass...
asked by 02.03.2016 / 12:53
1
answer

iis ado.net version

Good, I have the following code: private void AspNet35() { String sWebSite = "W3SVC/1"; DirectoryEntry site = new DirectoryEntry("IIS://localhost/" + sWebSite + @"/Root"); try { PropertyV...
asked by 23.03.2016 / 10:16