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

ASP.NET

 
Questionproblem with Request.Url.AbsoluteUri Pin
vbtmikem31-May-07 14:33
vbtmikem31-May-07 14:33 
AnswerRe: problem with Request.Url.AbsoluteUri Pin
Expert Coming31-May-07 14:57
Expert Coming31-May-07 14:57 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem31-May-07 15:01
vbtmikem31-May-07 15:01 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem1-Jun-07 9:29
vbtmikem1-Jun-07 9:29 
GeneralRe: problem with Request.Url.AbsoluteUri Pin
vbtmikem4-Jun-07 7:00
vbtmikem4-Jun-07 7:00 
QuestionDataGrid Postback Problem Pin
Expert Coming31-May-07 11:11
Expert Coming31-May-07 11:11 
QuestionDataGrid and DataBinding question Pin
(Steven Hicks)n+131-May-07 10:56
(Steven Hicks)n+131-May-07 10:56 
AnswerRe: DataGrid and DataBinding question Pin
Fred_Smith31-May-07 12:01
Fred_Smith31-May-07 12:01 
In your ItemDataBound event:

If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem Then
Dim dr As DataRow = e.Item.DataItem.Row, DataRowView
' do stuff - eg: If dr("fieldname")....
End If


cheers
Fred
GeneralRe: DataGrid and DataBinding question Pin
(Steven Hicks)n+131-May-07 12:42
(Steven Hicks)n+131-May-07 12:42 
GeneralRe: DataGrid and DataBinding question Pin
Fred_Smith31-May-07 13:56
Fred_Smith31-May-07 13:56 
QuestionDataGridView Row Colors Pin
Kschuler31-May-07 9:56
Kschuler31-May-07 9:56 
AnswerRe: DataGridView Row Colors Pin
Sherin Iranimose31-May-07 17:54
Sherin Iranimose31-May-07 17:54 
GeneralRe: DataGridView Row Colors Pin
Kschuler1-Jun-07 3:04
Kschuler1-Jun-07 3:04 
GeneralRe: DataGridView Row Colors Pin
Kschuler1-Jun-07 3:42
Kschuler1-Jun-07 3:42 
GeneralRe: DataGridView Row Colors Pin
Sherin Iranimose1-Jun-07 4:58
Sherin Iranimose1-Jun-07 4:58 
QuestionAjax.NET vs Atlas Pin
hamidreza_buddy31-May-07 9:30
hamidreza_buddy31-May-07 9:30 
AnswerRe: Ajax.NET vs Atlas Pin
Christian Graus31-May-07 10:25
protectorChristian Graus31-May-07 10:25 
AnswerRe: Ajax.NET vs Atlas Pin
Joseph Guadagno31-May-07 10:28
Joseph Guadagno31-May-07 10:28 
GeneralRe: Ajax.NET vs Atlas Pin
Christian Graus31-May-07 11:34
protectorChristian Graus31-May-07 11:34 
GeneralRe: Ajax.NET vs Atlas Pin
RichardGrimmer1-Jun-07 4:43
RichardGrimmer1-Jun-07 4:43 
AnswerRe: Ajax.NET vs Atlas Pin
eggie531-May-07 19:03
eggie531-May-07 19:03 
QuestionSpreadsheet Control Pin
Revant Jain31-May-07 9:29
Revant Jain31-May-07 9:29 
AnswerRe: Spreadsheet Control Pin
Christian Graus31-May-07 10:26
protectorChristian Graus31-May-07 10:26 
GeneralRe: Spreadsheet Control Pin
Revant Jain31-May-07 10:33
Revant Jain31-May-07 10:33 
GeneralRe: Spreadsheet Control Pin
Christian Graus31-May-07 14:00
protectorChristian Graus31-May-07 14:00 

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.