Displaying 3 results from an estimated 3 matches for "gridview".
2006 May 25
13
.NET developer trying to understand some Rails basics
...framework and Ruby in general really appeals to me. .NET currently
doesn''t have something like Rails'' ORM - atleast not out-of-the-box.
Here''s my question:
In asp.net I am able to use declaritive syntax like the following to
implement very complex UI elements.
<asp:GridView ID="GridView1" AllowSorting="true" AllowPaging="true"
Runat="server"
DataSourceID="SqlDataSource1" AutoGenerateEditButton="true"
DataKeyNames="au_id"
AutoGenerateColumns="False">
<Columns...
2006 Apr 19
24
Why Ruby on Rails
...f ROR?,
who''s using it?, any sites out there with it at the moment?.
I have read the Agile book and stated the obvious adavantages as speed
of development, cheap, easy to learn, TDD/MVC/Agile sells itself. Do
the javascript Libraries in ROR have any widgets similar to ASP.NET''s
gridviews, treeviews etc as the main reason for choosing ASP.NET is
these fancy controls that you can configure with a wizard and ASP.NET
does the rest.
We already use eclipse so RadRails is a great plug in and is what i used
for ROR development but is there any other IDE''s in the pipeline?
Any h...
2007 Sep 02
2
Different behavior of mtext
Dear R Users,
I am quite surprised to see that mtext gives different results when it
is used with 'pairs' and with "plot'. In the two following codes, it
seems that the 'at' argument in mtext doesn't consider the same unit system.
I would appreciate your comments on this issue.
Sebastien
##### Pairs
mydata<-data.frame(x=1:10,y=1:10)
par(cex.main=1,