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 276 to 300 of 307
Search took 0.03 seconds.
Search: Posts Made By: Vadivel
Forum: ASP.NET 1.1 December 23rd, 2004, 01:13 AM
Replies: 2
Views: 1,182
Posted By Vadivel
Though I have never used, I have heard that using...

Though I have never used, I have heard that using "gZip" we can create zip files dynamically. Just google for the keyword gzip and see whether its useful to you!

Best Regards
Vadivel

MVP...
Forum: Classic ASP Basics December 23rd, 2004, 01:03 AM
Replies: 5
Views: 4,101
Posted By Vadivel
http://dmxzone.com/ShowDetail.asp?NewsId=3369 --...

http://dmxzone.com/ShowDetail.asp?NewsId=3369 -- You might want to read this! It has a working example .. just go through it .. am sure you would understand it yourself.

Best Regards
Vadivel
...
Forum: Classic ASP Databases December 23rd, 2004, 12:57 AM
Replies: 1
Views: 2,626
Posted By Vadivel
Leon, ...

Leon,

http://vyaskn.tripod.com/searching_date_time_values.htm -- you might
want to read this.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Databases December 23rd, 2004, 12:29 AM
Replies: 2
Views: 5,979
Posted By Vadivel
darkhalf, 1. This sample will work for...

darkhalf,

1. This sample will work for windows encode and not in mac/unix encodes. If you want for that machines also do let me know.

2. This sample would convert the enter key at a stretch to...
Forum: VS.NET 2002/2003 December 22nd, 2004, 02:27 AM
Replies: 1
Views: 2,063
Posted By Vadivel
www.dotnetjunkies.com/articles/17f2328f-ecb8-478f-...

www.dotnetjunkies.com/articles/17f2328f-ecb8-478f-a393-3d0e0f024ec0.dcik -- has a working sample.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VS.NET 2002/2003 December 22nd, 2004, 02:22 AM
Replies: 2
Views: 892
Posted By Vadivel
Its because cookieless session is set to true in...

Its because cookieless session is set to true in your applications web.config. Go there and set it to false.

FYI, cookieless sessionState : If the users do not have cookies enabled it will create...
Forum: General .NET December 22nd, 2004, 02:15 AM
Replies: 2
Views: 4,135
Posted By Vadivel
1....

1. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-buildmenuservercontrol.asp
2. http://aspnet.4guysfromrolla.com/articles/012804-1.aspx

I guess the above...
Forum: Classic ASP Databases December 22nd, 2004, 01:56 AM
Replies: 1
Views: 3,917
Posted By Vadivel
I guess the information you have provided here...

I guess the information you have provided here isn't sufficient and clear! Anyway what I understand is an aspx page is already working based on XML input. You want to know whether that can be made to...
Forum: Classic ASP Databases December 22nd, 2004, 01:50 AM
Replies: 3
Views: 1,003
Posted By Vadivel
Before building the qurery do this ... ...

Before building the qurery do this ...

strNotes = Request.Form("notes")
If Len(trim(strNotes )) > 0 then
strNotes = Replace(strNotes ,"'","''")
End if

Inside the query use strNotes now. Btw...
Forum: Classic ASP Databases December 22nd, 2004, 01:46 AM
Replies: 3
Views: 1,003
Posted By Vadivel
Use Replace function to replace single quotes...

Use Replace function to replace single quotes /apostrophes with two single quotes.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Components December 22nd, 2004, 01:33 AM
Replies: 2
Views: 877
Posted By Vadivel
http://www.freeaspupload.net/freeaspupload/downloa...

http://www.freeaspupload.net/freeaspupload/download.asp -- has the source code itself which you could use.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Components December 22nd, 2004, 01:30 AM
Replies: 2
Views: 877
Posted By Vadivel
If you are interested in using components then...

If you are interested in using components then you could find many by googling for a while. For ex: www.asp101.com/resources/saupload.asp & www.asp101.com/resources/aspupload.asp are few of them.
...
Forum: SQL Server 2000 December 22nd, 2004, 12:23 AM
Replies: 5
Views: 2,384
Posted By Vadivel
For fetching the identity value its always better...

