Click here to Skip to main content
15,907,396 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Reading .Properties File Pin
Ravindra_sagar15-Sep-07 0:47
Ravindra_sagar15-Sep-07 0:47 
QuestionFAC Pin
CrazyCoder2614-Sep-07 4:17
CrazyCoder2614-Sep-07 4:17 
AnswerRe: FAC Pin
Christian Graus14-Sep-07 5:28
protectorChristian Graus14-Sep-07 5:28 
QuestionWebChart with OWC11 and Visual Studo 2005 Pin
mgotthardt14-Sep-07 3:47
mgotthardt14-Sep-07 3:47 
QuestionProblem with GridView Pin
macca2414-Sep-07 2:34
macca2414-Sep-07 2:34 
AnswerRe: Problem with GridView Pin
varshavmane14-Sep-07 3:15
varshavmane14-Sep-07 3:15 
GeneralRe: Problem with GridView Pin
macca2414-Sep-07 3:16
macca2414-Sep-07 3:16 
GeneralRe: Problem with GridView Pin
varshavmane14-Sep-07 3:19
varshavmane14-Sep-07 3:19 
try this on item datacommand event:

Try
Dim oGridViewRow As GridViewRow
oGridViewRow = CType(CType(e.CommandSource, Control).NamingContainer, GridViewRow)
ID = CInt(GridView1.DataKeys(oGridViewRow.RowIndex).Value)
If e.CommandName = "DeleteTrans" Then
DeleteRecord()
BindGridView()
ElseIf e.CommandName = "Edit" Then
Response.Redirect("frmLoanPayOffView.aspx?id=" & ID & "&info=" & e.CommandName)
End If
Catch ex As Exception

End Try

Hope it helps u??
AnswerRe: Problem with GridView Pin
Kasi Viswanathan16-Sep-07 21:29
Kasi Viswanathan16-Sep-07 21:29 
AnswerRe: Problem with GridView Pin
Kasi Viswanathan16-Sep-07 21:30
Kasi Viswanathan16-Sep-07 21:30 
GeneralRe: Problem with GridView Pin
macca2417-Sep-07 2:45
macca2417-Sep-07 2:45 
QuestionReturn Url Pin
Kasi Viswanathan14-Sep-07 2:18
Kasi Viswanathan14-Sep-07 2:18 
AnswerRe: Return Url Pin
Sandeep Akhare14-Sep-07 2:32
Sandeep Akhare14-Sep-07 2:32 
GeneralRe: Return Url Pin
Kasi Viswanathan16-Sep-07 20:11
Kasi Viswanathan16-Sep-07 20:11 
AnswerRe: Return Url Pin
N a v a n e e t h14-Sep-07 21:21
N a v a n e e t h14-Sep-07 21:21 
GeneralRe: Return Url Pin
Kasi Viswanathan16-Sep-07 20:02
Kasi Viswanathan16-Sep-07 20:02 
QuestionTell me about...? Pin
fmlove14-Sep-07 2:17
fmlove14-Sep-07 2:17 
AnswerRe: Tell me about...? Pin
Sandeep Akhare14-Sep-07 2:45
Sandeep Akhare14-Sep-07 2:45 
AnswerRe: Tell me about...? Pin
Urs Enzler14-Sep-07 3:34
Urs Enzler14-Sep-07 3:34 
QuestiongridView bind to List Pin
sangramkp14-Sep-07 2:16
sangramkp14-Sep-07 2:16 
QuestionMSI utility Pin
Blumen14-Sep-07 2:14
Blumen14-Sep-07 2:14 
QuestionWhat is the problem?? Pin
varshavmane14-Sep-07 2:13
varshavmane14-Sep-07 2:13 
AnswerRe: What is the problem?? Pin
Sandeep Akhare14-Sep-07 2:30
Sandeep Akhare14-Sep-07 2:30 
GeneralRe: What is the problem?? Pin
varshavmane14-Sep-07 2:38
varshavmane14-Sep-07 2:38 
GeneralRe: What is the problem?? Pin
Sandeep Akhare14-Sep-07 2:44
Sandeep Akhare14-Sep-07 2:44 

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.