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 463
Search took 0.03 seconds.
Search: Posts Made By: madhukp
Forum: Classic ASP Basics October 7th, 2004, 11:41 PM
Replies: 12
Views: 5,978
Posted By madhukp
Here is a relatively cheap component for doing...

Here is a relatively cheap component for doing this.

http://www.dynu.com/dynudns.asp
Forum: VB How-To October 7th, 2004, 07:12 AM
Replies: 2
Views: 1,532
Posted By madhukp
Thanks for the quick reply. This seems to give...

Thanks for the quick reply. This seems to give the solution. It also helps to show a checkbox which is also my requirement.

I will try and post any problems.

Thanks again.
Forum: VB How-To October 7th, 2004, 06:58 AM
Replies: 2
Views: 1,532
Posted By madhukp
alternative rows in diff. colours for list view

May I know how can I put different background colours for alternative rows of a list view control ?

Or is it not possible ? Should I use grid control instead ?
Forum: Classic ASP Basics October 7th, 2004, 02:28 AM
Replies: 5
Views: 19,320
Posted By madhukp
You can use a select box with 12 options (values...

You can use a select box with 12 options (values going from 1 to 12). Then make the selection of some entry in it mandatory. Or make one of them selected by default.

If you are using a text box,...
Forum: Classic ASP Basics October 6th, 2004, 09:19 AM
Replies: 5
Views: 19,320
Posted By madhukp
Use this code. If(Not(IsNull(months1))) then...

Use this code.

If(Not(IsNull(months1))) then
replace(months1," ","0")
Else
months1="00"
End If

----------------------------------------------------
Forum: VB How-To October 6th, 2004, 04:32 AM
Replies: 3
Views: 3,141
Posted By madhukp
Thanks for the responses. I tried the...

Thanks for the responses.

I tried the stephanel method. But, I have a problem. There it was dealing with only textboxes. I am using all types of controls. So, I have to use different classes for...
Forum: VB How-To October 6th, 2004, 04:09 AM
Replies: 2
Views: 1,177
Posted By madhukp
ADO gives 3 properties to help you. PageSize...

ADO gives 3 properties to help you.

PageSize - sets / returns the number of records in a single page.

PageCount - returns the number of pages in a record set

AbsolutePage - Sets / returns...
Forum: VB How-To October 4th, 2004, 04:37 AM
Replies: 3
Views: 3,141
Posted By madhukp
return key based navigation VB 6.0

I have a fairly big VB 6.0 application with a large number of forms. Each of them contains a number of controls also. The tab indices of each control in each form is correctly set so that users can...
Forum: Classic ASP Basics October 2nd, 2004, 12:36 AM
Replies: 4
Views: 3,058
Posted By madhukp
Cool. I have corrected the code for you. Here is...

Cool. I have corrected the code for you. Here is the corrected code.

--------------------------------------------------------------------------

<%
DIM retailprice, location, employeediscount,...
Forum: Classic ASP Professional September 29th, 2004, 03:57 AM
Replies: 16
Views: 29,608
Posted By madhukp
When I had a similar problem after installing...

When I had a similar problem after installing JMail, a simple rebooting of server solved the problem. (I think JMail will not ask to reboot after its installation)
Forum: SQL Server ASP September 29th, 2004, 03:20 AM
Replies: 8
Views: 2,194
Posted By madhukp
I don't know the exact reason. I think data is...

I don't know the exact reason. I think data is stored in binary format in these type fields (text, ntext, image). This may be the reason. To know the complete reason, we should know the internals of...
Forum: SQL Server ASP September 29th, 2004, 12:27 AM
Replies: 8
Views: 2,194
Posted By madhukp
I assume you have done the following checks. ...

I assume you have done the following checks.

1) Are there any data in the domain, password and notes fields ? (Some error in the insert statement might have caused these fields to be empty).

2)...
Forum: SQL Server 2000 September 28th, 2004, 08:31 AM
Replies: 2
Views: 821
Posted By madhukp
Here is the sample query to create a clustered...

