Showing posts with label newbie. Show all posts
Showing posts with label newbie. Show all posts

Monday, March 26, 2012

Updating a UpdatePanel from another form?

This may be a silly question, but since I'm a total newbie I have to ask.

If I have say 5 different UpdatePanels on a form and if I from the same form open another form (window.open('anotherform.aspx...')) for data entry is it possible to update one of the UpdatePanels on the main form? Or, to the triggers all have to be situated at the same form as the UpdatePanel?

Any help is apreciated!

Instead of window.open and design a new page for popup, you can design using modalpopupextender and you can refresh any panels from the same page.

Wednesday, March 21, 2012

Use ASP.NET(VB) with Ajax

Hallo..

I am a newbie use ASP.NET, I usually use with visual basic language, I try to use my web with ajax but mostly ajax integrate with asp.net C# language, can anyone help me give a references/tutorial ajax or where can i find sample source code with asp.net (VB code) not C# ?

thanks before..

Rgds,
Finz

Standard AJAX and ASP.NET AJAX works with any .NET server side language. It will work with VB.NET or work with C#.

Here are a lot of video tutorials on ASP.NET AJAX, in both C# and VB.NET

http://asp.net/learn/ajax-videos/


Hi,

Maybehttp://www.asp.net/AJAX/Documentation/Live/default.aspx is a good starting point for you to learn Microsoft AJAX 1.0. All samples in it provide VB version and C# version.

So any other question?

Best Regards,


for while no question may be latter, thanks for all information.