Click here to Skip to main content
15,905,325 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: mouseclick Pin
Sebastian T Xavier7-May-07 1:06
Sebastian T Xavier7-May-07 1:06 
GeneralRe: mouseclick Pin
enjoycrack7-May-07 1:12
enjoycrack7-May-07 1:12 
GeneralRe: mouseclick Pin
Sebastian T Xavier7-May-07 1:19
Sebastian T Xavier7-May-07 1:19 
GeneralRe: mouseclick Pin
enjoycrack7-May-07 2:37
enjoycrack7-May-07 2:37 
GeneralRe: mouseclick Pin
Sebastian T Xavier7-May-07 2:47
Sebastian T Xavier7-May-07 2:47 
QuestionProblem with DataGrid Pin
zamiran6-May-07 23:04
zamiran6-May-07 23:04 
QuestionRe: Problem with DataGrid Pin
Chetan Ranpariya6-May-07 23:21
Chetan Ranpariya6-May-07 23:21 
GeneralRe: Problem with DataGrid [modified] Pin
zamiran6-May-07 23:27
zamiran6-May-07 23:27 
Hi,

I'm getting an error here, when I'm trying to access the fields in the DataGrid

The exception is index out of range


try
{
TableCell cellField1 = e.Item.Cells[1];
TableCell cellField2 = e.Item.Cells[2];
string field1 = cellField1.Text;
string field2 = cellField2.Text;
Label1.Text = "-----" + field2;
}

thanks


-- modified at 6:55 Monday 7th May, 2007
GeneralRe: Problem with DataGrid Pin
Chetan Ranpariya7-May-07 21:22
Chetan Ranpariya7-May-07 21:22 
QuestionCross Tab GridView Pin
APDevelop6-May-07 22:47
APDevelop6-May-07 22:47 
QuestionSend mail to microsoft exchange 2007- asp.net 2.0 Pin
vlmlnt6-May-07 22:07
vlmlnt6-May-07 22:07 
AnswerRe: Send mail to microsoft exchange 2007- asp.net 2.0 Pin
Rahul Babu6-May-07 22:29
Rahul Babu6-May-07 22:29 
QuestionPrint the contents of a DataGrid Pin
arun rajappan6-May-07 22:00
arun rajappan6-May-07 22:00 
AnswerRe: Print the contents of a DataGrid Pin
Spunky Coder6-May-07 22:29
Spunky Coder6-May-07 22:29 
GeneralRe: Print the contents of a DataGrid Pin
arun rajappan7-May-07 0:09
arun rajappan7-May-07 0:09 
Questionpleas guide me how we change the color of lable or link buttton in datagird temple programmatically Pin
Suhail Shahab6-May-07 21:55
Suhail Shahab6-May-07 21:55 
AnswerRe: pleas guide me how we change the color of lable or link buttton in datagird temple programmatically Pin
Chetan Ranpariya6-May-07 22:52
Chetan Ranpariya6-May-07 22:52 
GeneralRe: pleas guide me how we change the color of lable or link buttton in datagird temple programmatically Pin
Suhail Shahab7-May-07 1:53
Suhail Shahab7-May-07 1:53 
GeneralRe: pleas guide me how we change the color of lable or link buttton in datagird temple programmatically Pin
Chetan Ranpariya7-May-07 2:17
Chetan Ranpariya7-May-07 2:17 
QuestionClear Browser's Cache after hitting Logout Button? Pin
md Nazeem6-May-07 21:39
md Nazeem6-May-07 21:39 
AnswerRe: Clear Browser's Cache after hitting Logout Button? Pin
Spunky Coder6-May-07 22:13
Spunky Coder6-May-07 22:13 
GeneralRe: Clear Browser's Cache after hitting Logout Button? Pin
md Nazeem6-May-07 23:09
md Nazeem6-May-07 23:09 
AnswerRe: Clear Browser's Cache after hitting Logout Button? Pin
Sherin Iranimose8-May-07 0:49
Sherin Iranimose8-May-07 0:49 
QuestionRedirect from another page Pin
Rahul Babu6-May-07 21:01
Rahul Babu6-May-07 21:01 
AnswerRe: Redirect from another page Pin
Sandeep Akhare6-May-07 21:17
Sandeep Akhare6-May-07 21:17 

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.