sorted by:
best match first |
newest listings first
Featured Listings
- "connections to SQL server files (*.mdf)" error message in Visual studio when adding a new SQL database
Hope you can help.
Running Visual Studio 2005 and SQLServer2005. I have created a new project and am attempting to add a new SQL database to it. Whe
From: Visual Studio 2005 - ASP.NET - 3/24/2009
- Prevent Visual Studio.Net from adding files and folders automatically
In Visual Studio.Net 2005, how do you prevent files and folders from automatically being added to the project? Thanks
From: Visual Studio 2005 - ASP.NET - 8/5/2009
- Stop VSNet 2003 from adding ID tags
Whenever I copy HTML that contains a table, input field, etc. VSNet adds an ID tag like 'ID="table1"'. This is making me nuts - I'm doing a lot of wor
From: Visual Studio .NET2003 and Visual Studio .NET2002 - ASP.NET - 1/24/2005
- adding prebuild step in web app project
i am tyring to add pre-build step as mentioned in this tutorial http://webproject.scottgu.com/CSharp/UserControls/UserControls.aspx
copy $(Solution
From: VS 2005 Web Application Projects - ASP.NET - 8/6/2008
- Problem with adding new record to DB using LINQ
Hi,
I'm adding new record to the DB using LINQ like this:
Dim db As New MyDataContextDim ct As New Contactct.FirstName = "First" ct.LastName = "La
From: Data Access and Object Data Source Control - ASP.NET - 4/30/2009
- Adding custom insert parameters for ObjectDataSource
Hello, I have a data object called Person: public class Person {
public int PersonID { get ; set ; }
public String Name { get ; set ; }
} And a data
From: Data Access and Object Data Source Control - ASP.NET - 2/23/2009
- Adding a SUM column next to a PIVOT.
Hello, I have a select query which looks like this: ALTER PROCEDURE [dbo].[p_sel_Technology] @cActualForecast varchar (20), @iYear int , @iVp int ,
From: SQL Server,SQL Server Access and SQL Data Source Control - ASP.NET - 9/29/2008
- Adding Columns
I have an SP that I am calling into a gridview with the code below. I was wondering if there was a way to select certain rows from my SP? I can do it
From: SQL Server,SQL Server Access and SQL Data Source Control - ASP.NET - 12/2/2008
- by default adding xmlns="" to a root element, though I didn't wanted that.
Hi, can some one help me on this .... I am creating an XMLDocument using following code ....
try
{ XmlDocument xmlDoc = new XmlDocument ();
try
From: XML and XML Data Source Control - ASP.NET - 2/4/2009
- Adding Reference of a DLL Dynamically
Hi EveryOne,
I am facing a problem i have a code where i have to call either a mySql procedure or a Oracle procudere depending on a flag value.Now
From: Oracle - ASP.NET - 11/21/2008
- Adding records to FileMaker Pro v. 9 from ASP.Net
I need to be able to add data to a FileMaker Pro database from an ASP.Net application. I can use version 2 or 3.5 of the framework. I cannot find any
From: Other Databases - ASP.NET - 11/28/2008
- Trouble adding users while programming against AD with a Virtual Directory underneath SharePoint
That's a long title, let me simplify this a little bit... I've built an application running on a virtual directory underneath a WSS 3.0 SharePoint ins
From: Active Directory and LDAP - ASP.NET - 1/16/2009
- Losing my mind over group adding
Hi,
Im just tearing my hair out from this problem; im trying to att a new user into the ad and at the same time add a member of group, but i can
From: Active Directory and LDAP - ASP.NET - 8/10/2009
- Adding Columns to Existing Tables and Displaying Them Without Recompiling.
I'm currently trying to evaluate whether ASP.NET Dynamic Data is the appropriate technology to use for a project I am working on. One of the requireme
From: ASP.NET Dynamic Data - ASP.NET - 12/11/2008
- Adding dummy fields to a table at runtime
If I had a table ‘MYTABLE’ with fields:
ONE
TWO
THREE
And these fields are all present in the entity-model.
How could I insert a ‘dummy’ or ‘plac
From: ASP.NET Dynamic Data - ASP.NET - 2/3/2009
- Adding dummy rows to a gridview using Metatables
Hi there, I have a gridview which in Firefox if it has 1 row it sets the row height to be the same as the total gridview height.If it has say 3 rows i
From: ASP.NET Dynamic Data - ASP.NET - 1/28/2009
- object reference for adding click event
I created a custom template just so I can add a button to the header of an Ajax tab panel and append a click event to remove the panel. The template w
From: Custom Server Controls - ASP.NET - 4/23/2009
- Adding custom properties to validator control's client side initialization javascript
Hi,I am trying to extend required field validator control. I figured asp.net puts some client side initialization code for each validator as shown bel
From: Custom Server Controls - ASP.NET - 4/20/2009
- Adding custom filter causes strange error
If I add my own filter to the web.config file it causes the following error at runtime:
Can find neither a device capability named 'isHTML32' nor a
From: Mobile and HandHeld devices - ASP.NET - 1/19/2009
- adding dynamic column in Crystal report at runtime
I want to add a column at runtime to crystal report. I want to create multiple column crystal report. In design time I dont know the exact column deta
From: Crystal Reports - ASP.NET - 11/4/2008
- Adding controls dynamically to your custom control at runtime.
So the question is whether or not it is possible to add controls dynamically to your custom control at runtime and if it is how?
I'm working on bui
From: Custom Server Controls - ASP.NET - 12/10/2008
- Extender controls may not be registered after PreRender. (While adding a new Gridview Template)
Hi,
I have added a ITemplate to a Control that inherits from GridView. In the code I have a class that creates a row with some controls from the IT
From: Custom Server Controls - ASP.NET - 9/20/2007
- Adding Appointment to Outlook calender from asp.net
hiiii, i have a requirement where i want to add an appointment to outlook calender when i click a button on an asp.net page. i have a code with which
From: Enterprise Services Integration - ASP.NET - 4/20/2009
- adding datatable to mail.body
Hello Guys,I am looping through a datatable and just wonder howto add the rows I loop through to my email body:mail.body = "hello" mail.body.add(mydat
From: Visual Basic .NET - ASP.NET - 11/26/2008
- Adding Strings in VB.net
Hello all, I have a function where I have to add two values (declared as string) on two different pages, So Iam bringing one value from one page to th
From: Visual Basic .NET - ASP.NET - 8/19/2009