Questions tagged [webmatrix-3]

WebMatrix is a free, lightweight, cloud-connected web development tool from Microsoft.

33 questions
0
votes
1 answer

How do I get System.Web.UI.DataVisualization.Charting dll into WebMatrix 3?

I want to use the full charting options available in ASP.NET Web Pages in WebMatrix 3. I think this means using System.Web.UI.DataVisualization.Charting When adding: using System.Web.UI.DataVisualization.Charting to the top of my page, I get the…
0
votes
1 answer

Parameter Placeholders are causing an error in Webmatrix

Every time I try using parameter placeholders either in a SELECT, INSERT, or UPDATE statement in WebMatrix I get the same error. It works fine in WHERE clause. What am I doing wrong I need some help. Here is my code: if (IsPost &&…
tnlewis
  • 323
  • 1
  • 3
  • 15
0
votes
1 answer

Migrate SQL Server CE to Azure

I have finished my first complete Orchard CMS website, developed locally in SQL Server CE. I want to publish it to Azure, but I am having difficulty with the WebMatrix Migrate function. I have a SQL Server instance in Azure with an blank Orchard…
hsimah
  • 1,265
  • 2
  • 20
  • 37
0
votes
1 answer

Webmatrix: Passing a variable to an SQL query

I've created a site in Webmatrix (cshtml) which uses a loop to display data from an SQL CE table. I have a button which when clicked runs a query to update the 'read' status of that record. I'm having trouble passing the record ID to the query. It…
LB79
  • 1,285
  • 2
  • 12
  • 20
0
votes
0 answers

Fields not clear after initial post to page

I am using a template site from Webmatrix 3.0 that includes a sign in page (among other pages) working primarily with c#, razor, html, and jquery. I have created a new page where users can register that includes a password field, as well as other…
0
votes
1 answer

Sudden failure in DNN development environment

I've been working on a mixed desktop-and-web based solution for quite some time now. My local development environment was using VS2013-Pro, a recent DNN version (7.3, I think), Webmatrix 3, IIS Express 8.0, and SQL Server 2014 running on Windows 7…
0
votes
1 answer

Azure: WebMatrix not loading in Windows 10 Edge

I am having a few problems with azure at the moments. i have recently added the new Windows 10 OS to a laptop, and before on Windows 8.1 whenever we clicked one of our azure websites then WebMatrix, It would load up WebMatrix, Ever since we have…
0
votes
2 answers

Display Binary Image In Webmatrix

Could someone please point me to a tutorial/page that will explain how to view a binary image from a database (or if its simple please tell me)? I'm using cshtml and can query the database but the image part has got me stumped. Thank you
LB79
  • 1,285
  • 2
  • 12
  • 20
0
votes
1 answer

how can I export my mysql database in webmatrix3

I created database in webmatrix3 using mysql now i would like to generate .sql dump file to create same database in another machine but i could not found any option to do that can someone help me
Saida Rao
  • 109
  • 1
  • 12
0
votes
1 answer

Binding error in web pages Asp.net using webmatrix

i am working on web pages under webmatrix, i have tried this code and facing this error Cannot perform runtime binding on a null reference I have a query which fetch the record from database and another to update that record. var SelectEmpInfo =…
Radhe Sham
  • 141
  • 10
0
votes
1 answer

How to import CSV file using WEBMATRIX3 environment?

How to import CSV file using WEBMATRIX3 environment? I am working on a application using webmatrix3 which will suggest the items by name or category comes from CSV file, which must be import into database. PHP offers a very nice and clean way to do…
Radhe Sham
  • 141
  • 10
0
votes
1 answer

How do I add multiple text box variables into one sql select query using cshtml razor?

Currently in the code below I have two search buttons and can only query on what is in each box. I want to fill out both boxes and hit one submit button and it queries both variables. Something like …
BrianMichaels
  • 522
  • 1
  • 7
  • 16
0
votes
1 answer

How can i get a specific version from the TFS using Web Matrix?

I would like to get a specific version from the TFS using Web Matrix. Where can I use the following features in Web Matrix? Compare View History Get Specific Version I am able to see those feature in Visual Studio IDE but not in Web…
sridharnetha
  • 2,104
  • 8
  • 35
  • 69
0
votes
1 answer

Opening website projects created via WebMatrix 3 in Visual Studio Community 2013

I'm going through some ASP.NET tutorials on the Getting Started section of the ASP.NET website at Microsoft. I initially used WebMatrix 3 but decided to switch to the recently released Visual Studio Community 2013 (VSC from here on). Running VSC I…
Darren Evans
  • 665
  • 10
  • 17
0
votes
2 answers

How can I make the background of an HTML div black?

I'm dynamically loading some HTML stored on disk into a div like so: $('#FictionContent').load('Content/HuckFinn.html'); To give some context: $(document).ready(function () { $('#tabs').tabs({ beforeActivate:…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862