Hello.
I have LinkA and LinkB that should link to two aspx files, LinkA.aspx and LinkB.aspx, respectively. I simply want to enable an AJAX load into an UpdatePanel depending on which LinkButton is clicked.
My expertise is in PHP and AJAX through JavaScript's HTTPRequest method. I've got it working through my JavaScript, but I'm trying to learn/migrate to ASP.NET and its AJAX capabilities. I couldn't find any tutorials on how to do this and I've been searching for days. I would think that this isn't that hard, but I'm new to ASP and I'm not sure how to program this.
Does anyone have any suggestions on how to do this? Thank you in advance for your help.
Joshua
I think you want to load a .ascx control not a .aspx page. You can put a placeholder on a .aspx page and load .ascx controls into the placeholder (you can then wrap all this in an update panel). I have some sample code here:DynamicForms
No comments:
Post a Comment