Modifying ASP.NET GUI templates

Posts   
 
    
wojt
User
Posts: 20
Joined: 27-Oct-2005
# Posted on: 12-Nov-2007 21:47:08   

Hi,

I am modifying the ASP.NET GUI templates for my own purposes. I have run into trouble when trying to use custom controls or at least define what control should be used to edit a field.

I see that the method SD_GeneralUtils.ProduceEditControlTagForField() probably is doing what I need. Is this method modifiable somewhere? Alternatively, is it possible to see the source code for it so I can implement my own version of it?

Thanks in advance.

Regards, Wojt.ll

wojt
User
Posts: 20
Joined: 27-Oct-2005
# Posted on: 12-Nov-2007 22:57:27   

Answered my own question :-)

SD_GeneralUtils.lpt is one of the files in the Templates folder, and contains the methods I was looking for.

Don't know how I didn't see it before!