Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionAvoid Session clear Pin
deepthy.p.m11-Feb-09 17:54
deepthy.p.m11-Feb-09 17:54 
AnswerRe: Avoid Session clear Pin
ritzy pal11-Feb-09 18:48
ritzy pal11-Feb-09 18:48 
GeneralRe: Avoid Session clear Pin
ssramvinay12-Feb-09 0:06
ssramvinay12-Feb-09 0:06 
AnswerRe: Avoid Session clear Pin
ABitSmart11-Feb-09 19:26
ABitSmart11-Feb-09 19:26 
Questionhow to disable back button.. Pin
anujbanka178411-Feb-09 17:28
anujbanka178411-Feb-09 17:28 
QuestionOnClientClick requires 2 Clicks how to solve this? Pin
rprateek11-Feb-09 15:41
rprateek11-Feb-09 15:41 
Questionhow to assign text to label in l_DataBinding(Object sender, EventArgs e) method Pin
jmk_cooljack11-Feb-09 10:20
jmk_cooljack11-Feb-09 10:20 
AnswerRe: how to assign text to label in l_DataBinding(Object sender, EventArgs e) method Pin
Christian Graus11-Feb-09 11:27
protectorChristian Graus11-Feb-09 11:27 
GeneralRe: how to assign text to label in l_DataBinding(Object sender, EventArgs e) method Pin
jmk_cooljack11-Feb-09 12:17
jmk_cooljack11-Feb-09 12:17 
GeneralRe: how to assign text to label in l_DataBinding(Object sender, EventArgs e) method Pin
Christian Graus11-Feb-09 14:55
protectorChristian Graus11-Feb-09 14:55 
GeneralRe: how to assign text to label in l_DataBinding(Object sender, EventArgs e) method Pin
jmk_cooljack11-Feb-09 19:03
jmk_cooljack11-Feb-09 19:03 

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.