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
How do I upload a file from my ASP.NET page?
They mostly asked difference between versions of technologies
Which is better session or viewstate?
Explain the features that make asp.net more used framework? : asp.net mvc
Is LINQ performance wise better or using sqlcommand?
What is asp short for?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the features of asp net?
Why do you use the app_code folder in asp.net?
How do you identify that the page is postback?
What are the different kinds of assemblies?
Explain the overview of asp.net?
What are the page life cycle events?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?