Deep
Deep

Reputation: 63

How to change the direction of Ajax ValidatorCalloutExtender

I am using AjaxControlToolKit ValidatorCalloutExtender on my web page(which is RighttoLeft page), the issue is that the callout popup is always displayed to the right of the textbox I would like to display in Left.

Upvotes: 0

Views: 154

Answers (1)

user4970920
user4970920

Reputation: 26

_valextender.PopupPosition = ValidatorCalloutPosition.Left;                                

Upvotes: 1

Related Questions