Click here to Skip to main content
15,910,118 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to read aspx output as Html Pin
pmarfleet14-Sep-07 5:11
pmarfleet14-Sep-07 5:11 
QuestionReading .Properties File Pin
Ravindra_sagar14-Sep-07 4:27
Ravindra_sagar14-Sep-07 4:27 
AnswerRe: Reading .Properties File Pin
Christian Graus14-Sep-07 5:27
protectorChristian Graus14-Sep-07 5:27 
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 
I have a grid view and I have an Item Template which contains a button which when clicked directs to another page. I want to be able to pass the value in the first field of the row in the GridView which i am clicking the button.
In asp.net 1.0 I was able to do the following:

Sub View(ByVal objSender As Object, ByVal objArgs As DataGridCommandEventArgs)

If objArgs.CommandSource.CommandName = "Update" Then

Response.Redirect("NewPage.aspx?OrderNum=" & objArgs.Item.Cells(1).Text)
End If
End Sub

I could then get the value of Cell(1) in the New Page. This does not work in asp.net 2.0.
Does anyone have any idea how to do this in .net 2.0

Thanks,
macca

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 
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 

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.