Welcome Guest Search | Active Topics | Sign In | Register

Versio demo essentialobjects ... Options
ivanomonti
Posted: Wednesday, May 21, 2008 8:57:28 AM
Rank: Newbie
Groups: Member

Joined: 5/21/2008
Posts: 7
the demo version is good for to take the tests before you buy?
eo_support
Posted: Wednesday, May 21, 2008 9:05:25 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
Absolutely. You can try out all the features with the demo version:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=611
ivanomonti
Posted: Wednesday, May 21, 2008 9:11:24 AM
Rank: Newbie
Groups: Member

Joined: 5/21/2008
Posts: 7
eo_support wrote:
Absolutely. You can try out all the features with the demo version:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=611



then why not me results in the popular grid?

Dim sql As String = "SELECT * FROM WM08 WHERE WM08_Attivo = 'Si'"
Dim objConn As New SqlConnection("Data Source=.\SQLEXPRESS;Initial Catalog=WM;Persist Security Info=True;User ID=xxxxx;Password=xxxxxxx")
Dim strSQL As String = sql
Dim da As New SqlDataAdapter(strSQL, objConn)
Dim ds As New DataSet
da.Fill(ds)
Grid1.DataSource = ds
Grid1.DataBind()


where is the mistake ? :-(
eo_support
Posted: Wednesday, May 21, 2008 9:20:02 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
Did you see our reply to your other post?
ivanomonti
Posted: Wednesday, May 21, 2008 9:37:34 AM
Rank: Newbie
Groups: Member

Joined: 5/21/2008
Posts: 7
eo_support wrote:
Did you see our reply to your other post?



was true, forgive :-(

as associate columns ....

examples

table WM01

colon WM01_id, WM01_Name, WM01_SurName

----------------------------------------------------------------------------------
eo_support
Posted: Wednesday, May 21, 2008 9:55:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
ivanomonti wrote:
as associate columns ....

examples

table WM01

colon WM01_id, WM01_Name, WM01_SurName
----------------------------------------------------------------------------------


I am not exactly sure what you are asking. If you are asking for samples, we have plenty of them. Just click your Start -> All Program Files -> EO.Web Controls 2007.2 -> EO.Web Controls for ASP.NET 1.1/2.0 -> Live Demo -> Live Demo Source Code. You can also find the help file there and go over section "EO.Web Grid". You will find a lot of information that will be very helpful. You have to understand all the column types first in order to use our Grid.

Thanks
ivanomonti
Posted: Wednesday, May 21, 2008 10:14:10 AM
Rank: Newbie
Groups: Member

Joined: 5/21/2008
Posts: 7
eo_support wrote:
ivanomonti wrote:
as associate columns ....

examples

table WM01

colon WM01_id, WM01_Name, WM01_SurName
----------------------------------------------------------------------------------


I am not exactly sure what you are asking. If you are asking for samples, we have plenty of them. Just click your Start -> All Program Files -> EO.Web Controls 2007.2 -> EO.Web Controls for ASP.NET 1.1/2.0 -> Live Demo -> Live Demo Source Code. You can also find the help file there and go over section "EO.Web Grid". You will find a lot of information that will be very helpful. You have to understand all the column types first in order to use our Grid.

Thanks



Ok, Citation, is not very intuitive, pecccato that there is no Italian section of your product. :-)


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.