Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Scrolling DataGrid Pin
EzhilarasiMSc2-Jun-08 3:20
EzhilarasiMSc2-Jun-08 3:20 
GeneralRe: Scrolling DataGrid Pin
eyeseetee2-Jun-08 3:24
eyeseetee2-Jun-08 3:24 
GeneralRe: Scrolling DataGrid Pin
Vasudevan Deepak Kumar2-Jun-08 3:26
Vasudevan Deepak Kumar2-Jun-08 3:26 
GeneralRe: Scrolling DataGrid Pin
EzhilarasiMSc2-Jun-08 3:36
EzhilarasiMSc2-Jun-08 3:36 
GeneralRe: Scrolling DataGrid Pin
Vasudevan Deepak Kumar2-Jun-08 3:43
Vasudevan Deepak Kumar2-Jun-08 3:43 
Questiondatagrid row value at label Pin
laziale2-Jun-08 2:13
laziale2-Jun-08 2:13 
AnswerRe: datagrid row value at label Pin
SomeGuyThatIsMe2-Jun-08 2:23
SomeGuyThatIsMe2-Jun-08 2:23 
GeneralRe: datagrid row value at label Pin
laziale2-Jun-08 2:29
laziale2-Jun-08 2:29 
this seems to me like a good beginning but can you give me some example how to put the data in a label, cause when I am trying to do so, I cannot, I am trying something like this:

protected void GridView1_DataBound(object sender, EventArgs e)
{
Label1.Text = e.Item.Cells[0].Text;
}



it says 'System.EventArgs' does not contain a definition for 'Item'. Any clue? Thanks ahead

actually I cannot see the rows control...I guess
GeneralRe: datagrid row value at label Pin
SomeGuyThatIsMe2-Jun-08 2:44
SomeGuyThatIsMe2-Jun-08 2:44 
QuestionVS 2008...Config Issue? Pin
OMalleyW2-Jun-08 1:58
OMalleyW2-Jun-08 1:58 
QuestionUse of XML file with menu control Pin
S.Aijaz2-Jun-08 1:54
S.Aijaz2-Jun-08 1:54 
AnswerRe: Use of XML file with menu control Pin
Gayani Devapriya5-Jun-08 20:21
Gayani Devapriya5-Jun-08 20:21 
GeneralRe: Use of XML file with menu control Pin
S.Aijaz5-Jun-08 21:29
S.Aijaz5-Jun-08 21:29 
Questionjavascripting to datagrid Pin
iamdking2-Jun-08 1:38
iamdking2-Jun-08 1:38 
AnswerRe: javascripting to datagrid Pin
eyeseetee2-Jun-08 3:23
eyeseetee2-Jun-08 3:23 
AnswerRe: javascripting to datagrid Pin
ToddHileHoffer2-Jun-08 10:18
ToddHileHoffer2-Jun-08 10:18 
Questionusing datagrid in asp.net Pin
rmedo2-Jun-08 1:20
rmedo2-Jun-08 1:20 
AnswerRe: using datagrid in asp.net Pin
leppie2-Jun-08 1:24
leppie2-Jun-08 1:24 
GeneralRe: using datagrid in asp.net Pin
rmedo2-Jun-08 1:28
rmedo2-Jun-08 1:28 
GeneralRe: using datagrid in asp.net Pin
eyeseetee2-Jun-08 1:32
eyeseetee2-Jun-08 1:32 
QuestionImplementation of player Pin
manojmkp2-Jun-08 1:00
manojmkp2-Jun-08 1:00 
QuestionRe: Implementation of player Pin
Vasudevan Deepak Kumar2-Jun-08 3:08
Vasudevan Deepak Kumar2-Jun-08 3:08 
QuestionProblem with menu formatting in master page Pin
LynnR1-Jun-08 23:43
LynnR1-Jun-08 23:43 
AnswerRe: Problem with menu formatting in master page Pin
LynnR2-Jun-08 1:09
LynnR2-Jun-08 1:09 
Questionecommerce site - monitoring stock levels Pin
rdhonota1-Jun-08 22:11
rdhonota1-Jun-08 22:11 

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.