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 226 to 250 of 307
Search took 0.02 seconds.
Search: Posts Made By: Vadivel
Forum: SQL Server ASP January 5th, 2005, 05:39 AM
Replies: 2
Views: 1,148
Posted By Vadivel
You can download SQL Sever 120 days trial version...

You can download SQL Sever 120 days trial version @ http://www.microsoft.com/sql/evaluation/trial/

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: SQL Server 2000 January 5th, 2005, 05:34 AM
Replies: 2
Views: 1,612
Posted By Vadivel
Very true we should almost always not use SA a/c...

Very true we should almost always not use SA a/c within our application.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VB Components January 5th, 2005, 05:28 AM
Replies: 1
Views: 1,256
Posted By Vadivel
Did you get a chance to check this ::...

Did you get a chance to check this :: http://support.businessobjects.com/communityCS/TechnicalPapers/storproc.pdf.asp?

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Databases January 5th, 2005, 05:26 AM
Replies: 2
Views: 1,022
Posted By Vadivel
Extract from asp101: There are five...

Extract from asp101:

There are five different recordset properties that are used to implement recordset paging:
CursorLocation :: In order to use recordset paging, you will need to set this...
Forum: VS.NET 2002/2003 January 5th, 2005, 05:18 AM
Replies: 2
Views: 10,284
Posted By Vadivel
If at all you are targeting outlook then take a...

If at all you are targeting outlook then take a look @ http://www.outlookcode.com/codedetail.aspx?id=356 ...

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: VS.NET 2002/2003 January 5th, 2005, 05:13 AM
Replies: 12
Views: 27,308
Posted By Vadivel
<asp:BoundColumn DataField=startDate...

<asp:BoundColumn DataField=startDate HeaderText="startDate" DataFormatString="{0:dd-MMM-yyyy HH:mm:ss}">
</asp:BoundColumn>

Hope this code snippet helps!


Best Regards
Vadivel

MVP...
Forum: General .NET January 5th, 2005, 05:05 AM
Replies: 2
Views: 7,362
Posted By Vadivel
Might be you also want to check this ::...

Might be you also want to check this :: http://p2p.wrox.com/topic.asp?TOPIC_ID=23540

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Basics January 5th, 2005, 12:50 AM
Replies: 1
Views: 2,256
Posted By Vadivel
check whether this would be of any use to you:...

check whether this would be of any use to you: http://www.serverwatch.com/tutorials/article.php/1493501

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Databases January 5th, 2005, 12:48 AM
Replies: 1
Views: 27,727
Posted By Vadivel
I too think so .. but not sure as its long since...

I too think so .. but not sure as its long since I worked with ASP! Btw check out this http://vadivel.thinkingms.com/CategoryView.aspx?category=CodeSnippets#a2a2b7bfc-419e-4ab5-8ea6-b255e22e47c3
...
Forum: Classic ASP Databases January 5th, 2005, 12:20 AM
Replies: 1
Views: 7,586
Posted By Vadivel
I guess it could be some concatenation error....

I guess it could be some concatenation error. Just check all the places where concatenation is happening and in particular whether you have concatenated "Order by id Asc" ?

Similarly check whether...
Forum: Classic ASP Components January 5th, 2005, 12:11 AM
Replies: 12
Views: 2,056
Posted By Vadivel
Btw a page can have many "Form" tags but they...

Btw a page can have many "Form" tags but they can't be nested.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Components January 5th, 2005, 12:09 AM
Replies: 12
Views: 2,056
Posted By Vadivel
Can you ellaborate on what you want achieve with...

Can you ellaborate on what you want achieve with this piece of code?
For your information .. we can have multiple submit buttons within a "single" form tag itself.

Best Regards
Vadivel

