Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPayment Gateway for the Middle East Pin
Jassim Rahma3-Apr-12 6:34
Jassim Rahma3-Apr-12 6:34 
Questionintegrating Paypal into ASP.NET Pin
Jassim Rahma3-Apr-12 6:33
Jassim Rahma3-Apr-12 6:33 
AnswerRe: integrating Paypal into ASP.NET Pin
jkirkerx3-Apr-12 14:05
professionaljkirkerx3-Apr-12 14:05 
GeneralRe: integrating Paypal into ASP.NET Pin
Jassim Rahma3-Apr-12 20:27
Jassim Rahma3-Apr-12 20:27 
GeneralRe: integrating Paypal into ASP.NET Pin
jkirkerx4-Apr-12 5:54
professionaljkirkerx4-Apr-12 5:54 
GeneralRe: integrating Paypal into ASP.NET Pin
Jassim Rahma15-Sep-12 8:25
Jassim Rahma15-Sep-12 8:25 
QuestionASP.net click grid view edit twice issue Pin
thepitzaboy3-Apr-12 4:40
thepitzaboy3-Apr-12 4:40 
QuestionDelete row not working Pin
byka3-Apr-12 1:49
byka3-Apr-12 1:49 
Below is my code where I am trying to delere row in session based on criteria. However it's not working. Please help

VB
For Each myRow As DataRow In HttpContext.Current.Session("myConfiguration").PlanRates.Rows
                If myRow.RowState <> DataRowState.Deleted Then
                    If myRow.Item("Term") = myDataKey(0).Trim And _
                        myRow.Item("AgeGroup") = myDataKey(1).Trim And _
                         myRow.Item("Coord") = myDataKey(2).Trim Then
                        Dim myDataRow() As DataRow = HttpContext.Current.Session("myConfiguration").PlanRates.Select("Term='" & myDataKey(0).Trim & "' AND Coord='" & myDataKey(2).Trim & "' AND AgeGroup='" & myDataKey(1).Trim & "'")
                       ''TO DO
'Delete not working

                        Exit For
                    End If
                End If
            Next


modified 3-Apr-12 8:13am.

GeneralRe: Delete row not working Pin
Not Active3-Apr-12 2:09
mentorNot Active3-Apr-12 2:09 
QuestionCalling jquery method from another jquery method Pin
indian1432-Apr-12 15:08
indian1432-Apr-12 15:08 
AnswerRe: Calling jquery method from another jquery method Pin
Not Active2-Apr-12 15:57
mentorNot Active2-Apr-12 15:57 
GeneralRe: Calling jquery method from another jquery method Pin
indian1433-Apr-12 5:54
indian1433-Apr-12 5:54 
GeneralRe: Calling jquery method from another jquery method Pin
Not Active3-Apr-12 6:38
mentorNot Active3-Apr-12 6:38 
GeneralRe: Calling jquery method from another jquery method Pin
indian1433-Apr-12 6:58
indian1433-Apr-12 6:58 
AnswerRe: Calling jquery method from another jquery method Pin
jkirkerx3-Apr-12 14:21
professionaljkirkerx3-Apr-12 14:21 
AnswerRe: Calling jquery method from another jquery method Pin
jkirkerx3-May-12 9:01
professionaljkirkerx3-May-12 9:01 
QuestionHosting a WCF service in IIS 7.5 ? Pin
helloworld20202-Apr-12 13:28
helloworld20202-Apr-12 13:28 
Generalquestion???? Pin
pty311-Apr-12 22:04
pty311-Apr-12 22:04 
GeneralRe: question???? Pin
Dalek Dave1-Apr-12 22:13
professionalDalek Dave1-Apr-12 22:13 
GeneralRe: question???? Pin
Not Active2-Apr-12 1:58
mentorNot Active2-Apr-12 1:58 
GeneralRe: question???? Pin
vvashishta24-Apr-12 19:47
vvashishta24-Apr-12 19:47 
QuestionAsp.net Pin
Kalariya Bhargav1-Apr-12 19:06
Kalariya Bhargav1-Apr-12 19:06 
QuestionGridView Pin
gaurav.shukla1431-Mar-12 0:31
gaurav.shukla1431-Mar-12 0:31 
AnswerRe: GridView Pin
Gopal Rakhal31-Mar-12 16:39
Gopal Rakhal31-Mar-12 16:39 
AnswerRe: GridView Pin
Ali Al Omairi(Abu AlHassan)31-Mar-12 20:18
professionalAli Al Omairi(Abu AlHassan)31-Mar-12 20:18 

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.