Visual Studio :: SqlDataSource Control Missing In .Net 3.5 2008?
Jul 2, 2010
When I drag and drop an SQLDataSource control to my new web page it disappears after I set it up.
It exists in Source but I can't see it in Design. I'm doing the same thing I would do in VS 2005 and I can see the control in design view.
Why can't I see the control? I'm new to VS 2008 and .Net 3.5.
View 2 Replies
Similar Messages:
Jan 8, 2010
My desktop management team have just installed visual studio 2008 and there is no plugins for asp.net. Is this missed out while they installed visual studio? Can this to be installed again?
View 2 Replies
Mar 7, 2010
I wanted to create asp.net web site then wanted to add in the same solution new project Windows Control Library from the templates, but there is no templates for windows other than class library in visual web developer 2008. can i install templates or what can I do?
View 3 Replies
Mar 14, 2010
I'm new at ASP.NET. I'm trying to follow the first video tutorial in this link (Web Forms): [URL]. I see the guy using the same IDE as I use. He goes to File > New Project. I do not have the NEW PROJECT item in the FILE tab. Therefore I cannot follow the steps. I do not have the templates either for MVC or Web Forms
Using: .NET framework 3.5
View 4 Replies
Oct 2, 2010
I am using Visual Studio 2008 Professional Edition. I googled for the same, it says u might not have selected crystal reports feature while installation of vs. I am sure that i had selected installtion type = Full/Complete.
So has it anything to do with vs service pack etc. I dont have VS 2008 SP1, but VS 2008. Or wud be better if we can add crystal report component explicitly. (kinda standalone installer for crystal reports and then it will automatically merge with VS.)
View 1 Replies
Sep 28, 2010
when i opened my Visual Studio 2010 i noticed that my ajax tab was missing from my toolbox and ajax control kit too.Then i noticed even that when i create new website, there is no web.config in it and it should be.WHAT IS GOIN ON???? :/
View 13 Replies
Feb 28, 2010
I'm using Visual Studio 2008 SP1 for ASP.NET 3.5 development.But the SqlDataSource control is not visble in the Toolbox - Data section.When I drag in a GridView control, the smart task list asks me to configure the SqlDataSource control, so it is "in there somewhere"
View 2 Replies
Jan 6, 2010
Is there any tool for Visual Studio 2008 which can reformat ASPX code to make it more presentable (eg insert line breaks, format the lines so they wrap when necessary, etc)?
View 5 Replies
Aug 14, 2010
is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
View 2 Replies
May 21, 2010
Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?
View 1 Replies
Oct 25, 2010
I'm migrating from Visual Studio 2005 to 2008 and noticed a bit of a difference in how ASP creates the control code definitions. In Visual Studio 2005 the object declaration could be seen in the code behind but in 2008 I can not find these declarations (I assume its done at runtime?) Does anyone have any links to documentation on how the new architecture is creating these control declarations?
View 8 Replies
May 7, 2010
I have .NET framework 3.5 SP1 and visual studio 2008
I read that there is a new control searchdatasource but I can't find it within the toolsbox
View 3 Replies
Sep 11, 2010
i have created a login.aspx file in visual web developer .now i want to connect the username and password details to SQL database
View 1 Replies
May 14, 2010
How to use or implement ajax mocdalpopup control in asp.net under visual studio 2008 enviornment.
View 3 Replies
Oct 11, 2010
Can Report Viewer 2010 control be used in Visual studio 2008 (ASP.NET apps) without problems? I saw this post about it and wanted to know if this is supported and is OK.
View 1 Replies
Feb 23, 2011
Before I download and install something from a third party that I regret, does Microsoft offer a video control? If not, what is a safe product I can use with Visual Studio 2008?
View 6 Replies
Dec 28, 2010
how can I use the login control which already exist in visual studio 2008 without even writing a line of code ?
View 4 Replies
Jan 20, 2010
can Visual Studio 2008 be All-In-One tool to integrate source code continuously from team members, build, unit test?
Having used Visual Studio Team Edition 2005, unit testing each method within VS itself. I strongly believe that it is feasible to add-on tools. Example ankhsvn tool to use SVN from Visual studio [URL]
In my investigating i have come across number of tools(shown below) to use with Visual Studio 2008 professional
Development tool:- Visual Studio 2008 professional using Subversion as source control tool. Continuous Integration:- Hudson or Cruise control Build tool:- NAnt Testing:- NUnit, Selinium As Visual Studio 2008 can be used for unit testing I think NUnit is out of consideration.
In the same way i would like to have any other tools/add-ons to Visual studio to implement continuous integration, building and unit testing. This process should be automated such a way source code between team members is continuously integrated, built and unit testing is done as configured.
Objective is to use few number of tools as add-on to Visual Studio or achieve most from Visual studio itself (example unit testing). Visual Studio should be all in one tool.
I am aware that Team Foundation Server best suits my requirement, but it is out of scope due to its cost.
View 3 Replies
Feb 15, 2010
How do I programmaticly set data source for Asp.net report control?I have a VS 2008 report control and want to switch between a couple different reports.I can switch repots by setting the report source and refreshing the control but I can't see where to set the data source.Each report has it's own data source and if I set them to start when the control is built it is fine but I need to switch between them.
View 1 Replies
Aug 8, 2010
I downloaded Visual Studio 2008 Professional Edition via torrent.
It was working fine for months & i formatted my comp & when i tried to reinstall it is not getting installed !
It shows the following error !
and the error log file seems to be like this...
BUT.,
I'm able to use Visual Studio & i'm able to work in it....
I'm re-installing since 2 days for more than 4 times...
View 1 Replies
Mar 1, 2010
I have VS 2008 Professional Edition.....I want to test a function like this:
public int getIdByName(string name)
{
var item=from x in DATAB
where x.name=name
select x.id;
.
.
return idValue;
}
now I test end I have:
[TestMethod()]
public getIdByNameTest()
{
string name="Bob"
int expected = 1;
int actual;
actual = ClassGET.getIdByName(name);
Assert.AreEqual(expected, actual);
Assert.Inconclusive("Verify the correctness of this test method.");
}
The error in "test run" is:
Failed ......[Class]....... Test method threw exception: System.ArgumentException: The specified named connection is either not found in the configuration that is not for use with the EntityClient provider or thought is invalid
View 7 Replies
May 28, 2010
How can I ensure that web application converted from 2003 visual studio to 2008 visual studio
to have two files as it is when create a web file in visual studio 2008.The web application is in Chsarp. I have converted these filesfrom 2003 to 2008 but they still have three files each.
View 4 Replies
Mar 1, 2010
Can Visual Studio 2008 Gridview control do grouping? And how?
View 1 Replies
Jun 15, 2010
When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?
View 2 Replies
Mar 12, 2010
my visual studio 2010 has the following problem, can't see the missing characters. Everything is fine, if I do a copy to notepad, it will show up. The intellisense is fine. (I manually removed the characters after copying here). My beta2 started to have the problem a month ago. Now I installed RC, same problem. My windows is XP SP3.
using ystem;
using ystem. ollections. eneric;
using ystem. inq;
using ystem. eb;
using ystem. eb. vc;
namespace vcApplication3. ontrollers
{
public class ccount ontroller : ontroller
{
//
// : /Account/
public Action esult ndex()
{
return iew();
}
}
}
View 2 Replies