Click here to Skip to main content
15,918,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Live Server Error Pin
Richard MacCutchan25-Sep-09 2:45
mveRichard MacCutchan25-Sep-09 2:45 
QuestionCompositeControl AJAX Problem Pin
deezZ24-Sep-09 23:30
deezZ24-Sep-09 23:30 
Questioncrystal report error Pin
vikas shukla24-Sep-09 21:49
vikas shukla24-Sep-09 21:49 
AnswerRe: crystal report error Pin
N a v a n e e t h24-Sep-09 22:40
N a v a n e e t h24-Sep-09 22:40 
GeneralRe: crystal report error Pin
vikas shukla24-Sep-09 23:10
vikas shukla24-Sep-09 23:10 
GeneralRe: crystal report error Pin
gery12830-Jun-10 20:45
gery12830-Jun-10 20:45 
QuestionEmbedding an aspx page as a WebResource Pin
C.Shivashankar24-Sep-09 21:34
C.Shivashankar24-Sep-09 21:34 
AnswerRe: Embedding an aspx page as a WebResource Pin
Abhishek Sur25-Sep-09 12:06
professionalAbhishek Sur25-Sep-09 12:06 
QuestionIssue with downloading text/ppt files through CHROME [modified] Pin
jophinmichael24-Sep-09 21:28
jophinmichael24-Sep-09 21:28 
QuestionRepeater Size Pin
Abbas_here24-Sep-09 20:24
Abbas_here24-Sep-09 20:24 
AnswerRe: Repeater Size Pin
Christian Graus24-Sep-09 20:35
protectorChristian Graus24-Sep-09 20:35 
GeneralRe: Repeater Size Pin
Abbas_here24-Sep-09 20:45
Abbas_here24-Sep-09 20:45 
AnswerRe: Repeater Size Pin
N a v a n e e t h24-Sep-09 20:40
N a v a n e e t h24-Sep-09 20:40 
GeneralRe: Repeater Size Pin
Christian Graus24-Sep-09 20:43
protectorChristian Graus24-Sep-09 20:43 
GeneralRe: Repeater Size Pin
N a v a n e e t h24-Sep-09 20:44
N a v a n e e t h24-Sep-09 20:44 
GeneralRe: Repeater Size Pin
Abbas_here24-Sep-09 20:51
Abbas_here24-Sep-09 20:51 
GeneralRe: Repeater Size Pin
sashidhar24-Sep-09 21:05
sashidhar24-Sep-09 21:05 
Questionfor web project setup Pin
vikas shukla24-Sep-09 20:10
vikas shukla24-Sep-09 20:10 
AnswerRe: for web project setup Pin
Vimalsoft(Pty) Ltd24-Sep-09 20:22
professionalVimalsoft(Pty) Ltd24-Sep-09 20:22 
AnswerRe: for web project setup Pin
vikas shukla24-Sep-09 21:50
vikas shukla24-Sep-09 21:50 
GeneralRe: for web project setup Pin
Vimalsoft(Pty) Ltd24-Sep-09 22:26
professionalVimalsoft(Pty) Ltd24-Sep-09 22:26 
QuestionSelect In Query on Cache Pin
sjs4u24-Sep-09 20:10
sjs4u24-Sep-09 20:10 
AnswerRe: Select In Query on Cache Pin
N a v a n e e t h24-Sep-09 20:43
N a v a n e e t h24-Sep-09 20:43 
QuestionASP.NET Gridview Pin
Illegal Operation24-Sep-09 18:18
Illegal Operation24-Sep-09 18:18 
AnswerRe: ASP.NET Gridview Pin
Abhijit Jana24-Sep-09 19:09
professionalAbhijit Jana24-Sep-09 19:09 
So, you want to show the selected row of GridView 1 to GridView 2 ? If yes, On Selected Indexed change of Gridview1, Hold the selected row in GridViewRow Class and set the data source property to GridView 2.

One question, why do you want to show it on second Gridview ? Why not any other control ?

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

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.