Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 125 Time: 01:22 - Aug 30, 2007  

Devan Madhusudanv

Navigating and Trigger Event using ASP tag

How would it be possible to add event into the following asp tag:

<asp:MenuItem Text="View / Update" Value="View / Update" NavigateUrl="~/wfmCUST_SEARCH.aspx"></asp:MenuItem>

I would like to click button Search in web page wfmCUST_SEARCH after navigating from web page wfmMAIN.aspx.
The above asp tag is from wfmMAIN.aspx

Cheers,

Categories

Answer Discussion
Tutorials

 

rcastagna

Date:: Aug 30, 2007

Time:: 08:09

Devan,

Do I understand you correctly? When a visitor selects the "View / Update" menu option on page wfmMAIN.aspx they are going to be directed to wfmCUST_SEARCH.aspx. Once they land on wfmCUST_SEARCH.aspx you want to automatically "fire" the event that would be fired by the "Search" button. Is that correct?

If so, the easiest way would be to fire it from the Page_Load() event...such as:

public partial class wfmCUST_SEARCH : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
btnSearch_Click(sender, e);
}

protected void btnSearch_Click(object sender, EventArgs e)
{
// do something magical here
}
}

If I'm not understanding the intent of your code, please provide a more detailed explanation and I'll see if I can come up with a few more suggestions.

Take care,
Ric

Question Answered

This question has been closed, and points have been rewarded to the following experts:


rcastagna: 125

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10279

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es