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 26 to 50 of 307
Search took 0.03 seconds.
Search: Posts Made By: Vadivel
Forum: SQL Server 2000 February 12th, 2005, 10:05 PM
Replies: 3
Views: 1,874
Posted By Vadivel
For the image tag set the src attribute to that...

For the image tag set the src attribute to that of the file location.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: C# February 12th, 2005, 12:07 PM
Replies: 2
Views: 4,484
Posted By Vadivel
I am not clear about what exactly is your...

I am not clear about what exactly is your requirement. If at all you are looking for a method other than enterprise mgr or query analyser to do your DB task ... you could try out Web based database...
Forum: SQL Server 2000 February 12th, 2005, 11:57 AM
Replies: 10
Views: 3,875
Posted By Vadivel
Check this ::...

Check this :: http://searchdatabase.techtarget.com/tip/1,289483,sid13_gci554375,00.html?FromTaxonomy=%2Fpr%2F286331

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Javascript How-To February 12th, 2005, 11:51 AM
Replies: 3
Views: 959
Posted By Vadivel
For point 1 ::...

For point 1 :: http://vadivel.blogspot.com/2004/02/closing-parent-window.html

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Basics February 12th, 2005, 01:12 AM
Replies: 1
Views: 2,369
Posted By Vadivel
sp_spaceused is a system stored procedure which...

sp_spaceused is a system stored procedure which would give you the size of database. You can make use of it to find the size and display it in your asp page.

Best Regards
Vadivel

MVP...
Forum: Classic ASP Basics February 11th, 2005, 11:49 PM
Replies: 5
Views: 2,874
Posted By Vadivel
Glad that I could be of some help to others :) ...

Glad that I could be of some help to others :)

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET February 11th, 2005, 01:44 AM
Replies: 1
Views: 1,821
Posted By Vadivel
I googled and found this link...

I googled and found this link http://vbcity.com/forums/topic.asp?tid=81778#RID249835

Check whether it is of any use to you :)

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: Classic ASP Basics February 11th, 2005, 01:32 AM
Replies: 5
Views: 2,874
Posted By Vadivel
basically if your file was in the same path in...

basically if your file was in the same path in which your asp files are placed ... then the only mistake which you have done is ... you have missed the single quotes around <%=strPDFfile%> ...
...
Forum: Classic ASP Basics February 11th, 2005, 01:30 AM
Replies: 5
Views: 2,874
Posted By Vadivel
<%@language="vbscript"%> <% option explicit %> ...

<%@language="vbscript"%>
<% option explicit %>

<% dim strPDFfile
strPDFfile = "Oct04.pdf"
%>

<html>
<body>
<a href="#"...
Forum: Javascript How-To February 10th, 2005, 02:07 PM
Replies: 2
Views: 2,314
Posted By Vadivel
<html> <script> function PopUp() { ...

<html>
<script>
function PopUp()
{
window.open("decimal.html",'name','650','500','yes',scrollable='yes')
}

</script>
<body>
<a href="#" onClick="javascript:PopUp();">Open PopUp Window</a>
Forum: ASP.NET 1.1 February 10th, 2005, 02:00 PM
Replies: 9
Views: 2,258
Posted By Vadivel
You could use...

You could use ds.Tables["Tablename"].Columns["firstName"] -- C# .. just chk for the syntax in VB

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: HTML Code Clinic February 10th, 2005, 01:39 PM
Replies: 4
Views: 1,643
Posted By Vadivel
Also try this...

Also try this www.htmlcenter.com/tutorials/index.cfm/main

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Classic ASP Databases February 10th, 2005, 01:28 PM
Replies: 6
Views: 4,098
Posted By Vadivel
Forward only cursortype would always return the...

Forward only cursortype would always return the record count as "-1" only.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET February 10th, 2005, 09:40 AM
Replies: 3
Views: 12,212
Posted By Vadivel
Sibaji.. with this limited info i don't think we...

Sibaji.. with this limited info i don't think we could think of some solution. Share more information about what you are doing or paste the piece of code which is not working.

Best Regards...
Forum: Crystal Reports February 10th, 2005, 09:18 AM
Replies: 3
Views: 959
Posted By Vadivel
1. You can create formulas in crystal reports. I...

1. You can create formulas in crystal reports. I think it is Insert >> Formula.

2. Otherway is to pass the total as variable to crystal reports. So that you can directly display the value in the...
Forum: ADO.NET February 10th, 2005, 08:52 AM
Replies: 7
Views: 1,316
Posted By Vadivel
Are you sure the connection string doesn't have...

Are you sure the connection string doesn't have any errors?

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: ASP.NET 1.0 and 1.1 Basics February 10th, 2005, 07:40 AM
Replies: 2
Views: 1,098
Posted By Vadivel
Make use of sql server database to share sessions...

Make use of sql server database to share sessions between asp and aspx. Just google for "Sharing session between ASP and ASP.NET" there are enough resources available.

Best Regards
Vadivel

MVP...
Forum: General .NET February 10th, 2005, 05:13 AM
Replies: 7
Views: 6,971
Posted By Vadivel
I guess you can still use this. First split the...

I guess you can still use this. First split the comma seperated string into an array. Then build a custom logic to highlight the listbox based on this array element.

Best Regards
Vadivel

MVP...
Forum: Beginning VB 6 February 10th, 2005, 01:08 AM
Replies: 2
Views: 1,518
Posted By Vadivel
Its long since I did anything useful with VB....

Its long since I did anything useful with VB. Anyway what i remember now is .. dbgrid is totally editable (by default) while flex grid is not editable by default. Though we can write code to make it...
Forum: ADO.NET February 10th, 2005, 12:26 AM
Replies: 5
Views: 7,660
Posted By Vadivel
Try using "trusted connection=yes" in your...

Try using "trusted connection=yes" in your connection string .. i think that would solve your issue.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: Access February 9th, 2005, 10:29 AM
Replies: 3
Views: 5,895
Posted By Vadivel
www.ehow.com/how_12388_define-default-value.html ...

www.ehow.com/how_12388_define-default-value.html

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Forum: General .NET February 9th, 2005, 10:13 AM
Replies: 7
Views: 6,971
Posted By Vadivel
Example For Web Application :: ...

Example For Web Application ::

lstChoiceOfCity.Items.FindByValue("1").Selected = true;
lstChoiceOfCity.Items.FindByValue("12").Selected = true;
lstChoiceOfCity.Items.FindByValue("31").Selected...
Forum: Classic ASP Databases February 9th, 2005, 10:05 AM
Replies: 4
Views: 5,167
Posted By Vadivel
strData = Request.form("SomeName") ArrayName =...

strData = Request.form("SomeName")
ArrayName = split(strData, ",")

the second parameter of the split function is for specifing the delimiter.

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: HTML Code Clinic February 8th, 2005, 10:14 AM
Replies: 6
Views: 1,433
Posted By Vadivel
yeah that depends upon personal / project choice...

yeah that depends upon personal / project choice only. I always prefer IE because I have done most of my coding for IE only :)

Best Regards
Vadivel

MVP ASP/ASP.NET...
Forum: HTML Code Clinic February 8th, 2005, 10:11 AM
Replies: 5
ID
Views: 1,422
Posted By Vadivel
ID is the one which you can refer in Javascript. ...

ID is the one which you can refer in Javascript.


Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
Showing results 26 to 50 of 307

 




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