A
Abubakar
Hi,
while in Page_Init, I want to know whether or not the postback happened due
to dropdown or not. Because, I have a code like:
if (ispostback)
{
....
}
else
{
....
}
I don't want the else part to execute if the postback was caused by my
dropdown change.
regards,
...ab
while in Page_Init, I want to know whether or not the postback happened due
to dropdown or not. Because, I have a code like:
if (ispostback)
{
....
}
else
{
....
}
I don't want the else part to execute if the postback was caused by my
dropdown change.
regards,
...ab