How To Send Value one page to Another Page On MasterMenu Click ?
please Tell Me!

Answer Posted / rajeev kumar varshney

Page.ClientScript.RegisterStartupScript(this.getType(),"a","<script>alert('Hello Click Me');</script>");

Is This Answer Correct ?    5 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is HTTPModule and HTTPcontext? What is the use of each?

1985


what is meant by sitemapnode ?

1493


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1403


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

504


What is request and response in asp.net?

503






Explain diff. Between friend and protected friend?

492


How do we ensure view state has not tampered?

601


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1367


Describe session handling in a webfarm?

550


Do you know caching feature?

557


What is authorization in asp.net?

567


3. What goals do you have in your career?

1415


Which adapter should you use, if you want to get the data from an access database?

531


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

556


What is the difference between Session and response.Redirect?

609