Thanks a lot for your reply.
But my problem seems to be different. Actually , I want to open a new page as the dialogue box. So I tried the following code :
LinkButton.Attributes.Add("onclick","window.showModalDialogue('test.aspx',null,'status:no;dialogWIdth:370px;dialogHeight:220px;dialogHide:true;help:no");")
where test.aspx is the page I want to open as the dialog box.
But in DotNetNuke, creating a new page and redirecting to the new page seems to be difficult because we need to navigate the pages through the url.
Can you give me solution for this?
Where should I crearte the new page test.aspx, inside the module level (Links module) or outside?