Click here to Skip to main content
15,913,263 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGood tutorial for ExtJS Pin
CPallini11-Nov-08 22:32
mveCPallini11-Nov-08 22:32 
Questionbutton enable in different forms Pin
michael_jhons11-Nov-08 22:07
michael_jhons11-Nov-08 22:07 
QuestionHow to determine if a MS XSL Template is enabled in a browser using javascript Pin
Lester Philip11-Nov-08 21:56
Lester Philip11-Nov-08 21:56 
QuestionThe state information is invalid for this page and might be corrupted. Pin
amitpl11-Nov-08 20:05
amitpl11-Nov-08 20:05 
AnswerRe: The state information is invalid for this page and might be corrupted. Pin
Paddy Boyd12-Nov-08 2:52
Paddy Boyd12-Nov-08 2:52 
GeneralRe: The state information is invalid for this page and might be corrupted. Pin
amitpl13-Nov-08 2:47
amitpl13-Nov-08 2:47 
QuestionRe: The state information is invalid for this page and might be corrupted. Pin
DiMann30-Nov-08 10:06
DiMann30-Nov-08 10:06 
AnswerRe: The state information is invalid for this page and might be corrupted. Pin
DiMann30-Nov-08 12:22
DiMann30-Nov-08 12:22 
GeneralRe: The state information is invalid for this page and might be corrupted. Pin
DiMann3-Dec-08 9:48
DiMann3-Dec-08 9:48 
AnswerRe: The state information is invalid for this page and might be corrupted. Pin
DiMann3-Dec-08 11:18
DiMann3-Dec-08 11:18 
QuestionPage Submit Pin
omlac11-Nov-08 19:33
omlac11-Nov-08 19:33 
QuestionWSDL Pin
lgatcodeproject11-Nov-08 18:36
lgatcodeproject11-Nov-08 18:36 
AnswerRe: WSDL Pin
Ashfield12-Nov-08 3:33
Ashfield12-Nov-08 3:33 
GeneralRe: WSDL Pin
Paul Conrad12-Nov-08 4:19
professionalPaul Conrad12-Nov-08 4:19 
QuestionRetrieve Data from another webpage besides XML Pin
Bad Programmer10-Nov-08 21:34
Bad Programmer10-Nov-08 21:34 
QuestionWeb 2.0 homepage layout question Pin
Member 391904910-Nov-08 21:10
Member 391904910-Nov-08 21:10 
QuestionHyperlink to swf Pin
Sachin Pimpale10-Nov-08 18:57
Sachin Pimpale10-Nov-08 18:57 
AnswerRe: Hyperlink to swf Pin
Mohammad Dayyan10-Nov-08 22:52
Mohammad Dayyan10-Nov-08 22:52 
QuestionResponse.Output.Write Works in VS2008 but not on the server Pin
Ofer Gal10-Nov-08 5:49
professionalOfer Gal10-Nov-08 5:49 
I have some code that works fine (brings up the open save cancel dialog to download the file) in the VS2008 IDE.
but when it is running on the server, the window just opens for few seconds then closes and no file download dialog shows.


Response.Charset = "";
Response.ContentType = "Application/x-msexcel"; //also tried Response.ContentType = "application/vnd.xls";
Response.AddHeader("Content-Disposition", "attachment;filename=StockIn_" + CurrentWarehouseS + ".xls");
System.IO.StringWriter stringWrite = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWrite);
gvInfo.RenderControl(htmlWrite); //gvInfo is a GridView
Response.Output.Write(stringWrite.ToString()); // Also tried Response.Write(stringWrite.ToString());
Response.End();

I get the same results even on the server itself
QuestionRelative path Problem Pin
dipak.dipak9-Nov-08 23:57
dipak.dipak9-Nov-08 23:57 
AnswerRe: Relative path Problem - IGNORE - CROSS POST Pin
Ashfield10-Nov-08 1:21
Ashfield10-Nov-08 1:21 
QuestionJava script for allow number and -(hyphen) in textbox Pin
mahaboobs9-Nov-08 20:51
mahaboobs9-Nov-08 20:51 
QuestionCross browser compatability IE 6, 7 and Firefox Pin
Caden8-Nov-08 17:38
Caden8-Nov-08 17:38 
AnswerRe: Cross browser compatability IE 6, 7 and Firefox Pin
sph3rex9-Nov-08 0:48
sph3rex9-Nov-08 0:48 
QuestionUrgent and critical : MOSS 2007 search Pin
Sendilkumar.M7-Nov-08 4:43
Sendilkumar.M7-Nov-08 4:43 

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.