How To Send Value one page to Another Page On MasterMenu Click ?
please Tell Me!
Answers were Sorted based on User's Feedback
Answer / rajeev kumar varshney
Page.ClientScript.RegisterStartupScript(this.getType(),"a","<script>alert('Hello Click Me');</script>");
Is This Answer Correct ? | 5 Yes | 6 No |
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What does asp stand for in asp.net?
What is query string with example?
What is jade template engine?
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
Give a few examples of page life cycle events.
What is the use of response redirect in asp.net?
Explain what is clr?
Which method is used to force all the validation controls to run?
How to reduce the Page size in asp.net?
What is session start?
Differentiate between a hyperlink control and a linkbutton control.