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

Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


Can you explain one critical mapping?

0 Answers  


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What is the difference between trace and debug in asp.net?

0 Answers  


In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?

3 Answers  






What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


To redirect the user to another page which method do we use without performing a round trip to the client?

0 Answers   Siebel,


How do cookies work? Give an example of their abuse.

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


What are Session states available and its Uses?

0 Answers   CTS, iLogic,


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


Categories