can somebody tell me about how can pass value from page to other page rathen than query string and cookies any other process .plz put some coading

Use sessions, global variables [POST and GET], xml, database, plain files, ... .

Search http://codeproject.com/ for sample files.

Good luck.

If it is a pop up window then the window.opener.GetElementById("Your Control Here") works pretty well.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.