Hi experts,
I have a simple web application with three layers(asp.net projects in one solution).
1. Accounts.Web
-> Accounts.aspx
2. Accounts.Business
-> AccountMaker.cs
->...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22976720.html
Hi,
I need to add a custom object as a parameter to my objectdatasource. Does anyone knows how?
It is OK with Boolean, String, Int and can be used as this:
odsEDatabases.SelectParameters["...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23090400.h...
I'm creating an application using the login control via an access database. How can I get the login control to use an Access database for user authentication? If I have the user name and password...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23392903.html
Zones:
C#Date Answered: 07/21/2008 Grade: A Views: 4
Hi.
I am using a TableAdapter in an ASP .NET application (C#) that does a couple of standard queries, namely a GetAll, Create, Update, Delete, GetByID.
The problem I am having is a very stran...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23434853.html
Hello,
What file types should I deploy to my production Internet web site? Should I deploy these
.aspx.designer.cs
.aspx.resx
Seems like I don't need them.
Files that I do need are ....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23469983.html
hi , i am getting trouble in disabling the back button in Mozrila, IE7.0 and FireFox , can any one give the best solution. I am using the below code
function DisablingBackFunctionality()
{
...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2003/Q_23545...
Hello,
I have a framework that I am re-using in a different assignment and would like to put it in a separate project; this project would be comprised of a series of C# classes that I can import...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23713678.html
The framework of my application supports both MySQL and Access databases; the function that run SQL queries takes the database type as a parameter and behaves accordingly.
I would like to know t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23717626.html
Zones:
C#Date Answered: 09/09/2008 Grade: A Views: 0
I need a C# ValidationExpression similar to expression ^\w{1,},\s{0,1}\w{1,}(,\s{0,1}\w{1,1}){0,1}$ and expression should match/confirm if user's full name is in the following formats:
Jenner-My...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23748906.html
I save "CachedControls" to the ViewState and verify that it is saved during the first visit to the page, but on postbacks, the ViewState is null. Why does my ViewState object not persist between p...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23822124.html