| Thread | Last Post | Replies |
|
| System.Transactions vs System.Data | 23 Jun 2007 16:44 GMT | 3 |
I used the classes (SqlCommand, SqlConnection) of part of System.Data namespace. I got an error which mentioned "Could not load file or assembly assembly 'System.Transactions, Version=2.0.0.0, Culture=neutral,
|
| Column name | 23 Jun 2007 15:20 GMT | 1 |
I have a grid view I am trying to invisible the fifth column. The rows are now not showing any data in column but the column name is still showing. I want to make invisible column name also. if (e.Row.RowType == DataControlRowType.DataRow )
|
| .NET 2.0 Medium Trust Issue - CyberSource Payment Processing | 23 Jun 2007 14:29 GMT | 1 |
Hopefully someone can help or at least point me in the right direction... I have developed a site that uses the CyberSource system to process credit cards. All works great locally on my dev. computer. When I
|
| Adding WebPartZone @ runtime | 23 Jun 2007 14:24 GMT | 1 |
Is there any way to add a WebPartZone at runtime? Thanks, Saleh
|
| GridView column invisible | 23 Jun 2007 12:09 GMT | 5 |
I have a GetData methd which is returning a table using
> sqldataadapter. I bound that datasource with GridView but now I want > to invisible Gridview's first column but it gives me following error > although I have 5 columns in my datatable. |
| Master page does not show | 23 Jun 2007 10:33 GMT | 1 |
When I start a project I will run periodically. After a while the master page stops being displayed. Then, the default page shows. What causes this? What tells the default page to show the master page anyway?
|
| qualifying expression will not be evaluated | 23 Jun 2007 10:07 GMT | 5 |
i would like to have an explanation about this: This works, but i get the message in code-behind: access of shared member,... or nested type through an instance; qualifying expression will not be evaluated.
|
| help with organization | 23 Jun 2007 05:29 GMT | 2 |
hey all, i have an employees database table like the following: Employees -------------
|
| need a help | 23 Jun 2007 04:14 GMT | 3 |
I am new at ASP.NET, and I need some help from you. I am started with a first example got it from MSDN related to the Studio.NET, I am going through the example step by step. The example is easy and simple which is about how to display data from
|
| VS.NET Q: where to put common DLLs in a multi project solution, web vs. web application Q | 23 Jun 2007 02:45 GMT | 4 |
I have learned about compartmentalizing my code base using Class Libraries. I have my common code such as my ORM framework broken out into their own Class Libraries, which are referenced as projects from my Website. I also have a common set of DLLs I use across all of my ...
|
| ConfigurationElementCollection | 23 Jun 2007 00:20 GMT | 1 |
I have a property of type ConfigurationElementCollection. How can I find an item with a given name? Thanks, Miguel
|
| Get Web.Config section | 23 Jun 2007 00:19 GMT | 1 |
How can I get the value of an element of a web.config section? For example: <A> <B>
|
| SQL Server Rcrd Locks via IIS | 23 Jun 2007 00:11 GMT | 2 |
I have an Asp.net application that writes data to a SQL Server database. The database has some stored procedures that are known to be poorly written which can cause some records to become deadlocked. If I am running in debug mode when this occurs, the code hangs and never ...
|
| Unable to retrieve folder information from the server | 22 Jun 2007 22:34 GMT | 3 |
I am running Visual Studio 2003 and while opening ANY of my ASP.NET 1.1 projects I get the following error appearing in an alert box: "Unable to retrieve folder information from the server" None of the files for the project open in the solution explorer.
|
| User account already exists using Customvalidator | 22 Jun 2007 22:26 GMT | 5 |
I've suprisingly not been able to find examples on this. I'm creating a user account setup page, and the validators work fine on all the other fields. But now I'm creating a customvalidator (for the first time) and it is not doing anything. The page needs to see if a
|