Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi there,

I am working in windows application.I have two Forms like "Main Form" and "Table Form".
In "Main Form" i have a big panel. In first form am inserting Table name like T1,T2,T3 etc.So i want when am cicking save button in main form, at that time a small panel automatically created in second form.

How to do this dont know.please help sumbody.

Thanks
Posted

1 solution

HI,

I can suggest you a solution here. You can put a value in session and pass the value to the next form. If the value exists in the 2nd form then add a panel otherwise don't add.

Hope this may help you in finding a solution for your question.

Thanks
 
Share this answer
 
Comments
Shivani Dash 31-Jul-13 4:08am    
Thanks Sisir,for ur advice..bt can u let me knw through code.i didnt get u sorry.
[no name] 1-Aug-13 6:34am    
Create a session variable and keep there a value and pass that value to the next form through the session and access the value in the next form page and configure your requirements accordingly. Does this make any sense?
Shivani Dash 1-Aug-13 7:00am    
Sorry but if i got proprly den nvr let u dstrb.bt m nt dt mch of aquainted wid session for whch was askg ex wid code.
[no name] 1-Aug-13 7:11am    
Ok. Don't worry I will post you the demo codes related to the session managements.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900