problem with text box....... Programming Software Development by preetisingh ….web.UI.HtmlControls; Using System.Data.Sqlclient; public partial class AudioSearch: System.web.UI .Page { protected void page_load(object sender,EventArgs… Re: problem with text box....... Programming Software Development by LizR Wow, long post :) OK This is the code creating the strings to populate your next form. [code]string FileId=(GridView1.DataKeys[GridView1.SelectedIndex][“FileId”].ToString()); string FileName= (GridView1.DataKeys[GridView1.SelectedIndex][“ FileName”].ToString()); string Subject=(GridView1.DataKeys[GridView1.SelectedIndex][“Subject”].ToString()); …