Advertisement

1 - 10 of 48 containing alltags:("ASP .Net C#") (0.002 seconds)
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     ->...
Zones: ASP.Net Programming, C#Date Answered: 02/26/2008 Grade: A Views: 0
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["...
Zones: .NET Framework 2.x, C#, Visual StudioDate Answered: 02/01/2008 Grade: A Views: 37
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...
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...
Zones: MS SQL Server, C#, ASP.Net ProgrammingDate Answered: 05/28/2008 Grade: A Views: 4
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 ....
Zones: MS Visual C#, .Net Editors & IDEs, MS...Date Answered: 06/13/2008 Grade: B Views: 0
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()             {             ...
Zones: Visual Studio, .Net Editors & IDEsDate Answered: 07/16/2008 Grade: B Views: 127
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...
Zones: ASP.Net ProgrammingDate Answered: 09/08/2008 Grade: A Views: 0
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...
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...
Zones: ASP.Net Programming, C#Date Answered: 09/22/2008 Grade: A Views: 6
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...
Zones: ASP.Net Programming, MS Visual C#Date Answered: 10/17/2008 Grade: A Views: 110