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
Answer / sharjeel akram
By using response.redirect("index.aspx");
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How does session work?
How can we pass info between 2 asp.net pages?
What is asynchronous call?
Explain Factory pattern?
What symbol would you use to denote, the start of a code block in aspx views?
hi all, can we sort the data set without using the gridview sort method
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
when using windows API in .net then it is managed code or Unmanaged code?
What is the use of The Page.Master Property?
how can i call output parameters from ado.net
Can you nest updatepanel within each other?
what is stateless ?