Dataset value is nothing

  • Thread starter Thread starter Kiran
  • Start date Start date
K

Kiran

Hi,

I have user control that I am using it for a Web Page.

The User Control has a Dataset declared as class variable.

When I call a function of that User Control from Web page, I am assigning
the dataset a value.

When I make someother function call of that User Control, the Dataset value
is nothing in that function.

Can someone point me out, what's the reason for this and also the solution
for this(I Dataset should have the value when I am calling the second
function)

Thanks
Kiran
 
You will need to post some code for this problem. You probably aren't
assigning it properly, or you have gone to another postback, etc.

bill
 
Back
Top