Click here to Skip to main content
15,912,069 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionVOIP project Pin
AnoopSingh8-Sep-08 4:25
AnoopSingh8-Sep-08 4:25 
AnswerRe: VOIP project Pin
led mike8-Sep-08 4:56
led mike8-Sep-08 4:56 
QuestionRegular Expression for an email address in AD Pin
Vipul Mehta8-Sep-08 4:05
Vipul Mehta8-Sep-08 4:05 
AnswerRe: Regular Expression for an email address in AD Pin
Manas Bhardwaj8-Sep-08 4:12
professionalManas Bhardwaj8-Sep-08 4:12 
QuestionDetecting Hardwware changes for Non Plug and Play devices (Serial port). Pin
vinay_K8-Sep-08 0:31
vinay_K8-Sep-08 0:31 
QuestionSync Framework Released - v1 Pin
Howard Richards8-Sep-08 0:12
Howard Richards8-Sep-08 0:12 
AnswerRe: Sync Framework Released - v1 Pin
Kevin McFarlane9-Sep-08 8:39
Kevin McFarlane9-Sep-08 8:39 
Questionexcel spooling? Pin
balaji.t7-Sep-08 19:09
balaji.t7-Sep-08 19:09 
Hi buddies,

My gridview has some data which i want to spool in excel. For that i wrote a code in a button click event like this

protected void imbtnexcel_Click()
{
Response.ContentType = "application/vnd.ms-Excel";
Response.AddHeader("Content-Disposition", "inline;filename=ExcelRPT.xls");

}
im using VS2008.whereas this is working in VS2005

Here the event is getting fired but excel file is not opening.How to acheive this?

T.Balaji

QuestionUpdate Properties In Running Threads Pin
cmancl7-Sep-08 17:27
cmancl7-Sep-08 17:27 
AnswerRe: Update Properties In Running Threads Pin
led mike8-Sep-08 5:07
led mike8-Sep-08 5:07 
Questionhow to have an image button column in my datagridview ? Pin
devboycpp7-Sep-08 12:07
devboycpp7-Sep-08 12:07 
AnswerRe: how to have an image button column in my datagridview ? Pin
John_Adams9-Sep-08 3:07
John_Adams9-Sep-08 3:07 
AnswerRe: how to have an image button column in my datagridview ? Pin
akhi4akhil16-Sep-08 2:41
akhi4akhil16-Sep-08 2:41 
QuestionNeed Suggestions for .NET Reporting Frameworks Pin
JPWheeler7-Sep-08 11:41
JPWheeler7-Sep-08 11:41 
AnswerRe: Need Suggestions for .NET Reporting Frameworks Pin
N a v a n e e t h7-Sep-08 18:52
N a v a n e e t h7-Sep-08 18:52 
AnswerRe: Need Suggestions for .NET Reporting Frameworks Pin
Pete O'Hanlon7-Sep-08 23:16
mvePete O'Hanlon7-Sep-08 23:16 
QuestionAny advice on low latency networking with .NET? Pin
Matt Hocker6-Sep-08 11:09
Matt Hocker6-Sep-08 11:09 
AnswerRe: Any advice on low latency networking with .NET? Pin
Mark Churchill7-Sep-08 1:26
Mark Churchill7-Sep-08 1:26 
Questionexpand & collapse using VS2008 Pin
amc766-Sep-08 7:41
amc766-Sep-08 7:41 
AnswerRe: expand & collapse using VS2008 Pin
Wendelius6-Sep-08 9:24
mentorWendelius6-Sep-08 9:24 
QuestionDot Net Framework for Linux Platform ? Pin
Lakul5-Sep-08 23:23
Lakul5-Sep-08 23:23 
AnswerRe: Dot Net Framework for Linux Platform ? Pin
Pete O'Hanlon6-Sep-08 1:10
mvePete O'Hanlon6-Sep-08 1:10 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Paul Conrad6-Sep-08 9:43
professionalPaul Conrad6-Sep-08 9:43 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Pete O'Hanlon7-Sep-08 8:46
mvePete O'Hanlon7-Sep-08 8:46 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Paul Conrad7-Sep-08 8:51
professionalPaul Conrad7-Sep-08 8:51 

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.