Question about usage of FormView1_ItemCommand
I'm using Visual Web Developer 2010 Express with SQL Server 2008 Express, VB.I have a question about usage of FormView1_ItemCommand, see example below. Protected Sub FormView1_ItemCommand(sender As...
View ArticleCannot create references to test project!
Can someone explain to my what has to be done to incorpoatarte the refrences into my fiorst ProjectBank.cs that needs to serve the reference to the secodn project? I am following instrcution from MSDN...
View ArticleWCF Service Application Vs WCF Service Library
Hi,As a newbie to WCF, I am trying to learn the concepts.If it is a very basic question, pardon me. What is the difference between WCF Service Library and WCF Service Application. When do we use one...
View ArticleVisual Studio 2010 or Visual Studio 2013
Hi every body,Welcome again, i am ASP.net net developer, but i stopped for Period of time, i was working with Visual Studio 2005 I want to back again and i have good books and DVDs for Visual Studio...
View Articleavoid web.debug.config ending up in sourcecontrol
As an example, I like to avoid updating the web.debug.config by source control. Also i like to avoid the x.debug.config files to end up in source control at all.Is there a way to achieve this?
View ArticleHow to send email via smtp to multiple email address using asp.net and vb.net...
Hello I am a new in coding asp.net and vb.net. I have a web form built with asp.net and vb.net . In the front end of the there are four fields constructed as below.Recipient Mailing List : Drop down...
View ArticleWebSite in Visual Studio 2013 - How to change port number
Hello,In Visual stuio 2013, I've got a solution containing 2 projects and a website (not a web Application).I don't know how I can change the port number.With Visual Studio 2010, I used to click on the...
View ArticleHow to deploy a web application from Visual Studio to IIS?
Hi,I have just begun developing with ASP.NET under Visual Studio Community Edition, and I wonder how to deploy a web application to IIS.What I have read so far is that there are different methods of...
View ArticleCan anybody show me where can I download the newest version Visual Studio...
Can anybody show me where can I download the newest version Visual Studio IDE, I guess it should be Visual Studio 2013?Is it free? please show me the URL link of download site, thanks a lot,
View ArticleVisual Studio debugger not updating files correctly Once again
I have a JS file. I made a mistake in the ContractEvents.js file whereby I failed to enter two functions that I was calling. When I ran it in debug VS stopped at that line in the ContractEvents.js...
View ArticleVisual Studio debugger not updating files correctly For a third time again
Note issue raised in thread xxx. While I understand this is a duplicate thread, I have been informed by MS forum moderators, that once a thread passes a certain age that it is necessary to create a...
View ArticleMigrating a website from webmatrix to visual studio 2012 or 2013
I am having some issues with my webmatrix installation and I need to migrate my razor cshtml website to VS 2013.What would be the best way of doing this. I tried it a few different ways and did not get...
View ArticleWhat's the best Visual Studio 2010 (VB) template for my project?
Hi,I'm about to embark on a project which will end with a website that gathers users info (name, email, description, youtube address etc), then will display that info to other users via filtering.My...
View ArticleInserting data into multiple SQL tables
Hello,Here's the code that I've written which inserts data into the "maintable" and gets the auto-generated ID code from SQL Databse:string rightID; protected void Wizard1_FinishButtonClick(object...
View ArticleVisual Studio 2010 - Errors not underlined in aspx.vb files
I got a new computer at work with VS 2010 Premium. I am pulling old vb6 code into a code behind file vb.net, and there are loads of errors, but the errors are not underlined. I have confirmed the...
View ArticleHi,i need help to make Chat Room
i am making website but i do not know how to make chat room:can people chat in my website. Thanks Jeries
View ArticleIssue adding a Data Source with Access
Good evening, I seem to be having an issue with adding a Access Database as a Data Source in my Visual Studio project. When I launch the New Data Source wizard and go through the first two steps I land...
View ArticleMethod Definition - Parameter Color
The parameter names in the window that pops up to show method definitions are the same color as the background of that window. Does anyone know which setting in Environment -> Fonts and Colors...
View ArticleWebsite rounds up value on insert
Hi i have a small database that I want to insert data into from webpage. using web developer I used a 'dynamic data with linq to sql template', dropped the tables onto the OR and viewed in browser...
View Articlehow to display image in gridview from imagename field sqlserver
I have table movie: movies movie_Id int title varchar (50) image varchar(50) I insert into movie table:movie_Idtitleimage1Hyde Park on Hudson1.jpg2Playing for Keeps2.jpg3Cheerful Weather for the...
View Article