Can the action attribute of a server-side
tag be set to a value and if not how can you possibly pass
data from a form page to a subsequent page?
Answer / kelvin
No, System .Redirect is used to pass data from a page to a subsequent page..
Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of dispose method?
Which template must you provide, in order to display data in a Repeater control?
To display data in a Repeater control which templete is provided ?
What is server objects in asp.net?
Define Query Interface,Adref,Release?
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.
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
Differentiate an ADO.NET Dataset and an ADO Recordset with its functionality?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
In a Code-Behind class generally which type of code is found ?
Name the two properties are on every validation control?
How do I publish my asp.net application to my isp's web server?