MVP...
Forum: Classic ASP Databases January 4th, 2005, 10:00 AM
Replies: 5
Views: 3,902
Posted By Vadivel
Try this .. (I haven't tested it) if...

Try this .. (I haven't tested it)

if document.form1.check[0].checked Then
document.form1.txt.disabled=true
else
document.form1.txt.disabled=false
End if

Best Regards
Vadivel
Forum: ASP CDO January 3rd, 2005, 03:13 AM
Replies: 1
Views: 1,239
Posted By Vadivel
http://www.microsoft.com/windows2000/en/server/iis...

http://www.microsoft.com/windows2000/en/server/iis/default.asp?url=/windows2000/en/server/iis/htm/core/iicodirv.htm -- You might want to see this!

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: ASP.NET 2.0 Basics January 3rd, 2005, 12:42 AM
Replies: 1
Views: 1,616
Posted By Vadivel
Make use of FTP! There are lots of free/shareware...

Make use of FTP! There are lots of free/shareware FTP softwares available.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP.NET 1.0 and 1.1 Basics January 3rd, 2005, 12:36 AM
Replies: 3
Views: 1,161
Posted By Vadivel
1. Make use of a SqlCommand object to insert the...

1. Make use of a SqlCommand object to insert the value from dropdown into DB.
2. Get the choosen value from dropdown make use of "SelectedValue"

For example,

SqlCommand InsertCmd = new...
Forum: Access ASP January 3rd, 2005, 12:02 AM
Replies: 2
Views: 1,357
Posted By Vadivel
oops i have clicked submit reply by mistake :( ...

oops i have clicked submit reply by mistake :(

2. You might want to use DTS (Data transformation services)!

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Access ASP January 2nd, 2005, 11:57 PM
Replies: 2
Views: 1,357
Posted By Vadivel
Grant, 1. Can't you update the remote box...

Grant,

1. Can't you update the remote box also when you are inserting/updating/deleting your local db? Just a thought ... you know it better as you know the complete business logic :)

Best...
Forum: SQL Server 2000 January 2nd, 2005, 11:51 PM
Replies: 2
Views: 3,251
Posted By Vadivel
http://www.sql-server-performance.com/rd_delete_du...

http://www.sql-server-performance.com/rd_delete_duplicates.asp -- Is an excellent article on this subject. It has examples with with working samples.

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: ASP.NET 1.0 and 1.1 Basics January 1st, 2005, 10:36 PM
Replies: 1
Views: 862
Posted By Vadivel
Check out my article on "Preventing simultaneous...

Check out my article on "Preventing simultaneous Logons to a site" :: http://www.microsoft.com/india/msdn/articles/161.aspx

Note: I have Cache object for this and not Session object.

Best...
Forum: Classic ASP Databases January 1st, 2005, 10:17 PM
Replies: 5
Views: 4,894
Posted By Vadivel
btw I forgot to say that I have used it only in...

btw I forgot to say that I have used it only in SQL Analyser .. and I am not too sure whether my statement holds good for ASP pages also.

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: Classic ASP Databases January 1st, 2005, 10:15 PM
Replies: 5
Views: 4,894
Posted By Vadivel
I don't think that should be a problem. Though it...

I don't think that should be a problem. Though it is advisable to avoid keywords while creating columns names etc., ... in some unavoidable!!! situations if we create it we can use it within a square...
Forum: ADO.NET December 31st, 2004, 02:01 AM
Replies: 3
Views: 10,835
Posted By Vadivel
1. This can be done by having DataGrid within Div...

1. This can be done by having DataGrid within Div tag and the set the overflow attribute as auto or scroll.

2. To freeze the headers hide the DataGrid’s headers -- by setting “ShowHeader”...
Forum: SQL Language December 31st, 2004, 01:29 AM
Replies: 5
Views: 4,656
Posted By Vadivel
Btw, uou can make use of datalength() to find the...

Btw, uou can make use of datalength() to find the length of data in text column.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: SQL Language December 31st, 2004, 01:12 AM
Replies: 5
Views: 4,656
Posted By Vadivel
You can also use normal "Select" statement to...

You can also use normal "Select" statement to fetcht the value of TEXT datatype. But always the TEXT column should be the last one in the list.

i.e., Select col1, col2, TextColumn from Table1
...
Showing results 226 to 250 of 307

 




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