Click here to Skip to main content
15,891,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can anybody suggest any other name for SLA? Pin
eyeseetee2-Jul-08 21:33
eyeseetee2-Jul-08 21:33 
Questionhow to create new web form on button click Pin
ss20502-Jul-08 20:27
ss20502-Jul-08 20:27 
AnswerRe: how to create new web form on button click Pin
eyeseetee2-Jul-08 21:34
eyeseetee2-Jul-08 21:34 
GeneralRe: how to create new web form on button click Pin
ss20502-Jul-08 22:24
ss20502-Jul-08 22:24 
GeneralRe: how to create new web form on button click Pin
Sherin Iranimose2-Jul-08 22:50
Sherin Iranimose2-Jul-08 22:50 
GeneralRe: how to create new web form on button click Pin
meeram3952-Jul-08 22:52
meeram3952-Jul-08 22:52 
GeneralRe: how to create new web form on button click Pin
ss20504-Jul-08 18:49
ss20504-Jul-08 18:49 
Questionred color for particular item in DataTable dynamically and should be affected in GridView when we provide this DataTable as a source to GridView--Urgent Pin
trilokharry2-Jul-08 20:26
trilokharry2-Jul-08 20:26 
I am doing red color for particular item means like rows[1][3]

and these records in DataDable dt now not in GridView

after that

GridViewID.DataSource = dt;

GridViewID.DataBind();

so my code working in DataGrid but not in GridView

how to do in GridView also.

MyCode is:
DataRow drow = dt.NewRow();

drow[ddlFacilityName.SelectedItem.Text] = "<font color='Red'>" + m_dtCSV1.Rows[i][ddlFacilityName.SelectedItem.Text].ToString() + " is not found </font>";

"<font color='Red'>" working in DataGrid but not in GridView so what can I do in case of grid view.





thanks

You get the best out of others when you give the best of yourself.

AnswerRe: red color for particular item in DataTable dynamically and should be affected in GridView when we provide this DataTable as a source to GridView--Urgent Pin
Venkatesh Mookkan2-Jul-08 22:02
Venkatesh Mookkan2-Jul-08 22:02 
QuestionAjax in SharePoint 2007. How to make the original message to show up? Pin
bin_bin12-Jul-08 20:08
bin_bin12-Jul-08 20:08 
QuestionHow to get only time component from datetime filed Pin
Rameez Raja2-Jul-08 20:07
Rameez Raja2-Jul-08 20:07 
AnswerRe: How to get only time component from datetime filed Pin
Imran Khan Pathan2-Jul-08 20:32
Imran Khan Pathan2-Jul-08 20:32 
QuestionError : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 20:01
Rock Star.2-Jul-08 20:01 
AnswerRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 20:51
Sherin Iranimose2-Jul-08 20:51 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 21:04
Rock Star.2-Jul-08 21:04 
GeneralRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 21:28
Sherin Iranimose2-Jul-08 21:28 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 21:56
Rock Star.2-Jul-08 21:56 
GeneralRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 22:13
Sherin Iranimose2-Jul-08 22:13 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 23:05
Rock Star.2-Jul-08 23:05 
GeneralRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 22:35
Sherin Iranimose2-Jul-08 22:35 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 23:14
Rock Star.2-Jul-08 23:14 
GeneralRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 23:25
Sherin Iranimose2-Jul-08 23:25 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.2-Jul-08 23:47
Rock Star.2-Jul-08 23:47 
GeneralRe: Error : Does not have same signature as delegate Pin
Sherin Iranimose2-Jul-08 23:55
Sherin Iranimose2-Jul-08 23:55 
GeneralRe: Error : Does not have same signature as delegate Pin
Rock Star.4-Jul-08 1:13
Rock Star.4-Jul-08 1:13 

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.