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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top