|
Rank: Newbie Groups: Member
Joined: 1/28/2008 Posts: 6
|
I am trying to use the code in the sample for the Excel style edit grid. I am new to the use of controls and would most appreciate a sample of how to include this control in an the aspx page. I came close when I essentially renamed the demo.ascx page to aspx and included a form statement, but it could not read the demo class in the demo.ascx.vb page.
Thank you for your help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would need to get familar with ASP.NET first, probably can start with Visual Studio. ASP.NET itself is the platform and we are just a control set targeting that platform, so if you are not faimilar with that and the associated development tool, you won't going anywhere anyway.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 1/28/2008 Posts: 6
|
Hi, I am somewhat familiar with asp.net, but not with the calling of controls from a page that also call a namespace/class. I can see how the other controls are called, the editable grid is causing problem. I was hoping that you had a simplified default page that would just pull in one control--the grid control, rather than all the various controls. Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Loons,
There is no real difference between using our controls and the standard ASP.NET controls as for creating the page. If you use Visual Studio, the steps to create a page with a single Grid control is exactly the same as creating a page with a single standard ASP.NET button. So I am really not sure what you are asking.
Once you have our control(s) in the page, you will need to read our documentation (on your machine as a .chm file) to go over all the guide/walkthroughs and also the properties/methods/events in the reference part. That's where we are different.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 1/28/2008 Posts: 6
|
I just wanted to apologize for troubling you ....I had the control set up correctly and it was easy.... .the problem was with my SQL database connection...I was still using a piece of your sample code for the database connection
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Awesome. Thanks for the update!
|
|