Search Results

Showing results 1 to 40 of 788
Search took 0.05 seconds.
Search: Posts Made By: Paladine
Forum: PHP Aug 25th, 2009
Replies: 3
Views: 622
Posted By Paladine
Validate your login credentials have the proper privileges.
Forum: C# Apr 11th, 2009
Replies: 4
Views: 716
Posted By Paladine
Basically it comes down to the difference between .Net 2.0 (2005) and .Net 3.5 (2008) Framework. Basically what you code in .Net 2.0 won't work the same if at all with .Net 3.5 framework. But ...
Forum: ASP.NET Jan 22nd, 2008
Replies: 3
Views: 661
Posted By Paladine
What version of ASP.NET? 1.0, 1.1, 2.0, or 3.0... each has different security levels/requirements/restrictions unique to its code level.

For 2.0 :...
Forum: ASP.NET Jan 22nd, 2008
Replies: 4
Views: 1,083
Posted By Paladine
You could also place this "connection" in a Web.config file, for security purposes...

And to be sure... what version of ASP.NET are you speaking of? .Net 1.0, 1.1, 2.0, 3.0 ?

2.0 Tutorial:...
Forum: ASP.NET Jan 22nd, 2008
Replies: 151
Views: 182,898
Posted By Paladine
The Answer to your very question about .. "How do I prevent direct access to the Default.aspx via URL entry..." is found in this very thread...



Found here: ...
Forum: ASP.NET Jan 22nd, 2008
Replies: 151
Views: 182,898
Posted By Paladine
This is done in your code prior this statement. This is "validation" is done when you pass the username/password into the DBConnection Function:


