Mazhar,
Could you give us any examples of how to use the methods that are in the PageHelper.cs, like the GetControlValue? I'm looking for something to find something nested in the row of a datalist and have run across some .net FindControl, but it looks like Able has some already. For example, I'm wanting to nest a file upload control in the row for an order item that has a product template field. I've put it in the right place and the upload button shows up, but I need to do something with the file, like save it using ordernumber+templatename and other stuff, and then have that link inserted into the template value field.
Thanks
Using some of the methods in the pagehelper.cs
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Using some of the methods in the pagehelper.cs
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Using some of the methods in the pagehelper.cs
You can use the PageHelper.RecursiveFindControl method. The first parameter will be the parent control and the second will be the controlId of the control you are trying to find. You can check the code example for this in Website\Admin\Orders\OrderHistory.aspx file.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Using some of the methods in the pagehelper.cs
Thanks, I will look at that.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx