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 51 to 75 of 307
Search took 0.03 seconds.
Search: Posts Made By: Vadivel
Forum: XML February 8th, 2005, 06:48 AM
Replies: 1
Views: 931
Posted By Vadivel
http://support.businessobjects.com/communityCS/Fil...

http://support.businessobjects.com/communityCS/Filesandupdates/aspxmps10exe.asp -- check this

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP Pro Code Clinic February 7th, 2005, 02:26 PM
Replies: 2
Views: 14,074
Posted By Vadivel
You might want to check this ::...

You might want to check this :: http://p2p.wrox.com/topic.asp?TOPIC_ID=1774&SearchTerms=vadivel

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: SQL Server 2000 February 7th, 2005, 12:45 AM
Replies: 2
Views: 651
Posted By Vadivel
Though I am not an expert in PHP (decent way of...

Though I am not an expert in PHP (decent way of saying that I haven't worked on that :) ) ... I guess one can't retreive fields in an arbitary fachion when it comes to fields of Image/Text datatypes....
Forum: ASP.NET 1.x and 2.0 Application Design February 7th, 2005, 12:36 AM
Replies: 3
Views: 894
Posted By Vadivel
Checkout Crystal Reports for .NET Best...

Checkout Crystal Reports for .NET

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP Forms February 7th, 2005, 12:26 AM
Replies: 3
Views: 841
Posted By Vadivel
Conceptually its possible only. FYI, for passing...

Conceptually its possible only. FYI, for passing values from child window to parent you can use

window.opener.document.formname.textboxname.value = valuetobePassed;

Best Regards
Vadivel
...
Forum: ASP.NET 1.0 and 1.1 Basics February 7th, 2005, 12:11 AM
Replies: 1
Views: 2,173
Posted By Vadivel
www.dotnet247.com/247reference/msgs/36/184287.aspx...

www.dotnet247.com/247reference/msgs/36/184287.aspx might help.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VB.NET 2002/2003 Basics February 6th, 2005, 12:14 AM
Replies: 1
Views: 1,315
Posted By Vadivel
Check out this whitepaper :: ...

Check out this whitepaper ::
http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Javascript February 6th, 2005, 12:05 AM
Replies: 15
Views: 68,217
Posted By Vadivel
Check my blog ::...

Check my blog :: http://vadivel.blogspot.com/2004/02/closing-parent-window.html

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP Pro Code Clinic February 5th, 2005, 11:59 PM
Replies: 23
Views: 25,092
Posted By Vadivel
True Imar .. I was also trying to say the same...

True Imar .. I was also trying to say the same thing .. that "Session_OnEnd" would never fire at all.

Might be I should have avoided saying "There is no gurantee" .. which might not have created...
Forum: VB Databases Basics February 5th, 2005, 11:41 AM
Replies: 2
Views: 1,542
Posted By Vadivel
1....

1. http://www.winnetmag.com/SQLServer/Article/ArticleID/23988/23988.html

2. Go through this also : http://p2p.wrox.com/topic.asp?TOPIC_ID=3746

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: VB Databases Basics February 5th, 2005, 11:29 AM
Replies: 1
Views: 2,410
Posted By Vadivel
1. To specify a DSN-less connection using the...

1. To specify a DSN-less connection using the Data control, set its Connect property as follows:

Data1.Connect="ODBC;DSN=;Driver={SQL Server};...
Forum: Classic ASP Basics February 5th, 2005, 11:05 AM
Replies: 3
Views: 1,405
Posted By Vadivel
I am not sure how much this post would help you...

I am not sure how much this post would help you still I just want to put it here :)

There are web based sql servers available. i.e., you would have the same UI as that of a SQL Server Enterprise...
Forum: ASP Pro Code Clinic February 5th, 2005, 10:56 AM
Replies: 23
Views: 25,092
Posted By Vadivel
Sheela: One of obvious reasons why we can’t...

Sheela: One of obvious reasons why we can’t trust Session_onEnd is that there is no guarantee that the event will be triggered when the browser is closed or if the user simply moves on to visit...
Forum: Classic ASP Basics February 3rd, 2005, 10:07 AM
Replies: 2
Views: 1,827
Posted By Vadivel
For each record you would be having a unique id...

For each record you would be having a unique id in the table right? Add that as an ID to checkbox which creating. When user submits now you get the ID's of those checkbox which were clicked and...
Forum: ASP.NET 1.0 and 1.1 Basics February 3rd, 2005, 07:49 AM
Replies: 4
Views: 857
Posted By Vadivel
Atleast to me ... the Question is not clear! ...

Atleast to me ... the Question is not clear!

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: SQL Language February 3rd, 2005, 05:27 AM
Replies: 1
Views: 965
Posted By Vadivel
Sample Table Structure and Data Create...

Sample Table Structure and Data

Create table ShopMaster
(
ShopId char(1),
ShopName varchar(25)
)
Go
Insert into ShopMaster values ('A','WalMart')
Insert into ShopMaster values...
Forum: ASP Pro Code Clinic February 3rd, 2005, 05:13 AM
Replies: 11
Views: 2,343
Posted By Vadivel
You can use that example in aspx also. Best...

You can use that example in aspx also.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: HTML Code Clinic February 3rd, 2005, 05:10 AM
Replies: 4
Views: 906
Posted By Vadivel
Server side includes are also there. You can use...

Server side includes are also there. You can use server side includes in ASP. (Search for "#include" in google).

Sorry I have no clue about Java as I have not worked on that.

Best Regards...
Forum: HTML Code Clinic February 3rd, 2005, 01:40 AM
Replies: 4
Views: 906
Posted By Vadivel
If you are using only HTML then make use of...

If you are using only HTML then make use of Client side includes. Say for example you want copyright information to appear in all pages. Just make use of document.write and create a .js file. As you...
Forum: HTML Code Clinic February 3rd, 2005, 01:18 AM
Replies: 14
Views: 2,466
Posted By Vadivel
So what is the question :) Best Regards ...

So what is the question :)

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Excel VBA February 3rd, 2005, 01:15 AM
Replies: 5
Views: 2,422
Posted By Vadivel
How about setting a boolean flag to false when...

How about setting a boolean flag to false when some condition fails. Check this boolean flag before continuing with your other steps / process .. if its true don't process it.

0. Flag = true
1....
Forum: Access VBA February 3rd, 2005, 01:04 AM
Replies: 3
Views: 1,332
Posted By Vadivel
Select Field1,Field2 from TableName Where...

Select Field1,Field2 from TableName Where SearchField like '%SearchText%'

This query would search the field for the text entered by the user. You can populate this result in the window and code...
Forum: Classic ASP Professional February 3rd, 2005, 12:59 AM
Replies: 8
Views: 2,255
Posted By Vadivel
Stop cross posting the same question in MULTIPLE...

Stop cross posting the same question in MULTIPLE forums. There are many ppl here visiting more than one forums ... for them it would be really irritating.

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: ASP Pro Code Clinic February 3rd, 2005, 12:55 AM
Replies: 11
Views: 2,343
Posted By Vadivel
hello this is a classic ASP forum !!! and my...

hello this is a classic ASP forum !!! and my response was also for classic ASP only.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP.NET 1.0 and 1.1 Professional February 3rd, 2005, 12:52 AM
Replies: 3
Views: 2,697
Posted By Vadivel
Check whether the page property "AutoEventWireup"...

Check whether the page property "AutoEventWireup" is set to false.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Showing results 51 to 75 of 307

 




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