Posts by AndreeH • 1,333 points
89 posts
-
1
votes1
answer111
viewsQ: Actionresult Asp.net MVC methods
If I create a method like ActionResult with any name and give a re-turn to a View that I want to return something, will work normally or need to have the same name of View ? public ActionResult…
asp.net-mvcasked AndreeH 1,333 -
1
votes1
answer527
viewsQ: Return database value to textbox Asp.net MVC
As return a value of a column of the bank sql for a textbox in asp.net mvc ? I created the textbox, created a property inside a class. <label> @Html.DisplayNameFor(model => model.IRPJ) :…
asp.net-mvcasked AndreeH 1,333 -
2
votes1
answer3137
viewsQ: Create a dropdownlist and get the selected id Asp.net MVC
I need to create a Dropdownlist at runtime with 2 choices. With this, I need to do a check taking the selected record and then accessing such method. This after clicking on a ActionLink. How to set…
-
1
votes1
answer175
viewsQ: How to create a popup with a dropdownlist?
How do I create a popup with a DROPDOWNLIST in Asp.net C# "MVC" or Javascript/Jquery ? You can call this popup through a ActionLink ?…
-
1
votes1
answer422
viewsQ: How to handle code in a DLL?
The barcode is being generated through a class of a DLL downloaded from the internet. I need to change this bar code, but this class is blocked. How can I do a trick?
-
4
votes1
answer4336
viewsQ: Exception when it will generate bank bill with Boleto.Net
I have a system that generates Santander billets using a specific DLL that was downloaded from the internet. The name is "Boleto.net". I need to create a Bradesco ticket. I changed where I passed…
-
-3
votes1
answer87
viewsQ: Problem with Asp.net MVC routes
I have an application in which I put as a new site and it worked well, but when putting this application inside another, gives an error in the route. I need that when logging in, direct to…
asp.net-mvcasked AndreeH 1,333 -
0
votes4
answers419
viewsA: Function Javascript does not work
I was able to put Clientidmode="Static" in the element where I needed to take the ID and pass as parameter to Function.
javascriptanswered AndreeH 1,333 -
0
votes4
answers419
viewsQ: Function Javascript does not work
I have a function that works in my test done in the notepad, but the project does not work. <head> <script type="text/javascript"> function MostrarEsconderDiv(div) { if…
javascriptasked AndreeH 1,333 -
0
votes1
answer95
viewsQ: Help with Javascript code
I don’t quite understand what you wanted to do with this code. You should open a Div with a basic form. My code: <script type="text/javascript"…
javascriptasked AndreeH 1,333 -
1
votes2
answers117
viewsQ: Error publishing site Asp.net mvc 4
When posting the site on iis 7.5, this error occurs when trying to open the site: Multiple types Were found that match the controller named 'Home'. This can happen if the route that services this…
-
0
votes2
answers803
viewsQ: ASP.NET MVC 5 runs on IIS 7.5 Windows Server 2008?
I have a website that is developed in ASP.NET Framework 4.5 MVC 5 and is not opening in IIS 7.5 Windows Server 2008, but in IIS Express Local Windows 7 opens normal. Missing something to install on…
-
0
votes0
answers86
viewsQ: Problem running Asp.net mvc project in visual studio 2012
I have a project in Asp.net mvc 5 that I needed to pass pro mvc 4, so I created another project Asp.net mvc 4, copied all the folders of the other project, the references tal and gave a build and…
-
0
votes1
answer112
viewsQ: Doubt about Asp.net mvc 5
Framework 4 supports MVC 5 ? Because I have a site that is in mvc 5 and iis 6 is not opening the site, after clicking enter the login screen the page is blank. I saw that iis 6 does not support…
-
0
votes1
answer103
viewsQ: Doubt about iis 6 with Asp.net mvc
I have an application developed in Asp.net mvc 5 in framework 4.5. I saw a comment here that iis 6 does not support framework 4.5, only 4.0, does it proceed ? If yes, how do I convert the…
-
1
votes1
answer499
viewsQ: How to publish an Asp.net website mvc 4 on iis6?
I give a Publish in visual studio 2012, I add a new website in iis6, I put the path of the published files folder, but when I go to the site, it opens the login screen and when I click in the page…
-
0
votes2
answers804
viewsQ: Problem with timeout in classic Asp
I’m having a problem that after a normal user visualizes the comparative on the chart they need, after spending a few minutes if they click the "OK" button again without having touched anything…
-
2
votes0
answers78
viewsQ: How to see what is the application pool of an iis 6 website?
I don’t know you. How do I know what is the application pool for a website in iis 6 ? The website is in ASP Classico, has some standard ?
-
1
votes1
answer308
viewsQ: Problem when publishing a site iis 7
I need to publish a site that is on Asp.net mvc and when I publish and change the files in the existing folder in iis 6, the changes I made in the project do not appear when I open the site by iis.…
-
0
votes1
answer354
viewsQ: Error 403.14 Forbidden
When I open the page in Asp.net, this error is shown: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. It was working normally. I changed some…
-
1
votes0
answers234
viewsQ: Controller does not pass route value to View ASP.NET MVC
Based on my previous question: Problem with page return according to C profile# When accessing the system with another user with the "ADMIN" Profile, the controller’s return does not fall into the…
-
1
votes1
answer102
viewsQ: Problem with page return according to C#profile
I am trying to return a page according to the user profile registered in the bank. If his profile is "Admin" returns another page. I try with the Administrator profile and it works, already of…
-
0
votes0
answers20
viewsQ: Archives of approval for Production
I made a change to an Asp.net page in homologation. Which files of the folders in approval do I have to send to the staff below to upload these changes to the page in production ? PS:I compiled and…
-
2
votes1
answer103
viewsQ: You doubt Asp.Net MVC
The structure is View -> Controller -> Model ? I work with three layers but it’s not MVC. What does that stretch mean ? @{ ViewBag.Title = "Index"; } What is Actionresult ? You don’t have…
-
1
votes1
answer193
viewsQ: Problem with HTML link with classic ASP
The following piece of code is giving me trouble: While not rsQuery.EOF If vStrCurso <> rsQuery("SIGLA") Then ind = ind & "<p></p>" ind = ind & "<span><b><a…
-
1
votes2
answers79
viewsA: Error in the procedure
@Welguri, try it like this: BEGIN DECLARE numid INT DEFAULT 0 IF idcol <> 0 THEN numid = idcol INSERT INTO `logs`(logs_cod,logs_dt,logs_ip,logs_mensagem,logs_email) VALUE(numid,dt,ip,msg,mail)…
-
1
votes1
answer229
viewsQ: Problem with Mappath Classic ASP
You are giving the following message when I click on the "send email": 006~ASP 0173~Invalid Path Character~An invalid Character was specified in the Path Parameter for the Mappath method. How do I…
-
2
votes2
answers460
viewsQ: Problems with Selectedindexchanged Asp.net C#
I added it in the method where you load the list from the bank: ddlSalas.Items.Insert(0, new ListItem("TODAS", "")); When I choose this "ALL" option on dropdownlist, happens a post on the page but…
-
2
votes1
answer315
viewsQ: Dropdownlist postback with jQuery or Javascript
How to postback or clear the dropdownlist selection so it returns to the preset state using jQuery or Javascript? I need to clear the selection by clicking a p tag and calling toggle() method. My…
-
-1
votes1
answer101
viewsQ: Problem sending email using Smtpclient C#
I have a problem sending the email when I run: objClientSmtp.Send(mensagem_email) On the button +, "Non-public Members", there shows the property ClientSmtp.ServerSupportsEai with an Exception:…
-
0
votes1
answer102
viewsQ: Problems with passing values Asp.net C#
I’m having a problem when I’m going to assign the return of query for a variable of the type object she passes as null. I have other identical methods, and they work well, just the one that’s not…
-
2
votes1
answer1982
viewsQ: How to postback the Asp.net page with Javascript or Jquery
Today I have a Function that calls the toggle method when I click on the tag it displays the panel in Asp.net containing a dropdownlist and a gridview. I need every time if I click again on the tag…
-
2
votes1
answer2159
viewsQ: How to display an Alert and clear fields with classic Asp?
How do I display an Alert and clear the textbox fields in classical Sp ? I’m starting to mess with classical Asp right now, I’m lost, I just know Asp.net. I can use something from Asp.net ?
-
0
votes1
answer45
viewsQ: Google Adwords Tags & Analytics
How are Google Adwords and Analytics tags? I need to check it out on a website I’ve never seen, I don’t know what it looks like. Could someone explain to me how I recognize them and where they are…
-
1
votes1
answer60
viewsQ: Problem with Jquery function
The function I created in Jquery, is not being called in the 1st click, it is only triggered in the 2nd. I am using Asp.net, C#, I need the panel component to start hidden, with this, when clicking…
-
2
votes1
answer296
views -
8
votes1
answer3496
views -
6
votes1
answer1356
viewsQ: Access html objects in code in Asp.net c#
I have a page that contains objects Asp.net and html. How do I access design html objects in . Cs with C# ?
-
4
votes1
answer1174
viewsQ: How to format Date in Gridview Asp.net C#
In Asp.net c#, How do I convert a date in gridview coming from the bank to the format dd/mm/yyyy ? Currently it turns out like 18/05/2015 00:00:00. The guy in the column is Boundfield. I’ve tried…