Accessing SQL using Visual Studio for Community
I am using Visual Studio for Community to develop a website hosted on a Windows Server 2012. I am accessing the website using the FTP connection option. We have an instance of SQL Server for Web and...
View ArticleHow to create master detail data entry forms in VWD
I am facing some problem regarding designing of master detail data entry form in vwd,i have vwd 2012 and i have two tables one have primary key and second table have forign key i just want to design...
View ArticleERROR: Failed to convert parameter value from a String to a DateTime
I have faced this error: Failed to convert parameter value from a String to a DateTime when trying to pass multiple selected dates from checkboxlist to my parameter to be used in sql.I have tried it...
View ArticleHow can I code to disable/enable certain checkbox items if a specific list...
Hi, I have 2 checkbox list which Checkboxlist2 items are considered a subsidiary from Checkboxlist1. Both Checkboxlist1 & Checkboxlist2 list items are populated from a stored procedure in SQL...
View ArticleVisualStudio 2015 strange "Error"
I'm seeing a strange error after upgrade to the release version of Visual Studio 2015 Enterprise.I have a line of code that looks like this (objConfig is of type Functions.Config and both dBUtils and...
View ArticlePlugin for opening a set of files?
Is there a plugin that allows me to re-open the same set of files quickly?Sometimes I want to make a modification to certain portion of the site and they almost always involve having to modifying the...
View ArticleVisual Studio 12 Crash on Opening Dataset Properties.
Hello Everyone.I have developed a web application using Visual Studio 12 Ultimate. Previously I have added a RDLC report and created dataset for same (On that time everyting worked fine). Now i want to...
View Articlevisual studio 2015 crash when debuging
visual studio 2015 crash when debuging, following this steps, quick inspection a variable (type of datatable), clikc on the icon of magnifying glass,then visual studio crash...
View ArticleTricky SQL question
I'm struggling to get my head around this issue, I wonder if someone could give me some direction, either a SQL query or a Linq to SQL queryThis is a sample of the data (the tables are explained...
View ArticleBrowser link refresh: how to prevent of opening a new browser window
Hello,I'm using the browser link function in VS2015. Every time I click on refresh button, a new browser window will be opened instead of just refreshing the current browser window.Is there maybe a...
View ArticleHow can I stop "visual studio is configuring the enviroment for first time...
Hi,I am upgrading our visual studio installation for student lab computers from visual studio 2005 to visual studio 2008.These computers are in a frozen state, such that each time they are rebooted...
View ArticleVS 2015 multiple devenv.exe
Practically all the time this thing runs multiple exes. But even with one exe it eats a half of my processor and a half of a gig of memory right from the start. Is that normal?Thanks
View ArticleHow do I export 2 gridviews into 2 seperated sheets in 1 ms-excel file?
Hi members,How do I export 2 gridviews (GridView1 & GridView2) into 2 seperated sheets in 1 ms-excel file? Currently, I'm able to export only 1 gridview to an excelsheet which the filename is the...
View ArticleVS2015 IIS Express cannot create virtual directories
There is a pretty common pattern in use for Asp.Net development where you would like to debug your web site in visual studio using IIS express but with a URL other thanhttp://localhost:xxxx (xxxx being...
View ArticleBower package intellisense problem
Hi Developer,Bower package intellisense in Bower.json is not working in Visual Studio 2015.Any Idea?Thanks
View ArticleDefault install location for Visual Studio
I'm not sure what the default install location would be for Visual Studio 2015, I'm guessing, "C:\Program Files (x86)" once there do I create a folder for the respective program?Any Help would be...
View ArticleWeb deployment task failed. (Could not complete the request to remote agent...
Web deployment task failed. (Could not complete the request to remote agent URL).how to resolve this problem. I have trying to 3 t0 4 days but could not solve this problem and much more search in...
View ArticleVS2012 cant see sql database
Hi, its been a while since I have done any asp.net.I have created a database in sql.However I can not see it in VS2012.I am only able to see system databases in SQL server object explorer window.Thanks.
View ArticleHow to change date format of a gridview column?
Hi members, I have a gridview which the data are populated using a stored procedure. Currently, I have a column Date in the following format e.g 31/8/2015 12:00:00 AM. My question is how can I change...
View Article