Here is the sample query to create a clustered index on a table. Please substitute things in < and >.

CREATE CLUSTERED INDEX [<index name>] ON [<owner>].[<tablename>]([field1], [field2], ....)...
Forum: Classic ASP Basics September 28th, 2004, 06:19 AM
Replies: 4
Views: 1,353
Posted By madhukp
I am not sure about this. My previous win 2k...

I am not sure about this. My previous win 2k installation was running this component without any problem. When I re-installed it recently, this component stopped working. I had to run the MSXML...
Forum: Classic ASP Basics September 28th, 2004, 12:10 AM
Replies: 5
Views: 1,588
Posted By madhukp
1. There is a small difference between putting...

1. There is a small difference between putting the validation in the onSubmit event of form and onclick event of submit button.

If you put it in the onClick event of submit button, this will not...
Forum: Classic ASP Basics September 27th, 2004, 11:56 PM
Replies: 4
Views: 1,276
Posted By madhukp
You want to hide the filename and path from the...

You want to hide the filename and path from the visitor. Isn't it ?

The solution is given by Vijay in the following thread.

http://p2p.wrox.com/topic.asp?TOPIC_ID=19323
Forum: Classic ASP Basics September 27th, 2004, 11:48 PM
Replies: 4
Views: 1,353
Posted By madhukp
Do you want to retrieve the HTML that a given ASP...

Do you want to retrieve the HTML that a given ASP page generates ? If yes, you can use XMLHTTP object. This will be normally available in windows 2000 and above by default. If it is not available,...
Forum: VB Components September 27th, 2004, 07:15 AM
Replies: 1
Views: 1,602
Posted By madhukp
script editor component

Hi all,

I would like to know whether there are VB ActiveX dlls or user controls which can be used in my vb application as below.

It should be possible to load a VB script into its editor...
Forum: Classic ASP Basics September 24th, 2004, 12:05 AM
Replies: 12
Views: 1,832
Posted By madhukp
Both database and XML have got their advantages...

Both database and XML have got their advantages and dis-advantages.

XML advantages

1)Migration to a different server is easy. You need only copy a set of XML files.

2)reduction in cost - no...
Forum: Classic ASP Basics September 23rd, 2004, 12:14 AM
Replies: 12
Views: 1,832
Posted By madhukp
IMO, database is more suitable for content...

IMO, database is more suitable for content management.

You can use XML also. But you have to decide the methods very clearly. You have to define XML format very clearly and then design parser...
Forum: VBScript September 22nd, 2004, 07:14 AM
Replies: 1
Views: 1,599
Posted By madhukp
I solved it. Windows 2000 requires the username...

I solved it. Windows 2000 requires the username and password to be set while scheduling a task. I supplied them and it began to work.
Forum: VBScript September 22nd, 2004, 05:24 AM
Replies: 1
Views: 1,599
Posted By madhukp
Scheduling VBS file

I have a vbs which is to be run on everyday at 8:00 AM. It needs to be put on the web server (IIS5.0 / Win2k) itself as it uses a DSN to connect to database. The scheduling details given are correct....
Forum: Classic ASP Basics September 22nd, 2004, 04:49 AM
Replies: 12
Views: 1,832
Posted By madhukp
ok, does the basic layout of the site remain the...

ok, does the basic layout of the site remain the same always ? Or the layout itself change from month to month ?

Are you using only one css file throughout site ?

If layout remain same and...
Forum: Classic ASP Basics September 22nd, 2004, 04:44 AM
Replies: 12
Views: 1,832
Posted By madhukp
Hello Numan, Could you please word it...

Hello Numan,

Could you please word it slightly differently so that we can understand your requirements clearly ?
Forum: Classic ASP Basics September 21st, 2004, 11:05 PM
Replies: 2
Views: 1,626
Posted By madhukp
You can put all the topics in same table. That...

You can put all the topics in same table. That table should have an identity column which you can make its primary key also. Then whenever a new topic is added, it will get incremented automatically....
Showing results 226 to 250 of 463

 




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