This topic is locked

EDIT BOX WITH AJAX POPUP

6/3/2010 1:47:43 AM
ASPRunnerPro General questions
M
magicpal author

I need username field with EDIT BOX WITH AJAX POPUP functionality.
Please help
very urgent
balu

A
ann 6/3/2010

Balu,
proceed to the Visual Editor tab, right click on the username field and open "Edit as" settings dialog. Then choose Lookup table option on the Lookup Wizard tab. Select corresponding link and display fields. Then choose Edit box with AJAX popup layout.

In detail:

http://xlinesoft.com/asprunnerpro/docs/_edit_as__settings.htm

M
magicpal author 6/3/2010



Balu,
proceed to the Visual Editor tab, right click on the username field and open "Edit as" settings dialog. Then choose Lookup table option on the Lookup Wizard tab. Select corresponding link and display fields. Then choose Edit box with AJAX popup layout.

In detail:

http://xlinesoft.com/asprunnerpro/docs/_edit_as__settings.htm


Dear Ann,
While thanking for ur immediate response, my problem is for all other tables, i can find "Edit as" settings dialog in visual editor.
But as the login page is created through the security page, when right clicking the username, it does not displays "Edit as" settings dialog or the "Properties" dialog.
Pl reply ASAP
Balu

A
ann 6/3/2010

Hi,
you can create dropdown on the login page manually using custom event (Insert PHP code snippet option on the Visual Editor tab). Then you can check entered value in the Before login event on the Events tab.

M
magicpal author 6/3/2010



Hi,
you can create dropdown on the login page manually using custom event (Insert PHP code snippet option on the Visual Editor tab). Then you can check entered value in the Before login event on the Events tab.


Hi ann,

I dont need a dropdown, instead i need Edit Box with Ajax Pop Up as the number of users are more than 100. Please provide with me a sample code in ASP

A
ann 6/3/2010

Balu,
sorry for misunderstanding. This task requires a lot of custom coding in the generated files. Unfortunately, we don't have a ready to go solution for this.