The visual-web-developer tag has no wiki summary.
-1
votes
0answers
15 views
Visual Web Developer Express [closed]
I was going to try installing Visual Web Developer Express to try to see if it would help me do some practicing with ASP validation for forms, as I had seen in a few online video tutorials. When I ...
-1
votes
0answers
23 views
Have you ever find yourself tired of typing console.log for each element (what you think about this?) [closed]
var c = {
l:function(option){
var output;
var type="";
for (var item in arguments){
outPut =""+arguments [item];
type = (typeof arguments [item]);
hasOwn = ...
0
votes
1answer
21 views
LoginImageUrl not working
I'm trying to add images for login and logout to a LoginStatus control in my Site.master with the following code:
<asp:LoginStatus ID="HeadLoginStatus" runat="server" ...
0
votes
0answers
27 views
HTML5 dynamic mask [closed]
I'm building this website in HTML/CSS/JS.
How the user interacts is that they can spin the disc and click on the slice.
And the selected slice will grew bigger, while the rest grew smaller (their ...
0
votes
1answer
27 views
Need help finding SSO for joomla with LDAP
we are making a site, nothing major its just like an intranet for employees and its using the integrated D LAP extension to employees so sing-on, it creates the account and everything its fine finding ...
0
votes
0answers
40 views
how to open file by name in VS2012 express
In Visual Web Developer Express 2010 pressing Ctrl+O and entering
>of index
shows file list and allows to select and open proper file. How to do same thing in Visual Studio Express 2012 ?
I ...
0
votes
2answers
72 views
AccessDataSource control reports unrecognizable database
I am running visual studio 2012 express for the web and on the page I added an asp dropdown box. I tried to load the source from an access 2007 database using an asp:AccessDataSource object. The ...
0
votes
1answer
122 views
VB.NET MessageBox using Code Behind variables @ OnClick
I have the following procedure which when the Select Button is clicked returns a number of values from the row in the GridView which the Select Button was clicked in. These values are stored as ...
1
vote
2answers
115 views
VB.NET mailto: Run-time error '91'
Can anyone take a look at my code below and recommend how I can stop receiving the dreaded error 91. Error: Object variable or With block variable not set.
I am using the mailto: function to send an ...
0
votes
2answers
37 views
Insert “Click for Availability” on Magento Catalog Pages
In Magento 1.7, when you click on a category, and the product catalog for that category comes up, I would like to add the words "Click for Availability" next to or below each item. Can someone please ...
0
votes
2answers
72 views
Invalid Object Name from LINQ-to-SQL
I have an SQL Server database and I have just added a new table:-
CREATE TABLE [dbo].[my_table](
[my_primary_key] [int] NOT NULL,
[my_data_value] [int] NULL,
PRIMARY KEY CLUSTERED
(
...
1
vote
3answers
99 views
Visual Web Developer html button onclick event didn't fire
Below is my code:
default.aspx:
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master"
AutoEventWireup="true" ...
0
votes
1answer
74 views
My website javascript web desktop [closed]
I have decided to completely rewrite my website and I had the idea to create sort of a "Web Desktop". pretty much the home page will look like a standard desktop with icons and pressing them will ...
0
votes
4answers
49 views
Page content not centered, css, jquery
I'm working on a page and for some reason I struggle to center everything within the page:
I've already used everything mentioned on the web.
I'm quit new to css, so any help would be appreciated:
...
1
vote
2answers
56 views
How to disable the Textbox's text encoding before saving it into the data base?
I entered the text "J&K"(Without Cotes) in my StateCode textbox and saved it into database(SqlServer). But it saved as J & amp; K. So m not able to fetch the data saved, with J&K(Primery ...
0
votes
1answer
16 views
Error when adding referenc to Visual Web 2012
I had the following error and i dont know how to solve it. I cannot add entity framework and if i quit it, I cant use it. It says that System.ComponentModel.DataAnnotations.DataBaseGeneratedAttribute ...
0
votes
0answers
55 views
Google Chart Tools for bachelor thesis
I am about to start with my bachelor thesis. To sum it up: I am going to implement a variety of learning algorithms (neural networks, classification, support vector machine, etc.) and the second main ...
0
votes
1answer
27 views
Warning 1909 Microsoft installer [closed]
Warning 1909. Trying to install the microsoft visual web developer 2012 express I got the following Error:
Could not create shortcut microsoft web platform installer.ink. Verify that the destination ...
0
votes
0answers
17 views
api integration
I have a golf reviews site and 90% of commission generated goes to charity. I just sign up for a golf tee time booking to add to the site but am completely lost with api. I was wondering if I can ...
0
votes
0answers
77 views
How to deploy a ASPX.NET page to an Existing Website
I am new to Web development and am in need of some help on deploying a ASP.NET C# web page to my existing Website. I have my website mywebsite.com already deployed on a server. I am building a page ...
0
votes
1answer
32 views
How to buy custom fonts to use in a client's project
I have always wondering about paying for Font services such as TypeKit to be able to use some of the awesome fonts they offer but I’m also wondering how to manage this fee, I’m talking more for a ...
0
votes
0answers
36 views
Classic ASP & VWD 2008/10
I can run local projects I have developed in .NET via the ASP.Net Development Server. When I try to load a classic asp page (.asp) as part of the same project I get the 'type of page is not served' ...
0
votes
0answers
33 views
Getting markup fragments to work in visual web developer
Recently in Visual Web Developer Express 2010, I tried to utilize a feature I had discovered a while back; markup fragments. What I want to do is this: set up a page (.ASPX file) and add some HTML ...
0
votes
0answers
228 views
Connection between ASP .Net and MySQL through ODBC
I am trying to establish a connection between ASP .Net and MySQL using ODBC. As a development environment I am using Microsoft Visual Web Developer 2010 Express.
So I installed MySQL Connector/ODBC ...
0
votes
0answers
23 views
web apps and implementing 'virtual' lists
Coming from client/server desktop apps (plus general web development over the last few years) I am now looking to get into some serious web dev quite soon. Have been following closely the node + ...
0
votes
1answer
2k views
Using built in 'edit' and 'delete' buttons in gridview. ASP.NET C#
I have a workout database where some data from most of the tables is pulled and outputted to a gridview. I have taken a screenshot of my gridview output for reference.
...
0
votes
2answers
213 views
How do I select user information with multiple databases using ASP & VB.NET?
Okay here it goes . . . I have a web application I am developing in Microsoft Visual Web Developer using ASP, VB.net, etc. that will allow "Sellers" to post ads for "Buyers" to view. When the Buyer ...
0
votes
0answers
24 views
Web Development notepad/paint - graphical organizer
Does anyone know of a good graphical organizer hand-tailored for web development? Like for creating a frameworks. Old school pen and paper isn't doing it for me.
0
votes
1answer
242 views
asp.net c# user login web developer express 2010
I am very new to asp.net and c# using web developer express 2010.
I have created a standard web application using web developer express 2010 which comes with membership and roles.
Let say, if i want ...
0
votes
1answer
96 views
Building new website, what platform should use? [closed]
I need to build a website that holds users and clients.
User: can: sign up, update profile, see who watched his profile (client watched his profile)
Client: can sign-up (final approval must be ...
0
votes
1answer
493 views
Adding Options to DropDownList Programmatically
I am working on a website in ASP.NET and ran into a problem. I want the website to add options to one drop down list when a new option is selected in another drop down list. To do this, I am using the ...
0
votes
1answer
73 views
Creating weekly table
I have an application where I set a weekly target for my employees. I also need to update target achieved by each daily. So that I can compare with set target. I need something like this:
sr|emp ...
0
votes
1answer
23 views
developer tools finding executed javascript
is there an easy way to find javascript file or function, which is executed for example on click even? Is there a way how to know, that this href link has event and function etc..?
Thank you very ...
0
votes
1answer
146 views
AppHarbor ASP.NET Google Spreadsheets Hosting
I have recently created a ASP.NET Website using Visual Web Developer 2010. In my code, I am using these references in order to access Google Spreadsheets:
Google.GData.Client
Google.GData.Extensions
...
0
votes
1answer
65 views
Why is a Service Reference required in web application in addition to the class library that uses the service?
I am intending to provide access to a web service for an ASP.NET web application through a class library, and have been experimenting with a simple weather service.
In case it makes a difference I am ...
2
votes
1answer
409 views
Creating .MDF With SQL 2008 EXPRESS/ Visual Web Developer 2008
I am trying to create a login function with SQL server 2008 express and Visual Web Developer 2008 Express.
I tried Using a Login status and Login controll / Running the page without debugging and then ...
0
votes
2answers
94 views
Creating dynamic page drop down [closed]
Can anyone tell me how to make a page drop down loader(I don't know what it's called), that load the contents automatically when the user has scrolled down. I mean the kind of page loaders in ...
0
votes
0answers
180 views
Is Visual Web Developer not referencing my CSS stylesheet or have I gone insane? [closed]
Okay, strangest programming problem ever (prolly not)... I've been using Microsoft Visual Web Developer to code my site for a couple weeks with no issues at all. But today I started to notice my style ...
0
votes
1answer
41 views
Is there a way to have Visual Web Developer ignore build errors?
I'm using MS's VWD to edit some .aspx files in our website (I'm opening it as a website, not a project/solution).
I have some temporary files just for testing and some generate Build errors in VWD ...
0
votes
0answers
57 views
Get Visual Studio web developer back?
I only installed C# when I installed visual studio due to EXTREMELY low disk space. I need to get the 'Webdeveloper' feature back but I can not find anything? Anyone go any idea on how to do this ...
1
vote
1answer
59 views
Why does Web developer built-in web server serve zero byte files suddenly?
Visual Web Developer 2010 Express. C#, MVC3.
Clicking F5 to debug.
It starts up the built-in ASP web server on http://localhost:50188/
The Output window tells me WebDev.WebServer40.EXE is loading ...
0
votes
0answers
27 views
Where are logs for Visual Web Developer 2010 Express
I'm using Visual Web Developer 2010 Express, pressing F5 to start-up the built-in web server. Does this have an access or error logs? I have had a poke around and cannot find anything. Is there an ...
9
votes
7answers
5k views
Python - Flask or django for a beginner? [closed]
I want to take the web development path and have a career as a web developer using Python, and really want to learn django because it's a full-stack web framework and will be more beneficial for me ...
0
votes
2answers
55 views
url rewrite breaks page and doesnt load?
Currently on my website when a user logs it it shows www.domain.com/userHome.php and I want it to just show www.domain.com so I can have a cleaner url for the user to see.
I had trouble figuring out ...
3
votes
2answers
579 views
“Can't find the valid AspnetMergePath” on Visual Web Developer Publish?
I am wanting to use Visual Web Developer Express 2010 to publish a website, pre-compiled to a remote server over FTP using the following settings:
Deploy only files needed to run this application
...
-1
votes
1answer
126 views
How to use xsl:sort to sort images NOT based on position() [closed]
EDITED: ADDITIONAL INFO BELOW
I am trying to sort images in ascending order using <xsl:sort> without having to use the "position() function.
I am experiencing an issue using the <xsl:sort> ...
0
votes
1answer
32 views
webkit wont transform
When i use transform it works on every browser except for chrome and safari. It works on everything else. I posted the section i need help on. Thanks!
#top-nav{
background: #94b3c8;
text-align: ...
0
votes
1answer
296 views
Microsoft Visual Web Developer 2010 Express “class not registered” error when trying to open a CSS file
Visual Studio gives me the following error message when opening a CSS file:
---------------------------
Microsoft Visual Web Developer 2010 Express
---------------------------
Class not registered.
...
0
votes
0answers
33 views
How to combine two database table in the same listview?
My tables are shown here: http://i.stack.imgur.com/DUkjn.jpg
I want to display both the "COSPLAY" and the "DIY" table in the listview. I am using "visual web developer".
I don't know how to show ...
0
votes
1answer
135 views
Strange copying of dlls to bin when debugging
I have previously referenced an old version of a dll but have now changed it to a newer version. But for some reason it sometimes still copies the old version of the dll when debugging.
If I first ...




