Click to See Complete Forum and Search --> : Problem with button in WinXp;SP2


Sangramss
05-17-2007, 01:29 AM
Hi,

Iam facing a problem with a button event in VB .net.

On click of the button, data is inserted in the database.
It works fine on Win2000 or WinXP;SP1.

However on a machine with WinXP;SP2 ,the button does not work.
Nothing happens on the click of the button, no error or exception is thrown.
As if the button get disabled.

Can anyone please help me in this regard.
Do I need to install some patches of WinXP to get this working?

Thanks,
Sangram.

Ribeyed
05-17-2007, 08:15 AM
can you post your code?

Sangramss
05-25-2007, 02:52 AM
Hi,

Sorry for the late reply,

The problem is, the button appears as if it is disabled.
The page is not posted back. No event if fired on the button click.
The page does not get loaded.

Its a huge code, so a bit difficult to post.

Iam Inserting in database through a Stored Procedure.
Passing all the parameter from the page on button click to a function,
which calls a stored procedure.

Note : Its working fine on WinXP;SP1.

Thank U for ur replies, Appreciate it.