Hi,
We have a user control that have button Now we use this
user control on different aspx pages. We want when we click
on the user control button then button behave differently on
different page (Dynamacilly).

Answers were Sorted based on User's Feedback



Hi, We have a user control that have button Now we use this user control on different aspx pag..

Answer / sharjeel akram

By using response.redirect("index.aspx");

Is This Answer Correct ?    0 Yes 0 No

Hi, We have a user control that have button Now we use this user control on different aspx pag..

Answer / gopal

Hi, find the button control present in user control in each aspx , and attach click event and add urs own logic for individual pages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How does session work?

0 Answers  


How can we pass info between 2 asp.net pages?

0 Answers  


What is asynchronous call?

0 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


What symbol would you use to denote, the start of a code block in aspx views?

0 Answers   NA,


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


when using windows API in .net then it is managed code or Unmanaged code?

2 Answers  


What is the use of The Page.Master Property?

1 Answers  


how can i call output parameters from ado.net

3 Answers   TCS,


Can you nest updatepanel within each other?

0 Answers  


what is stateless ?

2 Answers   TCS,


Categories