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

ASP.NET

 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 2:04
K V Sekhar16-Feb-10 2:04 
GeneralRe: Web Deployment error for WebUserControl event Pin
Dinesh Mani16-Feb-10 2:24
Dinesh Mani16-Feb-10 2:24 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 3:17
K V Sekhar16-Feb-10 3:17 
AnswerRe: Web Deployment error for WebUserControl event Pin
Nath15-Feb-10 23:50
Nath15-Feb-10 23:50 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 2:05
K V Sekhar16-Feb-10 2:05 
GeneralRe: Web Deployment error for WebUserControl event Pin
amitamit09916-Feb-10 18:56
amitamit09916-Feb-10 18:56 
QuestionReponse.WriteFile Issue Pin
salmonraju15-Feb-10 21:11
salmonraju15-Feb-10 21:11 
AnswerRe: Reponse.WriteFile Issue Pin
Dinesh Mani15-Feb-10 22:23
Dinesh Mani15-Feb-10 22:23 
It is not a good practice to access the file system except your application root from a web application. If you should then you need to use a user credential with a elevated access rights than the default IIS user. Server admins won't let you do that.

BTW, Response.WriteFile does not read a file, it writes the response to the file on the current execution directory. To really write into a file you need to use File objects.

Do you want to write data into the file or read the file and display the data to your users on your application?
AnswerRe: Reponse.WriteFile Issue Pin
Rutvik Dave16-Feb-10 3:48
professionalRutvik Dave16-Feb-10 3:48 
QuestionConcurrent Updates using asp.net and mysql... Pin
spalanivel15-Feb-10 19:43
spalanivel15-Feb-10 19:43 
AnswerRe: Concurrent Updates using asp.net and mysql... Pin
Pranay Rana15-Feb-10 20:18
professionalPranay Rana15-Feb-10 20:18 
AnswerRe: Concurrent Updates using asp.net and mysql... Pin
Vimalsoft(Pty) Ltd15-Feb-10 20:26
professionalVimalsoft(Pty) Ltd15-Feb-10 20:26 
Questiondrag n drop selected row of one grid to another grid thru button in javascript? Pin
diyaa_0815-Feb-10 19:01
diyaa_0815-Feb-10 19:01 
AnswerRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
Abhijit Jana15-Feb-10 19:19
professionalAbhijit Jana15-Feb-10 19:19 
AnswerRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
keyur satyadev15-Feb-10 22:37
keyur satyadev15-Feb-10 22:37 
GeneralRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
diyaa_0815-Feb-10 23:33
diyaa_0815-Feb-10 23:33 
GeneralRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
keyur satyadev15-Feb-10 23:45
keyur satyadev15-Feb-10 23:45 
Questionloading image problem Pin
Any_India15-Feb-10 17:55
Any_India15-Feb-10 17:55 
AnswerRe: loading image problem Pin
Pranay Rana15-Feb-10 18:03
professionalPranay Rana15-Feb-10 18:03 
GeneralRe: loading image problem Pin
visukk15-Feb-10 18:52
visukk15-Feb-10 18:52 
AnswerRe: loading image problem Pin
Abhijit Jana15-Feb-10 18:56
professionalAbhijit Jana15-Feb-10 18:56 
QuestionURL Redirecting from http:// to WWW Pin
xbiplav15-Feb-10 11:45
xbiplav15-Feb-10 11:45 
AnswerRe: URL Redirecting from http:// to WWW Pin
Dr.Walt Fair, PE15-Feb-10 12:02
professionalDr.Walt Fair, PE15-Feb-10 12:02 
QuestionHot to URL Re-Routing ?? Pin
xbiplav15-Feb-10 11:03
xbiplav15-Feb-10 11:03 
AnswerRe: Hot to URL Re-Routing ?? Pin
Dr.Walt Fair, PE15-Feb-10 11:51
professionalDr.Walt Fair, PE15-Feb-10 11: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.