User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,766 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,493 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 500
Search took 0.06 seconds.
Posts Made By: Paladine
Forum: ASP.NET Jan 22nd, 2008
Replies: 3
Views: 260
Posted By Paladine
Re: how to secure webapplication?

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: 587
Posted By Paladine
Re: how can connect the database

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: 145
Views: 139,391
Posted By Paladine
Solution Re: Updated : Simple ASP.Net Login Page

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: 145
Views: 139,391
Posted By Paladine
Re: Updated : Simple ASP.Net Login Page

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: 1,366
Posted By Paladine
Re: Game locks up in DualView mode (COH)

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 done...
Forum: Monitors, Displays and Video Cards Jan 5th, 2008
Replies: 8
Views: 1,366
Posted By Paladine
Game locks up in DualView mode (COH)

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: 145
Views: 139,391
Posted By Paladine
Re: Updated : Simple ASP.Net Login Page

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: 145
Views: 139,391
Posted By Paladine
Re: Updated : Simple ASP.Net Login Page

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: 822
Posted By Paladine
Re: Plz ver urgent

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 able...
Forum: ASP.NET Mar 17th, 2007
Replies: 9
Views: 2,118
Posted By Paladine
Re: error on page!! Cannot solve!!Help

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 down.
...
Forum: C# Feb 16th, 2007
Replies: 59
Views: 90,350
Posted By Paladine
Re: Simple ASP.Net Login Page using C#

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) NOT...
Forum: C# Feb 16th, 2007
Replies: 59
Views: 90,350
Posted By Paladine
Re: Simple ASP.Net Login Page using C#

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: 2
Views: 3,763
Posted By Paladine
Re: message box

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: 927
Posted By Paladine
Re: ClevelandMark

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: 9,793
Posted By Paladine
Re: How to split datetime format?

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.


Satees -...
Forum: C++ Dec 30th, 2006
Replies: 15
Views: 16,646
Posted By Paladine
Re: Mini Project Using C

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: 1,871
Posted By Paladine
Re: help in my pjt

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: 9
Views: 6,714
Posted By Paladine
Re: Best VB.net tutorial

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: 3,384
Posted By Paladine
Re: Drag and Drop

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: 3,384
Posted By Paladine
Re: Drag and Drop

Something like this ??



'**************************************
' Name: Drag-and-Drop feature for Table
' Rows
' Description:Simple code to allow drag-
' and-drop of...
Forum: ASP.NET Dec 14th, 2006
Replies: 6
Views: 1,384
Posted By Paladine
Re: HELP! our site is down

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: 3,926
Posted By Paladine
Re: Returning Empty Datatable

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: 2,267
Posted By Paladine
Re: Saving records in database problems

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,012
Posted By Paladine
Re: C# Code

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: 1,473
Posted By Paladine
Re: asp.net error iss killing me

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: 1,473
Posted By Paladine
Re: asp.net error iss killing me

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 World...
Forum: ASP.NET Dec 10th, 2006
Replies: 6
Views: 3,394
Posted By Paladine
Re: Search records in a database

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: 2,265
Posted By Paladine
Re: connection string

<appSettings/>
<connectionStrings>
<add name="pubsConnectionString1" connectionString="Data Source=P4C800E\SQLEXPRESS;Initial Catalog=pubs;Integrated Security=True"
...
Forum: ASP.NET Dec 7th, 2006
Replies: 6
Views: 3,394
Posted By Paladine
Re: Search records in a database

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?

Do...
Forum: ASP.NET Dec 7th, 2006
Replies: 6
Views: 1,384
Posted By Paladine
Re: HELP! our site is down

Appears to be up and running again
Forum: C# Oct 31st, 2006
Replies: 59
Views: 90,350
Posted By Paladine
Re: Simple ASP.Net Login Page using C#

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...
Forum: C# Oct 30th, 2006
Replies: 59
Views: 90,350
Posted By Paladine
Re: Simple ASP.Net Login Page using C#

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 the...
Forum: ASP.NET Oct 21st, 2006
Replies: 145
Views: 139,391
Posted By Paladine
Re: Updated : Simple ASP.Net Login Page

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: 145
Views: 139,391
Posted By Paladine
Re: Updated : Simple ASP.Net Login Page

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,191
Posted By Paladine
Re: Weird thing with ACCESS....weird

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 comprehensive...
Forum: ASP.NET Oct 10th, 2006
Replies: 5
Views: 3,676
Posted By Paladine
Re: Syntax error in "like" in sql statement

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: 1,761
Posted By Paladine
Re: System locks up in games

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: 1,761
Posted By Paladine
System locks up in games

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...
Forum: ASP.NET Sep 17th, 2006
Replies: 5
Views: 5,215
Posted By Paladine
Re: How to Search record from the Sql Server Database

pseudo_code:

Dim strSQL as String

strSQL = "SELECT Field1, Field2 FROM tbltemp WHERE Field1 = '" & TextBox1.Text & "'"



Hope this helps.
Forum: C# Jul 3rd, 2006
Replies: 1
Views: 1,994
Posted By Paladine
Re: Editing Sql Row

Let see if this helps...

Try visiting http://www.w3schools.com/sql/default.asp (http://www.w3schools.com/sql/default.asp)

A very free site with good intro tutorial on SQL.

Saying that here is the...
Showing results 1 to 40 of 500

 
All times are GMT -4. The time now is 4:09 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC