I know that you're not making any exceptions, but I'm always willing to learn and always willing to help. I'm not a very experienced programmer, but I have worked on some projects. Lemme know if...
Alright you're first method worked. However, instead of Microsoft Visual Studio 9.0, I used 10.0. Actually I used 'devenv.exe/installvstemplates' in both folders.
Ok so here's the thing. I've had VS2010 installed for a long time now. And I usually only work with Windows Forms Applications of Web Applications. But today, when I tried to create a new project by...
I was just wondering why 'Visual Basic .NET' is classified under '.NET Programming' and 'Visual Basic Programming'. Aren't they both regarding the same topics?
I'm new to Android Application Development. I recently got an Android phone, and so, decided to give Android App Dev a try. I'm using this link http://developer.android.com/training/index.html to...
I'm new to Android Application Development. I recently got an Android phone, and so, decided to give Android App Dev a try. I'm using this link http://developer.android.com/training/index.html to...
Alright I've found a solution. Once your solution file gets corrupt, you need to create a new solution, add all the 3 projects again, and save it. However, I was having trouble with ECMS_NIT. I kept...
Alright here's the thing. I was developing a web application with VS2010 using N-Tier architecture. I had 3 projects : BOL_ECMS_NIT, DAL_ECMS_NIT, and ECMS_NIT.
You're probably getting error because you're entering a value of var type rather than int type. The value within the square brackets is supposed to be an index. It is a way of telling the program...
I have tried various methods to retrieve the checked items from the CheckboxList, but have failed to do so. I've searched google but have had little luck there as well. Most of the examples given...
I have tried various methods to retrieve the checked items from the CheckboxList, but have failed to do so. I've searched google but have had little luck there as well. Most of the examples given...
If I'm not wrong, you're supposed to attach the database to the server. Ofcourse, you need to have SQL Server Management Studio installed for that because Visual Studio doesn't facilitate it.