Click here to Skip to main content
15,887,860 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:20
Satish_S10-Jan-12 18:20 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 18:33
professionaljkirkerx10-Jan-12 18:33 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:56
Satish_S10-Jan-12 18:56 
GeneralRe: window.location.replace Pin
jkirkerx10-Jan-12 19:03
professionaljkirkerx10-Jan-12 19:03 
GeneralRe: window.location.replace Pin
Satish_S12-Jan-12 1:11
Satish_S12-Jan-12 1:11 
GeneralRe: window.location.replace Pin
Satish_S10-Jan-12 18:17
Satish_S10-Jan-12 18:17 
Questionhow to downoad attachment file Pin
ashu_dhiman8-Jan-12 21:08
ashu_dhiman8-Jan-12 21:08 
AnswerRe: how to downoad attachment file Pin
manognya kota8-Jan-12 22:18
manognya kota8-Jan-12 22:18 
Hi,

Please use the below code

XML
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
           onrowcommand="GridView1_RowCommand">
           <Columns>
               <asp:TemplateField>
                   <ItemTemplate>
                       <asp:LinkButton ID="LinkButton1" runat="server"
                           CommandArgument='<%# Eval("url") %>' CommandName="cmd"><strong class="highlight">Download</strong></asp:LinkButton>
                   </ItemTemplate>
               </asp:TemplateField>
           </Columns>
       </asp:GridView>



For handling this on code behind, see the link below:
http://www.daniweb.com/web-development/aspnet/threads/282306[^]
-Manognya
__________________________________________________
$ God gives what is best.Not what all you wish Smile | :)

AnswerRe: how to downoad attachment file Pin
jkirkerx9-Jan-12 15:27
professionaljkirkerx9-Jan-12 15:27 
QuestionIs it possible to get the AJAX service response in user control? Pin
dayakar_dn8-Jan-12 6:16
dayakar_dn8-Jan-12 6:16 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
manognya kota8-Jan-12 21:01
manognya kota8-Jan-12 21:01 
AnswerRe: Is it possible to get the AJAX service response in user control? Pin
jkirkerx9-Jan-12 9:13
professionaljkirkerx9-Jan-12 9:13 
QuestionWill the static get accessor of a property be cached ? Pin
Nadia Monalisa4-Jan-12 16:25
Nadia Monalisa4-Jan-12 16:25 
AnswerRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 7:11
professionaljkirkerx6-Jan-12 7:11 
GeneralRe: Will the static get accessor of a property be cached ? Pin
Nadia Monalisa6-Jan-12 10:30
Nadia Monalisa6-Jan-12 10:30 
GeneralRe: Will the static get accessor of a property be cached ? Pin
jkirkerx6-Jan-12 11:02
professionaljkirkerx6-Jan-12 11:02 
Questiononline service provider regarding sale/purchase services like advocay etc Pin
adnan safdar4-Jan-12 1:17
adnan safdar4-Jan-12 1:17 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
Richard MacCutchan4-Jan-12 2:46
mveRichard MacCutchan4-Jan-12 2:46 
AnswerRe: online service provider regarding sale/purchase services like advocay etc Pin
jkirkerx6-Jan-12 7:43
professionaljkirkerx6-Jan-12 7:43 
QuestionUsing Uploadify In Custom Server Control Pin
Richard Blythe2-Jan-12 16:21
Richard Blythe2-Jan-12 16:21 
AnswerRe: Using Uploadify In Custom Server Control Pin
jkirkerx6-Jan-12 7:22
professionaljkirkerx6-Jan-12 7:22 
QuestionHow to load TabControl with many of objects and tabs FASTER Pin
satrio_budidharmawan1-Jan-12 21:02
satrio_budidharmawan1-Jan-12 21:02 
AnswerRe: How to load TabControl with many of objects and tabs FASTER Pin
manognya kota6-Jan-12 2:03
manognya kota6-Jan-12 2:03 
Questionransfer data from one page to another Pin
Enobong Adahada30-Dec-11 0:13
Enobong Adahada30-Dec-11 0:13 
AnswerRe: ransfer data from one page to another Pin
thatraja30-Dec-11 0:54
professionalthatraja30-Dec-11 0:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.