2
Answers

how to create a partial page in Asp.net for Creating online

Paul Rajs

Paul Rajs

7y
137
1
hi develpopers,
 
i am creating a web application for online examination.
i have to create a online test page on my application 
so i have to implement ajax call div partial page for that . (withpout-Mvc)
 
so how can i to do , if anyone know how to create ajax call div partial page  suggest me to how can i done the task 
 
thanking you
Paul.S
'man becomes what he thinmks about' 
 
 
Answers (2)
0
Paul Rajs

Paul Rajs

NA 274 15.9k 7y
thank you mr.srikanth
0
Srikant Maruwada

Srikant Maruwada

NA 501 4.4k 7y
You can use UserControl.
 
https://www.aspsnippets.com/Articles/Dynamically-load-and-display-ASPNet-UserControl-using-jQuery-AJAX-and-WebMethod.aspx
 
Please refer the above link.