Click here to Skip to main content
15,917,061 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to use code behind files function in aspx file Pin
pratik malviya7-Sep-08 23:41
pratik malviya7-Sep-08 23:41 
GeneralRe: how to use code behind files function in aspx file Pin
Sandeep Akhare8-Sep-08 0:50
Sandeep Akhare8-Sep-08 0:50 
AnswerRe: how to use code behind files function in aspx file Pin
Shaik Haneef8-Sep-08 0:18
Shaik Haneef8-Sep-08 0:18 
AnswerRe: how to use code behind files function in aspx file Pin
balaji.t8-Sep-08 0:32
balaji.t8-Sep-08 0:32 
QuestionEvent Handler for programmatically created LinkButton control help!! Pin
Rameez Raja7-Sep-08 19:50
Rameez Raja7-Sep-08 19:50 
AnswerRe: Event Handler for programmatically created LinkButton control help!! Pin
Sandeep Akhare7-Sep-08 22:38
Sandeep Akhare7-Sep-08 22:38 
GeneralRe: Event Handler for programmatically created LinkButton control help!! Pin
Rameez Raja8-Sep-08 0:34
Rameez Raja8-Sep-08 0:34 
GeneralRe: Event Handler for programmatically created LinkButton control help!! Pin
Sandeep Akhare8-Sep-08 0:53
Sandeep Akhare8-Sep-08 0:53 
How are you recognizing which link button has been clicked

rameez Raja wrote:
Protected Sub OnClickLink(ByVal sender As Object, ByVal e As EventArgs) FormView1.Visible = True Dim myConnection As New SqlConnection("Server=localhost;Database=Reservation;uid=sa;pwd=xxxxx") Dim ad As New SqlDataAdapter("SELECT * FROM name of table ", myConnection) Dim ds As New DataSet() ad.Fill(ds) FormView1.DataSource = ds FormView1.DataBind() End Sub


Whenever you are going to click it will display same content.
Pass unique id, row id somwthing in the Link button command argument and take that value retriving data from server
Take a look how to pass command argument to Link button

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

QuestionWorking with ASP and ArcView Pin
buzzcore7-Sep-08 19:42
buzzcore7-Sep-08 19:42 
QuestionEvent Handler working for programmatically created LinkButton control help!! Pin
Rameez Raja7-Sep-08 19:38
Rameez Raja7-Sep-08 19:38 
Questionhow to call code behind function in javascript ? [modified] Pin
$unil Dhiman7-Sep-08 19:35
$unil Dhiman7-Sep-08 19:35 
AnswerRe: how to call code behind function in javascript ? Pin
balaji.t8-Sep-08 0:49
balaji.t8-Sep-08 0:49 
AnswerRe: how to call code behind function in javascript ? Pin
hemant.kaushal8-Sep-08 2:39
hemant.kaushal8-Sep-08 2:39 
Questioni need a tab Pin
Nika Asgari7-Sep-08 18:57
Nika Asgari7-Sep-08 18:57 
AnswerRe: i need a tab Pin
Abhijit Jana7-Sep-08 19:47
professionalAbhijit Jana7-Sep-08 19:47 
AnswerRe: i need a tab Pin
Ravi Sant3-May-11 0:29
Ravi Sant3-May-11 0:29 
QuestionConvert a VB statement to C# Pin
reogeo20087-Sep-08 17:58
reogeo20087-Sep-08 17:58 
AnswerRe: Convert a VB statement to C# Pin
sumit70347-Sep-08 18:03
sumit70347-Sep-08 18:03 
GeneralRe: Convert a VB statement to C# Pin
N a v a n e e t h7-Sep-08 18:45
N a v a n e e t h7-Sep-08 18:45 
AnswerRe: Convert a VB statement to C# Pin
Guffa7-Sep-08 21:37
Guffa7-Sep-08 21:37 
GeneralRe: Convert a VB statement to C# Pin
N a v a n e e t h7-Sep-08 23:32
N a v a n e e t h7-Sep-08 23:32 
GeneralRe: Convert a VB statement to C# Pin
Guffa7-Sep-08 23:56
Guffa7-Sep-08 23:56 
GeneralRe: Convert a VB statement to C# Pin
Jay_se8-Sep-08 2:59
Jay_se8-Sep-08 2:59 
AnswerRe: Convert a VB statement to C# Pin
Blue_Boy7-Sep-08 20:48
Blue_Boy7-Sep-08 20:48 
GeneralRe: Convert a VB statement to C# Pin
N a v a n e e t h7-Sep-08 21:16
N a v a n e e t h7-Sep-08 21:16 

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.