Histogram in Asp.net using canvas js
I want to create histogram with Machine names on X axis and observations on Y axis using canvas.js. Thanks.
View ArticleHow do I change this code using Inheritance?
I have finally gotten my code to work, but there is one thing left that I want to do. In my code I had made a Keycard class that had a name and a keynumber. What I would like to do is to change the...
View ArticleASP.Net MVC: How data is serialize into model when pass to client side from...
I am sending list of data from action to client side. in client side i am binding jquery data table with pass data. column name is extracted because column is dynamic in my case. i got a below code...
View ArticleScrape with htmlagilitypack problems
Searched and worked hours trying to pull off/identify when a work/project is available on a web page. Below is the source of the page and my code. I can pull the tables, which are 7, but rows comes up...
View ArticleallowDefinition='MachineToApplication' beyond application level
I got Error when i use Machine key in web config file in asp.Net Project.
View ArticleASP.Net MVC: How to print raw model in razor view
Now in my razor view i am want to see what is stored in my raw Model ? So tell me how could i show raw model in razor view ? or want to see what is stored in first element of Model ? i tried this way...
View ArticleASP .NET list of text boxes not aligning properly
I am displaying a list of textboxes on top of an image on an ASP .NET Master/Content webpage. The image is the width of the page and has 6 even spaced white blocks. What I am trying to do is put a...
View ArticleError: Make sure that the class defined in this code file matches the...
The website is working fine now I added MenuLeft.ascx into the folder "C:\WebSite2010\WebMaster\Controls\" when pressing the Rebuild website button with the error "Error:...
View ArticleHow I can insert data into gridview without use data source???
Hi... How I can insert data into gridview without use data source???
View ArticleTrying to open a pdf file in a new Tab on Chrome browser - not happening
I have Get Method which I am expecting to open a pdf file in a new browser tab, but its not happening - below is the codepublic void GetDoc(int id) { string fileInfo = "ID=[" + id + "] "; try { var...
View ArticleCan i use timer control without use java sicrpt?
Hi every one... Can i use timer control without use java sicrpt? I want to use it directly by vb.net code only without anymore java sicrpt
View ArticleAssigning data from sql database to a chart C# and entity framework
so I have the following code which I would like to adapt to take data straight from my sql database. The code so far is:@{ Layout = "~/Views/Shared/_Layout.cshtml"; var myChart = new Chart(width: 600,...
View ArticleScrape with htmlagilityapck question
I can seem to get to what I need. Below is a portion of my code. There happens to be 7 tables. My code is.. Dim tables As HtmlAgilityPack.HtmlNodeCollection = main.DocumentNode.SelectNodes("//table") '...
View ArticleName of the software that can package websites to install on smartphones:...
Suppose I have a website written in asp.net and the database is SQL Server, after I "Publish the web site" and I want to encode this code for smartphones (both android and Android operating systems)...
View ArticleText with Audio
Hello to everyone! I need your support in coding that how should I add the speech audio to the paragraph texts/script in web-page by clicking on Read Button it should be played the audio and text...
View ArticleHow do I make my GetCasesButton_Click work?
I was asked to make a new web app based on a desktop client app which uses forms. My question today is, since some of the code I need help with is lengthy, is there a way to add code in my question by...
View ArticleHow do I make my GetCasesButton_Click work?
The code below is from a desktop app that uses forms. I was asked to create a new web app to replace old desktop client app. How can I change the following code to work in web app which does not have...
View ArticleHow to I make EmailButton_Click work?
My code for EmailButton_Click is not working. I am getting an error System.Net.Mail.SmtpException: 'SSL must not be enabled for pickup-directory delivery methods.' so email is not sent. How can I fix...
View ArticleHow do you have a DropDownList populated without default selected item?
I have a RequestorDropDownList which is populated with a list of names from a GetRequestorInfoModel. I need help to make a change so that when this list is populated, the first name is not...
View ArticleWhy can't I login to the web even though the User and password are correct ?
I am writing a small example of Login webSite, there are two types of accounts and passwords, one is an account and password is stored in the Web.config file and the other two accounts and passwords...
View Article