Posts by Nelson Soares • 55 points
8 posts
-
1
votes0
answers195
viewsQ: Highcharts use method to fill series
I am making an application in Asp.Net that is using Highchart charts and the javascript function I am using is this (taken from the net and placed on the aspx page): <script…
-
0
votes0
answers47
viewsQ: Javascript items disappear when postback the page
I’m making a website and copied to my project a calendar. The calendar is here: https://almsaeedstudio.com/preview in the calendar tab. I have everything done as it is there and I can create the…
-
0
votes2
answers48
viewsQ: Insert error ... Values using oracle error 00936
I’m trying to make an Insert on a table and it’s always giving me error 00936 that says Missing Expression when you arrive at the command line cmd.executenonquery. Can anyone help me? Code I have:…
-
-2
votes1
answer8504
viewsQ: Insert a calendar with HTML
I’m trying to insert a calendar into HTML, but that calendar is going wrong. The calendar is the green one on this page: https://almsaeedstudio.com/preview Only I only get the tasks and the days…
-
-1
votes2
answers783
viewsQ: How to execute method by clicking a button type
Ola, I am making an application that can re-cover the user password and send the password to the Suport team email. For that I have a page .aspx that has html code and I have it in the class…
-
1
votes1
answer1280
viewsQ: How to Post 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 got my page one input type=Text and a button type="button" that with css got like this ->. I need that when I…
-
3
votes2
answers611
viewsQ: Send email using ASP.NET
I would like to know how to send an email using ASP.NET. The idea will be to click on a button called send and send a support mail Thank you.
-
0
votes1
answer53
viewsQ: Redirect from login page to Recover password?
I’m doing an app on ASP . net where I’m logging in with controllers. However on the login page when I click on the hyperlink to do password Recover the control does not leave the login page and I am…