Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 176 to 200 of 307
Search took 0.02 seconds.
Search: Posts Made By: Vadivel
Forum: SQL Server 2000 January 7th, 2005, 05:33 AM
Replies: 7
Views: 1,311
Posted By Vadivel
Check this out ::...

Check this out :: www.microsoft.com/licensing/programs/sa/support/drtools.mspx -- Is this what you are looking for?

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP Forms January 7th, 2005, 05:21 AM
Replies: 6
Views: 2,953
Posted By Vadivel
Why not have a OnClick function on each button? ...

Why not have a OnClick function on each button?

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET January 7th, 2005, 05:07 AM
Replies: 2
Views: 1,201
Posted By Vadivel
I just had a rough look at the code and ... ...

I just had a rough look at the code and ...

1. OleDbDataAdapter OleDbDataAdapter1 = new OleDbDataAdapter(); -- is missing. Similarly connection object is also missing.
2. Couple of places it has...
Forum: Pro VB 6 January 7th, 2005, 04:51 AM
Replies: 5
Views: 3,096
Posted By Vadivel
I guess window.statusbar.visible=false would do...

I guess window.statusbar.visible=false would do that. If I remember it right .. i guess it would work only in Netscape.

Ugly way of doing it :)
----------------------
Why not open a new window...
Forum: Javascript How-To January 7th, 2005, 04:39 AM
Replies: 5
Views: 5,210
Posted By Vadivel
FYI, oncontextmenu would work in IE5+ only... ...

FYI, oncontextmenu would work in IE5+ only...

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP.NET 1.1 January 7th, 2005, 04:35 AM
Replies: 4
Views: 702
Posted By Vadivel
Session.Abandon() and then do a response.redirect...

Session.Abandon() and then do a response.redirect to your deried page.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Javascript How-To January 7th, 2005, 12:50 AM
Replies: 4
Views: 1,782
Posted By Vadivel
There isn't any way to stop the users from...

There isn't any way to stop the users from downloading the .js files. They can type the path of the file in the addressbar and download the full source. On the flip side they can also get it from...
Forum: Javascript How-To January 7th, 2005, 12:37 AM
Replies: 4
Views: 1,782
Posted By Vadivel
bekim, try this .....

bekim, try this .. http://www.mitsucars.com/js/set_style.js -- you would be able to get the js file. Can you explain what you did to get that "Access denied" error?

Best Regards
Vadivel

MVP...
Forum: HTML Code Clinic January 7th, 2005, 12:33 AM
Replies: 2
Views: 34,008
Posted By Vadivel
similarly for addressbar, use addressbar=0 or 1...

similarly for addressbar, use addressbar=0 or 1 as per your need.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: HTML Code Clinic January 7th, 2005, 12:30 AM
Replies: 2
Views: 34,008
Posted By Vadivel
<A...

<A href="javascript:NewWindow=window.open('/default.asp','NewWindow','width=300,height=200,menubar=0');NewWindow.focus()">New</A>

--menubar=0 does the trick while opening a new window.

Best...
Forum: Javascript How-To January 7th, 2005, 12:15 AM
Replies: 1
Views: 1,301
Posted By Vadivel
<html> <head> <title>Check the Size of a File...

<html>
<head>
<title>Check the Size of a File -- Javascript</title>

<script language="JavaScript">
function CheckFileSize()
{
var objSize = new ActiveXObject("Scripting.FileSystemObject");...
Forum: Javascript How-To January 7th, 2005, 12:01 AM
Replies: 5
Views: 5,210
Posted By Vadivel
Even if we disable the right click only on images...

Even if we disable the right click only on images i think the users can flick the images from cache. Think in the lines of "Digital Watermarks"

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: Javascript How-To January 6th, 2005, 11:57 PM
Replies: 5
Views: 5,210
Posted By Vadivel
http://www.dynamicdrive.com/dynamicindex9/noright2...

http://www.dynamicdrive.com/dynamicindex9/noright2.htm -- this might help you. But I feel that disabling right click isn't a good choice.

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: Beginning VB 6 January 6th, 2005, 11:07 PM
Replies: 2
Views: 1,545
Posted By Vadivel
Try with "For Output" or "For Append" Best...

Try with "For Output" or "For Append"

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP Pro Code Clinic January 6th, 2005, 10:58 PM
Replies: 3
Views: 888
Posted By Vadivel
Dim DummyRandomValue Randomize ...

Dim DummyRandomValue
Randomize
DummyRandomValue = Rnd 'Rnd generates a random number between 0 -1
Response.Write(DummyRandomValue)

FYI, randomize uses the system clock to generate different...
Forum: C# January 6th, 2005, 10:50 PM
Replies: 2
Views: 1,165
Posted By Vadivel
Check this ::...

Check this :: http://vadivel.thinkingms.com/PermaLink.aspx?guid=508ca52b-8049-4bc1-b30b-d29142e43964

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Databases January 6th, 2005, 01:37 PM
Replies: 2
Views: 4,842
Posted By Vadivel
Article on Making charts in ASP ::...

Article on Making charts in ASP :: http://www.asp101.com/articles/chris/aspcharts/

FYI, any chart creating tool would generate a .gif file after processing the application. So it would be apt to...
Forum: VB How-To January 6th, 2005, 01:13 PM
Replies: 17
Views: 20,154
Posted By Vadivel
http://www.cpcug.org/user/clemenzi/technical/Langu...

http://www.cpcug.org/user/clemenzi/technical/Languages/FileIO.htm -- this might give you a decent start...

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: SQL Server 2000 January 6th, 2005, 09:45 AM
Replies: 2
Views: 1,111
Posted By Vadivel
Check out this link ::...

Check out this link :: http://vadivel.blogspot.com/2004/01/guid-vs-identity.html at my Old blogspace

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: C# January 6th, 2005, 09:34 AM
Replies: 1
Views: 876
Posted By Vadivel
using System.Diagnostics; Best Regards ...

using System.Diagnostics;

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET January 6th, 2005, 06:55 AM
Replies: 6
Views: 937
Posted By Vadivel
use square brackets ... Best Regards ...

use square brackets ...

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET January 6th, 2005, 06:32 AM
Replies: 6
Views: 937
Posted By Vadivel
http://p2p.wrox.com/topic.asp?TOPIC_ID=24487 ...

http://p2p.wrox.com/topic.asp?TOPIC_ID=24487

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET January 6th, 2005, 06:30 AM
Replies: 3
Views: 1,601
Posted By Vadivel
http://www.google.com/search?hl=en&q=passing+data+...

http://www.google.com/search?hl=en&q=passing+data+between+pages+ASP.NET

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET January 6th, 2005, 06:24 AM
Replies: 3
Views: 1,601
Posted By Vadivel
To retreive the values in the landing page ......

To retreive the values in the landing page ... For example .... Request.QueryString["Name"];

[Please refrain from posting seperate threads while responding :( ]

Best Regards
Vadivel

MVP...
Forum: General .NET January 6th, 2005, 06:20 AM
Replies: 6
Views: 937
Posted By Vadivel
I am sure why you are posting your responses as a...

I am sure why you are posting your responses as a seperate thread!!!

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Showing results 176 to 200 of 307

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.