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
Explain the role of global.asax?
where can i gather the materials for MCP certification
What is intrinsic objects in asp.net?
How to turn off cookies for a page?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is meant by asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
What websites use asp.net?
Can you nest updatepanel within each other?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is the difference between GridView and Repeater controls in ASP.NET?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the new web part controls in asp.net 2.0 ?
What is a session http?