I have TFS server, and I have a remote team that will work off it, the problem is that they don\'t have VS license they user VWD 2010, how do i share source with them? I don\'t want to abandon the TFS
Converting vb web project to c# using vwd express 2010. Development system is a 64bit windows 7. I have a commonly used function declared in an external cs file.
I just converted a website from Foxpro to asp.Net with VB.I\'m now trying to convert to C# and maybe try a few new techniques.I\'ve not used parameters with datareader before - I found some code that
Working in VWD 2010 Express I have an aspx.vb file with the following connection string: Protected Function getPasswordLength() As Integer
I\'m brand new to OData and WCF data services so this might be an easy problem. I\'m using VS Web Developer Express 2010 where I have a very simple WCF Data Service hosted in a console app. It\'s retu
I have a small ASP.net web app for sales, when the \"Make New Sale\" page loads, I want the TextBox for the Barcode to be in focus, so that the user doesn\'t have to navigate to it and click it then e
The name lblorder does not exist in the current context label <asp:Label ID=\"lblorder\" runat=\"server\" Text=\"Ordernumber: \"></asp:Label>开发者_Go百科;
I\'m using Visual Web Developer 2010 Express on my laptop to run some ASP.Net which is trying to access an Oracle database on another machine.
I\'m trying to display the curren开发者_如何学Got date in an ASP.NET label using JavaScript and C#.Here\'s what I have:
whym i getting this error \"The name \'lblHelloWorld\' does not exist in the current context\"? How do i fix it?