For fetching the identity value its always better to use Scope_identity. It returns the most recently inserted IDENTITY in the current scope. Its available only from Sql Server 2000.

On the other...
Forum: XSLT December 17th, 2004, 01:43 AM
Replies: 8
Views: 1,498
Posted By Vadivel
Other way of using space in xslt: <xsl:text...

Other way of using space in xslt: <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP.NET 1.1 December 17th, 2004, 01:32 AM
Replies: 1
Views: 1,576
Posted By Vadivel
If you worrying about "Sign out" or "Log out"...

If you worrying about "Sign out" or "Log out" options on a site .. then on the click event of that button just add
1. Session.Abandon()
2. Session.RemoveAll()

and then you load a new page ......
Forum: VB.NET 2002/2003 Basics December 17th, 2004, 12:55 AM
Replies: 2
Views: 1,353
Posted By Vadivel
http://blogs.msdn.com/robgruen/archive/2004/04/15/...

http://blogs.msdn.com/robgruen/archive/2004/04/15/114020.aspx -- i guess this would help you solve the problem.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VB.NET 2002/2003 Basics December 17th, 2004, 12:44 AM
Replies: 6
Views: 2,625
Posted By Vadivel
Guys, just check this link...

Guys, just check this link http://searchvb.techtarget.com/vsnetATEAnswers/0,293820,sid8_gci872552_tax293474,00.html

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Access VBA December 17th, 2004, 12:26 AM
Replies: 2
Views: 1,058
Posted By Vadivel
Chonny, Pass the form name to the following...

Chonny,

Pass the form name to the following function. Function will return true if form is open and false otherwise.

Function IsFormOpen(ByVal strFormName As string) As Integer
If...
Forum: Classic ASP Databases December 17th, 2004, 12:02 AM
Replies: 2
Views: 1,088
Posted By Vadivel
Hayley, Check out...

Hayley,

Check out www.aspfaq.com/show.asp?id=2421 which has a comprehensive list on the various reasons which would throw this error. Hope it helps!

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: ASP.NET 1.0 and 1.1 Basics December 16th, 2004, 08:59 AM
Replies: 2
Views: 1,377
Posted By Vadivel
Vinay, You can make use of...

Vinay,

You can make use of "window.onBeforePrint" and "window.onAfterPrint" event to achieve this.

In window.onbeforeprint --- set the visibility of that button to false .. then on...
Forum: ASP.NET 1.1 December 16th, 2004, 08:12 AM
Replies: 4
Views: 3,620
Posted By Vadivel
**********Code Snippet Starts Here********** ...

**********Code Snippet Starts Here**********
DataTable objTable;
objTable = DataSet1.Tables["TestTable"];

string strExpression;
string strSort;
strExpression= "JoiningDate > '16/12/04'";...
Forum: Classic ASP Basics December 16th, 2004, 07:56 AM
Replies: 5
Views: 1,172
Posted By Vadivel
Check my response to this query here:...

Check my response to this query here: http://p2p.wrox.com/topic.asp?TOPIC_ID=23599

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP E-commerce December 16th, 2004, 07:42 AM
Replies: 2
Views: 1,003
Posted By Vadivel
Zeeshan, I guess you can disable "directory...

Zeeshan,

I guess you can disable "directory browsing" option for those folders in IIS. (Start >> Run >> Inetmgr).

But still the end user can flick the text/js files by just typing the full...
Forum: Beginning VB 6 December 16th, 2004, 07:27 AM
Replies: 5
Views: 14,174
Posted By Vadivel
Ru, Thanks for wishing my father for long...

Ru,

Thanks for wishing my father for long life & thanx for your compliments as well.


Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VB Databases Basics December 16th, 2004, 06:11 AM
Replies: 1
Views: 684
Posted By Vadivel
By quickly "googling" I found these two links: ...

By quickly "googling" I found these two links:
1. http://p2p.wrox.com/topic.aspx?TOPIC_ID=19369
2. http://www.databasejournal.com/sqletc/article.php/26861_1402351_3

If you need any further...
Showing results 276 to 300 of 307

 




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