thank william,
1. i didnt use module setting page. but cachetime is 0.
2. my module concept is just redirect the url .
controls: textbox, button
when the user will enter the texts in textbox after click the button .
the button event concept is : redirect the url.
this is code in .ascx.cs
string siteURL;
siteURL = "http://www.xyz.com/" + this.TextBox.Text + ".html";
Response.Redirect(siteURL);
This code run in my system. no errors.
i checked in live site. when i click the button it doesnt work but no errors.
just refresh the page .
reply soon ...
thanks william.