Click here to Skip to main content
16,004,380 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Session Problem Pin
Chetan Patel11-Feb-09 22:36
Chetan Patel11-Feb-09 22:36 
GeneralRe: Session Problem Pin
papy-boom11-Feb-09 22:48
papy-boom11-Feb-09 22:48 
AnswerRe: Session Problem Pin
Expert Coming12-Feb-09 0:15
Expert Coming12-Feb-09 0:15 
QuestionDeletion in Repeater? Pin
Karthick_gc11-Feb-09 21:44
Karthick_gc11-Feb-09 21:44 
AnswerRe: Deletion in Repeater? Pin
N a v a n e e t h11-Feb-09 21:51
N a v a n e e t h11-Feb-09 21:51 
AnswerRe: Deletion in Repeater? Pin
Satish Mahapatra11-Feb-09 22:12
Satish Mahapatra11-Feb-09 22:12 
GeneralRe: Deletion in Repeater? Pin
Karthick_gc11-Feb-09 22:30
Karthick_gc11-Feb-09 22:30 
GeneralRe: Deletion in Repeater? Pin
Satish Mahapatra11-Feb-09 22:31
Satish Mahapatra11-Feb-09 22:31 
GeneralRe: Deletion in Repeater? Pin
Karthick_gc12-Feb-09 1:18
Karthick_gc12-Feb-09 1:18 
GeneralRe: Deletion in Repeater? Pin
Satish Mahapatra12-Feb-09 1:21
Satish Mahapatra12-Feb-09 1:21 
GeneralRe: Deletion in Repeater? Pin
Karthick_gc12-Feb-09 20:44
Karthick_gc12-Feb-09 20:44 
GeneralRe: Deletion in Repeater? Pin
Satish Mahapatra12-Feb-09 20:54
Satish Mahapatra12-Feb-09 20:54 
GeneralRe: Deletion in Repeater? Pin
Karthick_gc12-Feb-09 21:33
Karthick_gc12-Feb-09 21:33 
GeneralRe: Deletion in Repeater? Pin
Satish Mahapatra12-Feb-09 21:36
Satish Mahapatra12-Feb-09 21:36 
GeneralRe: Deletion in Repeater? Pin
Karthick_gc12-Feb-09 22:01
Karthick_gc12-Feb-09 22:01 
Questionviewstate MAC failed Pin
NidhiKanu11-Feb-09 21:43
professionalNidhiKanu11-Feb-09 21:43 
AnswerRe: viewstate MAC failed Pin
satalaj12-Feb-09 0:43
satalaj12-Feb-09 0:43 
GeneralRe: viewstate MAC failed Pin
NidhiKanu12-Feb-09 1:16
professionalNidhiKanu12-Feb-09 1:16 
QuestionProblem in mozila explorer Pin
Mr.Pranav D. Kalyani(MCA)11-Feb-09 21:30
Mr.Pranav D. Kalyani(MCA)11-Feb-09 21:30 
Dim tw As New System.IO.StringWriter
Dim hw As New System.Web.UI.HtmlTextWriter(tw)
Response.Clear()
Response.Buffer = True
Response.ContentType = "application/vnd.ms-excel"
Response.Charset = ""
Me.EnableViewState = False
divprojects.RenderControl(hw)
Response.Write(tw.ToString())
Response.End()

I'm using following codding for downloading dividion data into excel file that proper work into IE. but not in mozila, there saved as aspx page....
So what to do changes in following codding, please send me reply on my email id : pranav.kalayni@gmail.com
Name : Pranav Kalayni from Mumbai
QuestionE commerce web site documentation Pin
Sachin@pune11-Feb-09 21:16
Sachin@pune11-Feb-09 21:16 
Questionphoto uploding problem Pin
nikhil123411-Feb-09 21:09
nikhil123411-Feb-09 21:09 
Questionexecute in ffmpeg Pin
nithydurai11-Feb-09 18:50
nithydurai11-Feb-09 18:50 
QuestionRegular expression for Alphanumeric and float Pin
Rajesh_K_Sharma11-Feb-09 18:28
Rajesh_K_Sharma11-Feb-09 18:28 
Questioncalling RequiredFieldValidator's Validate Event on Textbox's on blur event Pin
Hemant D Patil11-Feb-09 18:06
Hemant D Patil11-Feb-09 18:06 
QuestionIFrame in ASP.NET Pin
trinm198711-Feb-09 17:59
trinm198711-Feb-09 17:59 

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.