I hope you are trying to open a word document on clicking a linkbutton in a Grid. If so try setting the CommandName for the GridButtonColumn and then in the ItemCommand Event you can write the code to open the word document. Here is a sample code which I tried. You may alter the logic accordingly.