Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error in listing a directory's content on web Pin
Christian Graus12-Feb-09 21:27
protectorChristian Graus12-Feb-09 21:27 
Questioneditor Pin
anujbanka178412-Feb-09 21:11
anujbanka178412-Feb-09 21:11 
AnswerRe: editor Pin
Christian Graus12-Feb-09 21:25
protectorChristian Graus12-Feb-09 21:25 
GeneralRe: editor Pin
anujbanka178412-Feb-09 22:28
anujbanka178412-Feb-09 22:28 
QuestionEditing on PDF [modified] Pin
NidhiKanu12-Feb-09 20:26
professionalNidhiKanu12-Feb-09 20:26 
AnswerRe: Editing on PDF Pin
Vimalsoft(Pty) Ltd12-Feb-09 20:37
professionalVimalsoft(Pty) Ltd12-Feb-09 20:37 
AnswerRe: Editing on PDF Pin
Christian Graus12-Feb-09 20:37
protectorChristian Graus12-Feb-09 20:37 
QuestionGetting path from a datagrid link button [modified] Pin
rakeshs31212-Feb-09 20:15
rakeshs31212-Feb-09 20:15 
Hi all,

I have a gridview and in that, one template field is there with a link button.When i click in that field ,i want to get the full path from link button.I want to send the path to a function.The codes is somewhat like this



function abc()
{
alert(path from linkButton(Music_path);
}





<asp:gridview id="GridView1" runat="server" autogeneratecolumns="False" cellpadding="4" xmlns:asp="#unknown">
DataSourceID="SqlDataSource1" ForeColor="#333333" GridLines="None" style="z-index: 102; left: 202px; position: absolute; top: 238px" OnSelectedIndexChanged="GridView1_SelectedIndexChanged">
<footerstyle backcolor="#507CD1" font-bold="True" forecolor="White">
<columns> <asp:templatefield headertext="No" insertvisible="False" sortexpression="No">
<edititemtemplate>
<asp:label id="Label1" runat="server" text="<%# Eval(" no=") %>">

<itemtemplate>
<asp:label id="Label1" runat="server" text="<%# Bind(" no=", ">


<asp:templatefield headertext="Music_Path" sortexpression="Music_Path">
<edititemtemplate>
<asp:textbox id="TextBox1" runat="server" text="<%# Bind(" music_path=") %>">

<itemtemplate>
 <asp:linkbutton id="LinkButton1" runat="server" text="<%# Eval(" music_path=", ">OnClientClick="javascript:abc();">

<asp:templatefield headertext="Name" sortexpression="Name">
<edititemtemplate>
<asp:textbox id="TextBox2" runat="server" text="<%# Bind(" name=") %>">

<itemtemplate>
<asp:label id="Label3" runat="server" text="<%# Bind(" name=", ">


<rowstyle backcolor="#EFF3FB">
<editrowstyle backcolor="#2461BF">
<selectedrowstyle backcolor="#D1DDF1" font-bold="True" forecolor="#333333">
<pagerstyle backcolor="#2461BF" forecolor="White" horizontalalign="Center">
<headerstyle backcolor="#507CD1" font-bold="True" forecolor="White">
<alternatingrowstyle backcolor="White">



and when i am clicking the template field ,just i want to alert that path.

here the field is Music_path(i dont know whether the binding is correct or not)


Please help!!!!!!!!!

modified on Friday, February 13, 2009 2:55 AM

AnswerRe: Getting path from a datagrid link button Pin
Satish Mahapatra12-Feb-09 21:00
Satish Mahapatra12-Feb-09 21:00 
QuestionValidator's across Content Place Holders Pin
mombawomba12-Feb-09 20:10
mombawomba12-Feb-09 20:10 
QuestionUPLOAD IMAGE Pin
JAYRAJ GIRI12-Feb-09 19:37
JAYRAJ GIRI12-Feb-09 19:37 
AnswerRe: UPLOAD IMAGE Pin
VijayVishwakarma12-Feb-09 20:07
VijayVishwakarma12-Feb-09 20:07 
QuestionEncrypt data from database Pin
Guvera12-Feb-09 19:23
Guvera12-Feb-09 19:23 
AnswerRe: Encrypt data from database Pin
ABitSmart12-Feb-09 20:47
ABitSmart12-Feb-09 20:47 
GeneralRe: Encrypt data from database Pin
Guvera12-Feb-09 21:20
Guvera12-Feb-09 21:20 
GeneralRe: Encrypt data from database Pin
ABitSmart12-Feb-09 21:29
ABitSmart12-Feb-09 21:29 
QuestionTree view control Pin
anandhakrishnan12-Feb-09 19:04
anandhakrishnan12-Feb-09 19:04 
AnswerRe: Tree view control Pin
VijayVishwakarma12-Feb-09 19:22
VijayVishwakarma12-Feb-09 19:22 
Questiondrag and drop Pin
248912812-Feb-09 18:57
248912812-Feb-09 18:57 
AnswerRe: drag and drop Pin
Calin Tatar13-Feb-09 1:20
Calin Tatar13-Feb-09 1:20 
QuestionFtp Directory and Webserver director in Same Folder Pin
Radhakrishnan G.12-Feb-09 18:37
Radhakrishnan G.12-Feb-09 18:37 
QuestionConfiguration Error Pin
MS Lee12-Feb-09 18:30
MS Lee12-Feb-09 18:30 
AnswerRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 19:50
professionalVimalsoft(Pty) Ltd12-Feb-09 19:50 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 20:01
MS Lee12-Feb-09 20:01 
GeneralRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 20:15
professionalVimalsoft(Pty) Ltd12-Feb-09 20:15 

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.