Click here to Skip to main content
15,890,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: visual studio 2008 Pin
Abhijit Jana28-Nov-08 19:50
professionalAbhijit Jana28-Nov-08 19:50 
Questionhow to bind value to select element using Ajax Pin
Exelioindia28-Nov-08 5:32
Exelioindia28-Nov-08 5:32 
AnswerRe: how to bind value to select element using Ajax Pin
Christian Graus28-Nov-08 16:02
protectorChristian Graus28-Nov-08 16:02 
GeneralRe: how to bind value to select element using Ajax Pin
Exelioindia30-Nov-08 23:18
Exelioindia30-Nov-08 23:18 
QuestionCode jumps from one place to the other unexpectadly with Firefox!! Pin
Talal Sultan28-Nov-08 5:15
Talal Sultan28-Nov-08 5:15 
QuestionGridview and Group Email Problem Pin
bruhol28-Nov-08 5:03
bruhol28-Nov-08 5:03 
AnswerRe: Gridview and Group Email Problem Pin
Ashfield28-Nov-08 8:56
Ashfield28-Nov-08 8:56 
GeneralRe: Gridview and Group Email Problem Pin
bruhol30-Nov-08 10:36
bruhol30-Nov-08 10:36 
Hello Bob,

I found that I could get at the index using this code on page load. It outputs numbers starting at 1. Your snippet cant be used in the context of datakeys so Im still stuck.

For Each gvRow In GridView1.Rows
'display the row index number for testing.
Labeltestrows.Text &= gvRow.Cells(0).Text
"
Next
QuestionAdd Controls to a view control programmatically Pin
anto200528-Nov-08 3:38
anto200528-Nov-08 3:38 
AnswerRe: Add Controls to a view control programmatically Pin
Christian Graus28-Nov-08 16:04
protectorChristian Graus28-Nov-08 16:04 
Questiondropdownlist selected index change problem Pin
lakshmichawala28-Nov-08 2:33
lakshmichawala28-Nov-08 2:33 
AnswerRe: dropdownlist selected index change problem Pin
NeverHeardOfMe28-Nov-08 2:58
NeverHeardOfMe28-Nov-08 2:58 
QuestionHttpModule server problem [modified] Pin
sepel28-Nov-08 2:30
sepel28-Nov-08 2:30 
AnswerRe: HttpModule server problem Pin
Vinit Sambhare7-Dec-08 23:01
Vinit Sambhare7-Dec-08 23:01 
GeneralRe: HttpModule server problem Pin
sepel8-Dec-08 2:18
sepel8-Dec-08 2:18 
GeneralRe: HttpModule server problem [modified] Pin
Vinit Sambhare8-Dec-08 2:37
Vinit Sambhare8-Dec-08 2:37 
GeneralRe: HttpModule server problem Pin
sepel8-Dec-08 2:46
sepel8-Dec-08 2:46 
GeneralRe: HttpModule server problem Pin
Vinit Sambhare8-Dec-08 17:31
Vinit Sambhare8-Dec-08 17:31 
GeneralRe: HttpModule server problem Pin
sepel9-Dec-08 19:17
sepel9-Dec-08 19:17 
GeneralRe: HttpModule server problem Pin
Vinit Sambhare14-Dec-08 23:05
Vinit Sambhare14-Dec-08 23:05 
QuestionIIS Book for reading Pin
ahawari0928-Nov-08 2:27
ahawari0928-Nov-08 2:27 
AnswerRe: IIS Book for reading Pin
Abhijit Jana28-Nov-08 2:33
professionalAbhijit Jana28-Nov-08 2:33 
QuestionDeploying asp.net website Pin
ahawari0928-Nov-08 2:20
ahawari0928-Nov-08 2:20 
AnswerRe: Deploying asp.net website Pin
Abhijit Jana28-Nov-08 2:28
professionalAbhijit Jana28-Nov-08 2:28 
AnswerRe: Deploying asp.net website Pin
Abhijit Jana28-Nov-08 2:32
professionalAbhijit Jana28-Nov-08 2:32 

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.