...
If DBConnection(txtUserName.Text.Trim(),...
Forum: Monitors, Displays and Video Cards Jan 22nd, 2008
Replies: 8
Views: 2,621
Posted By Paladine
2 GB of RAM.

As for dual monitor and the game...I am not saying I want to run the game on both screens...what I do want is to run the game on one screen and watch a DVD on the other.

I have...
Forum: Monitors, Displays and Video Cards Jan 5th, 2008
Replies: 8
Views: 2,621
Posted By Paladine
I have an AMD X2 3800+ system, which until a few days ago had a 7800 GT video card, and now I have an 880GTS 512 MB card. Prior to the new card I was able to run, albiet slowly, City of Heroes on...
Forum: ASP.NET Apr 21st, 2007
Replies: 151
Views: 182,898
Posted By Paladine
Hey Benbujwah,

If you did do the CUT and PASTE with Visual Web Developer Express, then that is the cause of the error. This code is for .NET 1.0 or 1.1 ONLY and not .NET 2.0 (which is what Web...
Forum: ASP.NET Mar 29th, 2007
Replies: 151
Views: 182,898
Posted By Paladine
No worries Rich,

Good question. See page 2 of this tutorial on how to do just what you asked.

http://www.daniweb.com/techtalkforums/thread19303-2.html
Forum: VB.NET Mar 17th, 2007
Replies: 2
Views: 1,211
Posted By Paladine
See Here (http://www.vbdotnetheaven.com/Uploadfile/mahesh/IntroductionToGDI04202005001743AM/IntroductionToGDI.aspx)


If you have code for a button click to create the drawing, you should be...
Forum: ASP.NET Mar 17th, 2007
Replies: 9
Views: 3,517
Posted By Paladine
The error states Object not declared.... On Line 41 and Char 3. Where is that in your code?

Provide the text from the error message you took a screen shot of, this will help us narrow things...
Forum: C# Feb 16th, 2007
Replies: 67
Views: 154,030
Posted By Paladine
This is for ASP.NET 1.0 and 1.1 only, not 2.0 just as an FYI

Table

CREATE TABLE NorthWindUsers
(UserID INT IDENTITY(1,1) NOT NULL,
UserName VARCHAR(50)...
Forum: C# Feb 16th, 2007
Replies: 67
Views: 154,030
Posted By Paladine
Your code with the brackets located above have me a little puzzled. Be sure you can go through each logic path and have a return value!
Forum: ASP.NET Jan 14th, 2007
Replies: 5
Views: 6,292
Posted By Paladine
Remember that this code is running on the web server in a process that is not running as the currently logged on (to the server) user. Therefore the process will be running under its own Window...
Forum: VB.NET Dec 30th, 2006
Replies: 3
Views: 1,231
Posted By Paladine
You are correct in your logic approach for finding the same value.. which can be done various ways, depending on your method of populating the datagrid. But it is what works for your needs.

My...
Forum: ASP.NET Dec 30th, 2006
Replies: 5
Views: 18,943
Posted By Paladine
Good points nikkiH!

One thing that can be done as well is to retrieve the date/time from the database as stored and use the parse/format methods in ASP.NET to produce the desired output.

...
Forum: C++ Dec 30th, 2006
Replies: 22
Views: 41,062
Posted By Paladine
Varsha - We are here to assist and help, but not do the work for you.

If you have some guidelines on the project requirements that can help us to give you some better and more specific...
Forum: VB.NET Dec 29th, 2006
Replies: 4
Views: 2,449
Posted By Paladine
Exactly right. We use bar code readers in Pharmacy extensively. Barcode readers rarely require a drive when connecting via the USB port. If you open notepade and scan any generic UPC barcode......
Forum: VB.NET Dec 28th, 2006
Replies: 7
Views: 14,953
Posted By Paladine
Well I recommend that you check out the following links at Microsoft. MSDN and Google are often overlooked too often as places to look for code/tutorials. I did a search on Video Tutorials and...
Forum: VB.NET Dec 21st, 2006
Replies: 3
Views: 4,845
Posted By Paladine
Some other sources:

Using Javascript in ASP.NET:

http://www.codeproject.com/aspnet/drag_drop.asp

Similar Thread:

http://www.daniweb.com/techtalkforums/thread25903.html
Forum: VB.NET Dec 21st, 2006
Replies: 3
Views: 4,845
Posted By Paladine
Something like this ??



'**************************************
' Name: Drag-and-Drop feature for Table
' Rows
' Description:Simple code to allow drag-
' ...
Forum: ASP.NET Dec 14th, 2006
Replies: 6
Views: 1,792
Posted By Paladine
Not a dabbler in mySQL setups...but thought this may be helpful

http://www.interworx.com/support/docs/iworx-cp/sysadmin/system-services/mysql/howto-mysql-options
Forum: ASP.NET Dec 14th, 2006
Replies: 4
Views: 6,734
Posted By Paladine
Could you not test in a logic statement if the row count is not > 0 than ignore?
Forum: VB.NET Dec 14th, 2006
Replies: 6
Views: 3,331
Posted By Paladine
Have you doulbe checked your "alias" names for the columns you are populating. One thing to also do is the use the GetChanges() method of the dataadpter to see if you are getting the row(s) you...
Forum: C# Dec 14th, 2006
Replies: 4
Views: 3,942
Posted By Paladine
We are more than willing to help, but we don't do the work for you. The idea is that you take the effort to learn for yourself, and when you get stuck or don't understand why something is not...
Forum: ASP.NET Dec 11th, 2006
Replies: 4
Views: 2,110
Posted By Paladine
How have you setup SQL? It sounds like you have it setup as Windows Authentication and NOT mixed mode.

You will have to add your ASP.NET user to the sql authenticated users.
Forum: ASP.NET Dec 10th, 2006
Replies: 4
Views: 2,110
Posted By Paladine
Couple of questions:

What framework are you running for IIS?
Is the directory of the application a Virtual Directory?
Do other ASP.NET application have the same problem? (i.e. a simple Hello...
Forum: ASP.NET Dec 10th, 2006
Replies: 8
Views: 7,093
Posted By Paladine
Also try looking at some of the tutorials and posts about Login pages, etc on Dani Web as they contain good examples of searches from values entered into a textbox.
Forum: ASP.NET Dec 7th, 2006
Replies: 3
Views: 3,212
Posted By Paladine
<appSettings/>
<connectionStrings>
<add name="pubsConnectionString1" connectionString="Data Source=P4C800E\SQLEXPRESS;Initial Catalog=pubs;Integrated Security=True"
...
Forum: ASP.NET Dec 7th, 2006
Replies: 8
Views: 7,093
Posted By Paladine
A search is bascially a query in the most basic sense. i.e. SELECT title FROM books WHERE author = "King, Stephen"

So the questions become;

What are you wanting to do for the search?
...
Forum: ASP.NET Dec 7th, 2006
Replies: 6
Views: 1,792
Posted By Paladine
Appears to be up and running again
Forum: C# Oct 31st, 2006
Replies: 67
Views: 154,030
Posted By Paladine
This is the reason, you are using this code which is for ASP.NET 1.1 and NOT ASP.NET 2.0. There are some significant differences between 1.1 and 2.0 framework that makes this code non-functional.
...
Forum: C# Oct 30th, 2006
Replies: 67
Views: 154,030
Posted By Paladine
You have
(int)objReader.GetValue(0) which returns a value, an integer value to begin with so you shouldn't be converting it to int.

The GetValue Method "gets the value of specified column, by...
Forum: ASP.NET Oct 21st, 2006
Replies: 151
Views: 182,898
Posted By Paladine
Hi Mike,

Visual Web Develper or Visual Studio 2005 is in ASP.Net 2.0 and not 1.1. So some modification of this code would need to be done, as there are some differences which makes this code...
Forum: ASP.NET Oct 19th, 2006
Replies: 151
Views: 182,898
Posted By Paladine
Hi Mike,

I would review the tutorial section at the top of this thread for the step by step procedure, but bascially the imports are placed at the top of the code behind page or top of the script...
Forum: ASP.NET Oct 10th, 2006
Replies: 4
Views: 1,531
Posted By Paladine
Here is a link.. (http://sqlserver2000.databases.aspfaq.com/what-are-reserved-access-odbc-and-sql-server-keywords.html)

NOTE: Access is not inclusive of the JET engine. So for a full...
Forum: ASP.NET Oct 10th, 2006
Replies: 5
Views: 5,780
Posted By Paladine
This is correct. But as an aside, it is not good practice to use the LIKE clause for something like a staffID, which should be unique or a primary key.

But that depends on the application and...
Forum: Monitors, Displays and Video Cards Oct 8th, 2006
Replies: 3
Views: 2,617
Posted By Paladine
The GPU never goes above 47 degrees celcius

Motherboard / Ram sensors read at 36 degrees.

So it is not a heating problem, but good thought.
Forum: Monitors, Displays and Video Cards Oct 7th, 2006
Replies: 3
Views: 2,617
Posted By Paladine
Issue: In Games (only, never windows itself) the system will get into a sound loop or video flicker loop and lock up completely. CTRL+ALT+DEL isn't even a possibility, must use reset button. The...
Showing results 1 to 40 of 788

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC