12-26-2010, 11:31 AM
Hi All,
In my Dot net web application i have so many calender controls (RAD Ajax control).
I want to pass Date value through DataTable. Please help me on this.
I am getting this type of code on recording while selecting date in Calender control.
Selecting Today's Date i am getting below code:
Selecting Date ==> 17/09/2007, I am getting this type of code
I am attaching the Calender control & it's Object spy here.
Please Help me.
In my Dot net web application i have so many calender controls (RAD Ajax control).
I want to pass Date value through DataTable. Please help me on this.
I am getting this type of code on recording while selecting date in Calender control.
Selecting Today's Date i am getting below code:
Code:
Browser("Browser").Page("Page").Image("Click here to select date").Click
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").Link("26").Click
Selecting Date ==> 17/09/2007, I am getting this type of code
Code:
Browser("Browser").Page("Page").Image("Click here to select date").Click
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").WebElement("<<").FireEvent "oncontextmenu"
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").WebElement("Today").Click
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").WebElement("Today_2").Click
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").WebButton("OK").Click
Browser("Browser").Window("Calendar -- Webpage Dialog").Page("Calendar").Link("17").Click
I am attaching the Calender control & it's Object spy here.
Please Help me.