This topic is locked

Grid View (add Multiple records)

9/7/2010 10:48:56 AM
ASPRunnerPro General questions
W
wisdom2009 author

Hi,
Is there a way to add multiple records same time without using the import function. I would like to be able to have a form that like Grid view will help me past data to the form.
I am using Asp-runner 6.2
Thank you

Sergey Kornilov admin 9/7/2010

You only have two options here.

  1. Use Inline Add to add many records at once.

    or
  2. Use import from CSV
    Not sure what else can be done in this regard.

W
wisdom2009 author 9/7/2010

Thanks for your quick response. I am trying to avoid Excel. With Inline Add it will be hard to copy and past multiple records.

Sergey Kornilov admin 9/7/2010

You don't need to Excel to build CSV file. Simply paste comma-separated data to text file in Notepad and import it.

W
wisdom2009 author 9/7/2010

Thanks Ser i want to avoid using any other application, i want to be able to copy data wither from Excel, text, outlook... straight to the form. I have seen this method used in ASP. NET but I am not sure if it is duable on ASPRunner.

Sergey Kornilov admin 9/7/2010

If you can post an example here of how this being done - you can get a better advice.