Click here to Skip to main content
15,925,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: .NET 1.1 and .NET 2.0 application Pin
seee sharp25-Aug-06 1:18
seee sharp25-Aug-06 1:18 
QuestionRe: .NET 1.1 and .NET 2.0 application Pin
seee sharp25-Aug-06 1:21
seee sharp25-Aug-06 1:21 
AnswerRe: .NET 1.1 and .NET 2.0 application Pin
Guffa25-Aug-06 9:35
Guffa25-Aug-06 9:35 
GeneralRe: .NET 1.1 and .NET 2.0 application Pin
seee sharp31-Aug-06 3:17
seee sharp31-Aug-06 3:17 
AnswerRe: .NET 1.1 and .NET 2.0 application Pin
Guffa31-Aug-06 11:22
Guffa31-Aug-06 11:22 
GeneralRe: .NET 1.1 and .NET 2.0 application Pin
seee sharp5-Sep-06 21:56
seee sharp5-Sep-06 21:56 
QuestionHow to get the item content in a datalist? Pin
rushing20-Aug-06 4:12
rushing20-Aug-06 4:12 
Questionmove data from access to sql 2005 using ado.net Pin
playout20-Aug-06 3:42
playout20-Aug-06 3:42 
GeneralRe: move data from access to sql 2005 using ado.net Pin
Guffa20-Aug-06 4:43
Guffa20-Aug-06 4:43 
QuestionHTML Tag Pin
Socheat.Net20-Aug-06 1:28
Socheat.Net20-Aug-06 1:28 
AnswerRe: HTML Tag Pin
Guffa20-Aug-06 1:30
Guffa20-Aug-06 1:30 
GeneralRe: HTML Tag Pin
Socheat.Net23-Aug-06 16:48
Socheat.Net23-Aug-06 16:48 
AnswerRe: HTML Tag Pin
Guffa23-Aug-06 22:11
Guffa23-Aug-06 22:11 
GeneralRe: HTML Tag Pin
Socheat.Net25-Aug-06 15:19
Socheat.Net25-Aug-06 15:19 
AnswerRe: HTML Tag Pin
Guffa27-Aug-06 0:00
Guffa27-Aug-06 0:00 
QuestionDynamically Create Linkbutton Pin
JGOnline20-Aug-06 0:07
JGOnline20-Aug-06 0:07 
I am dynamically creating a load of link buttons and adding them to the page as below



MyLB = New LinkButton <br />
MyLB.ID = "ObliLinkButton" & MyReader("ObligationID") <br />
MyLB.CommandArgument = MyReader("ObligationID") <br />
MyLB.CommandName = "DeleteMe" <br />
AddHandler MyLB.Command, AddressOf Me.DeleteBtn_Click <br />
MyLB.Text = "Delete" <br />
Obligationslbl.Controls.Add(MyLB)



The buttons all render as they should but when i click them they dont fire the code below


Protected Sub DeleteBtn_Click(ByVal s As Object, ByVal e As CommandEventArgs) <br />
<br />
Dim MyRecords As String = e.CommandArgument.ToString <br />
Response.Write("TheRecordIs" & MyRecords) <br />
<br />
End Sub 

AnswerRe: Dynamically Create Linkbutton Pin
gnjunge20-Aug-06 0:40
gnjunge20-Aug-06 0:40 
GeneralRe: Dynamically Create Linkbutton Pin
JGOnline20-Aug-06 1:47
JGOnline20-Aug-06 1:47 
AnswerRe: Dynamically Create Linkbutton Pin
Mircea Grelus20-Aug-06 1:35
Mircea Grelus20-Aug-06 1:35 
Questionhelp needed in slideshow Pin
Pravin H19-Aug-06 22:32
Pravin H19-Aug-06 22:32 
AnswerRe: help needed in slideshow [modified] Pin
gnjunge20-Aug-06 0:53
gnjunge20-Aug-06 0:53 
GeneralRe: help needed in slideshow Pin
Pravin H20-Aug-06 21:38
Pravin H20-Aug-06 21:38 
GeneralRe: help needed in slideshow Pin
gnjunge20-Aug-06 22:59
gnjunge20-Aug-06 22:59 
QuestionSQL Server, Images and DataGrid in ASP.NET Pin
postmaster@programmingknowledge.com19-Aug-06 19:01
postmaster@programmingknowledge.com19-Aug-06 19:01 
AnswerRe: SQL Server, Images and DataGrid in ASP.NET Pin
Colin Angus Mackay19-Aug-06 21:27
Colin Angus Mackay19-Aug-06 21:27 

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.