hi joe. a change is needed in codesmith templates.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/2/2012 1:44:23 AM
Gravatar
Total Posts 192

hi joe. a change is needed in codesmith templates.

hi.

please change mp_Table_ToGridView and mp_Table_ToGridView-IListBinding to render

<portal:mojoCutePager

instead of

<mp:CutePager

2/2/2012 6:31:32 AM
Gravatar
Total Posts 18439

Re: hi joe. a change is needed in codesmith templates.

Thanks! This is now updated in the source code repository.

Best,

Joe

2/6/2012 2:20:22 AM
Gravatar
Total Posts 192

Re: hi joe. a change is needed in codesmith templates.

Hi.

dataTable.Columns.Add("TotalPages", typeof(int));

what is this column?

(in mp_Table_ToGridView-IListBinding in RowUpdating)

2/6/2012 9:55:24 AM
Gravatar
Total Posts 18439

Re: hi joe. a change is needed in codesmith templates.

I've removed that it is not needed.

Best,

Joe

9/13/2012 6:25:42 AM
Gravatar
Total Posts 192

Re: hi joe. a change is needed in codesmith templates.

/****** Object:  Stored Procedure [dbo].aaa   Script Date: Thursday, September 13, 2012 ******/
if exists (select * from [dbo].sysobjects where id = object_id(N'[dbo].[aaa]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[aaa]
GO

 

this was somewhere in the middle of the codesmith script for mssql stored procedures. you removed the top ones, but this one I guess is forgotten. maybe it needs to be removed?

You must sign in to post in the forums. This thread is closed to new posts.