carry object one page to other page
-
Hello every one.I have a treeview into one page,but when i click on its context menu add button there should popup another page by here i can add new node in treeview. But porblem is that i am carrying The object of treeview control to that addnewitem page,and i am getting error .how to do this tell me please.
-
Hello every one.I have a treeview into one page,but when i click on its context menu add button there should popup another page by here i can add new node in treeview. But porblem is that i am carrying The object of treeview control to that addnewitem page,and i am getting error .how to do this tell me please.
rinku soni 23 wrote:
But porblem is that i am carrying The object of treeview control to that addnewitem page,and i am getting error .
How you are passing object?whats the Error you got?Plz give pblm in detail.
Arun Jacob http://codepronet.blogspot.com/
-
Hello every one.I have a treeview into one page,but when i click on its context menu add button there should popup another page by here i can add new node in treeview. But porblem is that i am carrying The object of treeview control to that addnewitem page,and i am getting error .how to do this tell me please.
The most likely way to do this is to have both pages as controls on the one page, so that viewstate preserves both pages. However, based on what you've said, it's hard to say more. What error ? What is your code ? What do you mean by 'carrying the object' ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.