Questions tagged [ironspeed]

Iron Speed Designer is a application generator which builds database and reporting applications for the cloud, web and Microsoft SharePoint environments.

21 questions
5
votes
6 answers

Does anyone use Iron speed designer for rapid asp.net development?

Visual studio is pretty good but doesn't create stored procedures automatically. Iron Speed designer does supposedly. But is it any good?
Clint
1
vote
1 answer

What's the difference between ASP.NET DynamicData and IronSpeed?

Will the new commer (DynamicData) relplace the old one (IronSpeed)? They seem to have overlap functionality?
tghoang
  • 2,025
  • 3
  • 15
  • 10
1
vote
2 answers

Iron Speed Designer

I have a problem when changing table column name in Iron Speed Designer. I made Accept changes for selected table to apply the change but I have problem. I saw on the Iron Speed web site that I must use the Map Field dialog from the Databases tab. …
1
vote
1 answer

How do you see what SQL IronSpeed sends to the database?

I'm using IronSpeed Designer 12.2 and trying to write custom SQL in a WhereClause override. The custom SQL I wrote and submitted in the WhereClause is throwing an SQL exception, but I can't see the SQL IronSpeed is sending to the database. Without…
David Austin
  • 85
  • 1
  • 10
1
vote
1 answer

Two timers in one page

I have two timers in one page but second timer is not working. Code…
1
vote
2 answers

IronSpeed Error: Invalid Parameter in KeyValue.ColumnValueByName()

I am developing a website with IronSpeed. A colleague made changes to the database. On getting to the code, I get the error: IronSpee Error: Invalid Parameter in KeyValue.ColumnValueByName() when I attempt to edit a record. How can I sort this…
Simon
  • 11
  • 1
  • 5
0
votes
0 answers

What could be causing a parser error in an Ironspeed website after moving to a new server?

I am trying to move old working ironspeed websites to new server, they all worked correctly except for one which is showing parser error as below: Parser Error Description: An error occurred during the parsing of a resource required to service this…
H.Chiq
  • 1
0
votes
1 answer

IronSpeed: How to Search all columns in a view

I am using IronSpeed 12.2 for a client, to quickly develop a web app, using .Net 4.5, SQL Server 2008, and C#. Part of the database structure is a view that uses columns from several tables. For some reason, the Search panel in IronSpeed only looks…
Fandango68
  • 4,461
  • 4
  • 39
  • 74
0
votes
0 answers

HTML Live field in Ironspeed

I've been trying to add a live output field to my ironspeed application but I have not been successful, the Ironspeed mobile app reads all the fields but it does not display the live output field. I tried searching in the Ironspeed forums, and I…
Ahmed Hamadto
  • 15
  • 1
  • 7
0
votes
3 answers

How to add a web page with html editor in Iron Speed

I have a website that I have built by Iron Speed. I have to add a new web page with HTML editor. I looked for that about 2 hours and I didn't find any helpful article. All the articles that I have read supposed that there is a table (in the db) that…
kassar
  • 191
  • 1
  • 2
  • 5
0
votes
1 answer

how to arrange items in list box that looks like arrange in columns

Say I have my items in list box in asp. (System.Web.UI.WebControls) : 100 the lonely guy 123 124 1002 the tiger's den 123 125 10 the master 125 190 10000 the talon's 231 345 how can i arrange it…
user3312649
  • 190
  • 1
  • 4
  • 17
0
votes
0 answers

DropDownList always returns first item in Iron Speed

I am using a DropDownlist in Iron Speed. My problem is that it always returns the first item in the selection, even though I use page.ispostback. This is my code: Protected Overrides Sub PopulatePaidbyCompPeriodDropDownList( _ByVal…
user3312649
  • 190
  • 1
  • 4
  • 17
0
votes
1 answer

Editing iron speed files

Can I edit or update the content of a stored procedure in iron speed or not? If I would update it through sql server management studio and i would rebuild my application in iron speed, will my updated stored procedure deleted or not? Please do help…
user3312649
  • 190
  • 1
  • 4
  • 17
0
votes
0 answers

Converting MS Access to MS SQL Server and MS SQL Server to MySQL

Background: I have been asked to develop a database to replace an existing 2002 MS Access database (for obvious reasons). This company has been using this database since 2005 so it is extremely outdated and does not perform the necessary report…
David
  • 1
0
votes
0 answers

odbc connection sql server native client 10.0 failed evenly

Dim cnnStr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filepath + filename Dim cnn As OleDbConnection = New OleDbConnection(cnnStr) Try cnn.Open() …
Just code
  • 13,553
  • 10
  • 51
  • 93
1
2