Click here to Skip to main content
15,887,244 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: if/else condition in a repeater item Pin
xbmly4-Mar-10 17:43
xbmly4-Mar-10 17:43 
Questioncode hightlighting while submitting article Pin
Ashok Nalam4-Mar-10 2:48
Ashok Nalam4-Mar-10 2:48 
AnswerRe: code hightlighting while submitting article Pin
sriharsha_124-Mar-10 22:44
sriharsha_124-Mar-10 22:44 
QuestionAuthentication and Membership Pin
#realJSOP4-Mar-10 2:17
mve#realJSOP4-Mar-10 2:17 
AnswerRe: Authentication and Membership Pin
Not Active4-Mar-10 3:02
mentorNot Active4-Mar-10 3:02 
GeneralRe: Authentication and Membership Pin
#realJSOP4-Mar-10 3:35
mve#realJSOP4-Mar-10 3:35 
QuestionDataGrid or GridView Pin
sriharsha_124-Mar-10 2:11
sriharsha_124-Mar-10 2:11 
AnswerRe: DataGrid or GridView Pin
Gaurav K Singh7-Mar-10 19:13
Gaurav K Singh7-Mar-10 19:13 
write code in the GridView1_RowCreated event.

If e.Row.RowType = DataControlRowType.Header Then
'write code for the grid header only
else
'write code for rest of the rows

you can customize every column from here.
e.Row.Cells(0).CssClass = "style1"
End If


from style you can change anything forecolor, backcolor, font, font size ... anything...

The miracle is this--the more we share, the more we have.
QuestionListbox navigation Pin
Santosh Behara4-Mar-10 1:27
Santosh Behara4-Mar-10 1:27 
QuestionMvc POST - HTTP 405 - Resource not allowed [modified] Pin
Jammer4-Mar-10 1:10
Jammer4-Mar-10 1:10 
Questionuser details Pin
arkiboys4-Mar-10 0:49
arkiboys4-Mar-10 0:49 
AnswerRe: user details Pin
Not Active4-Mar-10 1:53
mentorNot Active4-Mar-10 1:53 
QuestionGetting the Addons installed on the Browser!!! Pin
Minimech4-Mar-10 0:46
Minimech4-Mar-10 0:46 
AnswerRe: Getting the Addons installed on the Browser!!! Pin
T M Gray4-Mar-10 10:34
T M Gray4-Mar-10 10:34 
AnswerRe: Getting the Addons installed on the Browser!!! Pin
Minimech4-Mar-10 10:42
Minimech4-Mar-10 10:42 
GeneralRe: Getting the Addons installed on the Browser!!! Pin
T M Gray4-Mar-10 11:04
T M Gray4-Mar-10 11:04 
GeneralRe: Getting the Addons installed on the Browser!!! Pin
Minimech4-Mar-10 21:57
Minimech4-Mar-10 21:57 
Questionhow to print Landscape report using ASP.Net Pin
alisolution4-Mar-10 0:45
alisolution4-Mar-10 0:45 
AnswerRe: how to print Landscape report using ASP.Net Pin
Gaurav K Singh7-Mar-10 19:18
Gaurav K Singh7-Mar-10 19:18 
QuestionVisitor's Feedback Pin
awedaonline3-Mar-10 23:25
awedaonline3-Mar-10 23:25 
AnswerRe: Visitor's Feedback Pin
R. Giskard Reventlov3-Mar-10 23:37
R. Giskard Reventlov3-Mar-10 23:37 
GeneralRe: Visitor's Feedback Pin
tunsten4-Mar-10 2:26
tunsten4-Mar-10 2:26 
QuestionHow to convert a dataset to Excelsheet ? Pin
Subin Mavunkal3-Mar-10 22:54
Subin Mavunkal3-Mar-10 22:54 
AnswerRe: How to convert a dataset to Excelsheet ? Pin
April Fans3-Mar-10 23:25
April Fans3-Mar-10 23:25 
GeneralRe: How to convert a dataset to Excelsheet ? Pin
Subin Mavunkal4-Mar-10 0:48
Subin Mavunkal4-Mar-10 0:48 

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.