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

ASP.NET

 
QuestionDebugging dynamically loaded controls Pin
Guillermo Jimenez3-Sep-09 10:44
Guillermo Jimenez3-Sep-09 10:44 
AnswerRe: Debugging dynamically loaded controls Pin
Abhishek Sur3-Sep-09 11:33
professionalAbhishek Sur3-Sep-09 11:33 
Questionasp.net ajax updatepanel progress Pin
Shahdat Hosain3-Sep-09 9:55
Shahdat Hosain3-Sep-09 9:55 
AnswerRe: asp.net ajax updatepanel progress Pin
Abhijit Jana3-Sep-09 19:38
professionalAbhijit Jana3-Sep-09 19:38 
QuestionEdraw Viewer component Pin
dptalt3-Sep-09 8:01
dptalt3-Sep-09 8:01 
QuestionHow to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 7:32
skhan173-Sep-09 7:32 
AnswerRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 7:47
mentorNot Active3-Sep-09 7:47 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 9:16
skhan173-Sep-09 9:16 
If you have read the code correctly, then you should notice that I have a string type 'dateString1' variable, which holds the string value of a date type data row from the datagrid[string dateString1 = r["First_Resurvey_Date"].ToString(); ]. My understanding could be wrong.

And then there is a DateTime type variable 'dateTime', which holds the DateTime type value of the String dateString1.[DateTime dateTime=Convert.ToDateTime(dateString1);]. And then the string array dateStringArray contains various date formats of the 'dateTime' variable from which I need to display [6].[string [] dateStringArray= dateTime.GetDateTimeFormats(); ] I do understand that the formatting doesn't change the datarow from the datagrid.

Now once I have got a specific format of the date I want to display to the user, I was looking for a way to display that specific format into the datagrid. Please let me know if there is any way to do that, I hope I conveyed correctly what I want to do.

Thanks in advance.
GeneralRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 9:44
mentorNot Active3-Sep-09 9:44 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 9:49
skhan173-Sep-09 9:49 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 10:10
mentorNot Active3-Sep-09 10:10 
QuestionRedirect URL problem Pin
zeeShan anSari3-Sep-09 7:10
zeeShan anSari3-Sep-09 7:10 
AnswerRe: Redirect URL problem Pin
Abhishek Sur3-Sep-09 9:28
professionalAbhishek Sur3-Sep-09 9:28 
GeneralRe: Redirect URL problem Pin
zeeShan anSari3-Sep-09 11:10
zeeShan anSari3-Sep-09 11:10 
AnswerRe: Redirect URL problem Pin
Edbert P3-Sep-09 16:33
Edbert P3-Sep-09 16:33 
QuestionSetting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 4:31
Ash_VCPP3-Sep-09 4:31 
AnswerRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Abhishek Sur3-Sep-09 7:42
professionalAbhishek Sur3-Sep-09 7:42 
GeneralRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 21:35
Ash_VCPP3-Sep-09 21:35 
Question[Message Deleted] Pin
ToddHileHoffer3-Sep-09 3:06
ToddHileHoffer3-Sep-09 3:06 
AnswerRe: Entity Model Insert Pin
Not Active3-Sep-09 3:35
mentorNot Active3-Sep-09 3:35 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 3:53
ToddHileHoffer3-Sep-09 3:53 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:09
ToddHileHoffer3-Sep-09 4:09 
GeneralRe: Entity Model Insert Pin
Not Active3-Sep-09 4:46
mentorNot Active3-Sep-09 4:46 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:51
ToddHileHoffer3-Sep-09 4:51 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:52
ToddHileHoffer3-Sep-09 4:52 

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.