This is a migrated thread and some comments may be shown as answers.

Radopen

0 Answers 75 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 18 Feb 2014, 06:41 PM
I have an application and in it I am trying to pop a popup.

<a href="#" onclick='return ShowForm(<%# Eval("Id") %)'>
    <aps:Label Text='<%#Eval("Id") %>' runat="server />
</a>


This works fine when the id is numeric , but in come cases the id is something like  fp0003223
when I click that link I get a javascript error  0x800a1391- JavaScript runtime error: 'fp0003223' is undefined

Can I only pass numeric

No answers yet. Maybe you can help?

Tags
Window
Asked by
Eric Klein
Top achievements
Rank 1
Share this question
or