I've an application where i show the bunch of lists in a site. I can click add new item right there and i want to redirect the user to the 'add new item URL' for the particular list he has selected. But the URLs are not uniform.
For ex -
For Tasks the add new item URL is http://webapp1/Lists/Tasks/NewForm.aspx.
For WorkFlow Tasks it is http://webapp1/WorkFlowTasks/NewForm.aspx
How can i get/built these URLs through code?