Answer Posted / arti mishra
one web page submitting to another web page is called cross
page posting
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the function of new view engine in asp.net? : asp.net mvc
IN an ASP.NET Web application if there is any error, how can you debug?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Is asp.net is a programming language?
What is new asp.net core?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How to unit test Web API?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain ViewState?
Web API uses which library for JSON serialization?
What methods are fired during the page load? Init()
Define asp.net caching?
How can I open ashx file in mobile?