Redirect to another page by clicking the textbox

Answered Redirect to another page by clicking the textbox

  • Friday, December 22, 2006 6:27 AM
     
     

    Hi,

    I've place textboxes in DataGrid. When i click the textbox a new page should be opened. Is there click event for TextBox ?

    Help me to solve this problem

    Thanks

All Replies

  • Wednesday, December 27, 2006 12:52 AM
     
     
    DataGridViewLink Column helps doing this.
  • Wednesday, January 17, 2007 10:14 AM
     
     Answered
    It seems you're using ASP.NET,for redirecting, try using HyperLink Column instead of TextBox. Moreover,for ASP.NET questions, I recommend you to post them on ASP.NET Forum.