Problem with button in WinXp;SP2 -. inserting into database

sangramss

New member
Joined
May 17, 2007
Messages
2
Programming Experience
Beginner
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.:D

However on a machine with WinXP;SP2 ,the button does not work.:eek:
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.
 
Have you put a MessageBox as the first line to see whether the Clikc code is running at all?

Hi All,

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.

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 guys for ur replies, Appreciate it.
 
If "page is not posted back" means youre writing ASP.NET, go ask in the ASP area of the forum. This VB.NET area
 
Back
Top