Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Close iframe Div in javascript Pin
Not Active2-Sep-10 1:53
mentorNot Active2-Sep-10 1:53 
GeneralRe: Close iframe Div in javascript Pin
SatyaKeerthi152-Sep-10 2:04
SatyaKeerthi152-Sep-10 2:04 
GeneralRe: Close iframe Div in javascript Pin
Not Active2-Sep-10 4:18
mentorNot Active2-Sep-10 4:18 
Questioncalling a client method from master page Pin
amit_831-Sep-10 20:56
professionalamit_831-Sep-10 20:56 
AnswerRe: calling a client method from master page Pin
Anurag Gandhi1-Sep-10 23:20
professionalAnurag Gandhi1-Sep-10 23:20 
QuestionDropdown List Template field Pin
vishnukamath1-Sep-10 20:24
vishnukamath1-Sep-10 20:24 
Questionconvert html to csvexport to CSV Pin
Member 38798811-Sep-10 19:55
Member 38798811-Sep-10 19:55 
AnswerRe: convert html to csvexport to CSV Pin
T M Gray2-Sep-10 4:21
T M Gray2-Sep-10 4:21 
I don't see where you said what the actual problem is.

There is no such thing as CSV2000 or CSV2007. CSV stands for comma separated values. It is a text file. HTML is not CSV. Telling an application you are giving it CSV data when you are actually giving it HTML would definitely lead to unpredictable results. If you want to save as CSV then do the parsing to actual produce CSV. Load your HTML into either an HTMLTable object or an XMLDocument object and create a proper CSV. Since you are not using the proper quotes for your attributes it may be a little tricky
QuestionAccessing Parent Page Method from User Control doesnot refresh Pin
Satish_S1-Sep-10 19:29
Satish_S1-Sep-10 19:29 
AnswerRe: Accessing Parent Page Method from User Control doesnot refresh Pin
robocodeboy1-Sep-10 23:30
robocodeboy1-Sep-10 23:30 
GeneralRe: Accessing Parent Page Method from User Control doesnot refresh Pin
Satish_S2-Sep-10 2:13
Satish_S2-Sep-10 2:13 
QuestionCheck Aspx file integrity? Pin
robocodeboy1-Sep-10 4:43
robocodeboy1-Sep-10 4:43 
AnswerRe: Check Aspx file integrity? [modified] Pin
Not Active1-Sep-10 6:55
mentorNot Active1-Sep-10 6:55 
GeneralRe: Check Aspx file integrity? Pin
Ennis Ray Lynch, Jr.1-Sep-10 7:16
Ennis Ray Lynch, Jr.1-Sep-10 7:16 
GeneralRe: Check Aspx file integrity? Pin
Not Active1-Sep-10 7:44
mentorNot Active1-Sep-10 7:44 
GeneralRe: Check Aspx file integrity? Pin
robocodeboy1-Sep-10 7:59
robocodeboy1-Sep-10 7:59 
GeneralRe: Check Aspx file integrity? Pin
Not Active1-Sep-10 9:10
mentorNot Active1-Sep-10 9:10 
GeneralRe: Check Aspx file integrity? Pin
robocodeboy1-Sep-10 21:36
robocodeboy1-Sep-10 21:36 
QuestionChild Controls Showing as Null Pin
David Muir1-Sep-10 4:20
David Muir1-Sep-10 4:20 
AnswerRe: Child Controls Showing as Null Pin
Ennis Ray Lynch, Jr.1-Sep-10 7:26
Ennis Ray Lynch, Jr.1-Sep-10 7:26 
GeneralRe: Child Controls Showing as Null Pin
David Muir1-Sep-10 22:11
David Muir1-Sep-10 22:11 
QuestionASP.Net State Service doesnt exists in IIS7 Pin
indian14331-Aug-10 7:09
indian14331-Aug-10 7:09 
AnswerRe: ASP.Net State Service doesnt exists in IIS7 Pin
T M Gray31-Aug-10 11:36
T M Gray31-Aug-10 11:36 
QuestionHttpCompileException occurs at random times Pin
mark_me30-Aug-10 13:28
mark_me30-Aug-10 13:28 
QuestionSaving a user's location on a page Pin
Aptiva Dave30-Aug-10 10:06
Aptiva Dave30-Aug-10 10:06 

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.