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).
Answer Posted / sharjeel akram
By using response.redirect("index.aspx");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of session in web application?
What is a web server? What are the load limits in it?
What is difference between session and cookies in asp net?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the use of worker process in asp.net?
What is the use of response redirect in asp.net?
Why session is necessary in web application?
Demonstrate Render and PreRender?
How can we make sure that Web API returns JSON data only?
Can a master page have more than one contentplaceholder?
Why session is used in asp.net?
In a Repeater control how one can provide an alternating color scheme ?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are the asp.net security controls?
What are main return types supported in Web API?