Question : Javascript register...

I'm getting an error on page load with the attached code..

";" expected...
1:
2:
3:
4:
Dim s As String = ""
        s = "<script type=""text/javascript"">function RowDblClick(sender, eventArgs){editedRow = eventArgs.get_itemIndexHierarchical();$find(""<%= RadGrid1.MasterTableView.ClientID %>"").editItem(editedRow);}</script>"

        ScriptManager.RegisterClientScriptBlock(Me, Me.[GetType](), "s", s, True)

Answer : Javascript register...

Also, it's weird that you don't have a "Documents" folder inside Filemaker Server/ Data/.   Mine was created automatically during the install process....  I would create one and make sure the permission are the same as the other folders in the Data directory.  Your file definitely needs to be sitting in here in order for the server script to work.
Random Solutions  
 
programming4us programming4us