Click here to Skip to main content
16,004,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Table? Pin
Vimal Raj16-Feb-09 22:08
Vimal Raj16-Feb-09 22:08 
GeneralRe: Table? Pin
Karthick_gc16-Feb-09 22:17
Karthick_gc16-Feb-09 22:17 
GeneralRe: Table? Pin
Subin Alex16-Feb-09 23:17
Subin Alex16-Feb-09 23:17 
AnswerRe: Table? Pin
Vimal Raj17-Feb-09 18:45
Vimal Raj17-Feb-09 18:45 
QuestionVideo? Pin
Karthick_gc16-Feb-09 20:12
Karthick_gc16-Feb-09 20:12 
AnswerRe: Video? Pin
N a v a n e e t h16-Feb-09 21:07
N a v a n e e t h16-Feb-09 21:07 
QuestionProcessing client file before uploading it Pin
Le Sourcier16-Feb-09 20:03
Le Sourcier16-Feb-09 20:03 
QuestionGetting cell value from a datagrid Pin
rakeshs31216-Feb-09 19:22
rakeshs31216-Feb-09 19:22 
Hai,

I have a datagrid having 3 fields. The second field contains Link buttons ,When i am clicking that fields i want o get the cell value ie, I am storing some path like C:\abc\a1.wav in that fields,When i click that field,i want to get the path to a string.

The GridView Code is (Music_Path is the field name)

<asp:gridview id="GridView1" runat="server" autogeneratecolumns="False" datasourceid="SqlDataSource1" xmlns:asp="#unknown">
Style="z-index: 102; left: 301px; position: absolute; top: 187px" >
<columns> <asp:boundfield datafield="No" headertext="No" insertvisible="False" readonly="True">
SortExpression="No" />
<asp:templatefield headertext="Music_Path" sortexpression="Music_Path">
<edititemtemplate>
<asp:textbox id="TextBox1" runat="server" text="<%# Bind(" music_path")="" %&gt;"="">

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


<asp:boundfield datafield="Name" headertext="Name" sortexpression="Name">



and in the function abc i want to alert the path

Please check the databinding also ,i think it is having some problem

Thanksssssssssssss
AnswerRe: Getting cell value from a datagrid Pin
GomathiR17-Feb-09 0:18
GomathiR17-Feb-09 0:18 
QuestionWeird behavior of menu control when used in secondary domain Pin
AlexeiXX316-Feb-09 18:38
AlexeiXX316-Feb-09 18:38 
QuestionRE: Session expire Pin
chandhuBTS16-Feb-09 18:16
chandhuBTS16-Feb-09 18:16 
AnswerRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 18:38
professionalAbhijit Jana16-Feb-09 18:38 
GeneralRe: RE: Session expire Pin
Gaurav K Singh16-Feb-09 18:41
Gaurav K Singh16-Feb-09 18:41 
GeneralRe: RE: Session expire Pin
vnsraj16-Feb-09 19:11
vnsraj16-Feb-09 19:11 
GeneralRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 19:20
professionalAbhijit Jana16-Feb-09 19:20 
GeneralRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 19:24
professionalAbhijit Jana16-Feb-09 19:24 
GeneralRe: RE: Session expire Pin
rakeshs31216-Feb-09 19:44
rakeshs31216-Feb-09 19:44 
QuestionSession has expire within few min. Pin
vnsraj16-Feb-09 18:13
vnsraj16-Feb-09 18:13 
AnswerRe: Session has expire within few min. Pin
Vimalsoft(Pty) Ltd16-Feb-09 19:22
professionalVimalsoft(Pty) Ltd16-Feb-09 19:22 
AnswerRe: Session has expire within few min. Pin
N a v a n e e t h16-Feb-09 19:52
N a v a n e e t h16-Feb-09 19:52 
QuestionActive Directory Pin
sheebalam11116-Feb-09 18:07
sheebalam11116-Feb-09 18:07 
AnswerRe: Active Directory Pin
Brij16-Feb-09 19:25
mentorBrij16-Feb-09 19:25 
GeneralRe: Active Directory Pin
sheebalam11116-Feb-09 21:11
sheebalam11116-Feb-09 21:11 
GeneralRe: Active Directory Pin
Brij19-Feb-09 23:23
mentorBrij19-Feb-09 23:23 
Questionhow to get the data of a row of grid view Pin
raghvendrapanda16-Feb-09 17:45
raghvendrapanda16-Feb-09 17:45 

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.