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

ASP.NET

 
AnswerRe: RadioButton in GridView Pin
Ravindra Bisen18-Mar-09 21:37
Ravindra Bisen18-Mar-09 21:37 
QuestionTree View Pin
sunil.n.cs18-Mar-09 1:08
sunil.n.cs18-Mar-09 1:08 
GeneralRe: Tree View Pin
hisrikanthreddy18-Mar-09 1:28
hisrikanthreddy18-Mar-09 1:28 
QuestionAsp.Net MVC Redirect to external link Pin
Razvan Dimescu18-Mar-09 0:22
Razvan Dimescu18-Mar-09 0:22 
AnswerRe: Asp.Net MVC Redirect to external link Pin
N a v a n e e t h18-Mar-09 1:02
N a v a n e e t h18-Mar-09 1:02 
QuestionFileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32117-Mar-09 23:44
ven32117-Mar-09 23:44 
AnswerRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Christian Graus18-Mar-09 0:01
protectorChristian Graus18-Mar-09 0:01 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32118-Mar-09 0:42
ven32118-Mar-09 0:42 
Sir thank you for respond actually i new to Asp.net

i am uploading the image to server via ftp...
it is working fine when i use IE

In other browser...when load the file from specific path...that full path is not coming..
----------------------------------
string filePath = FileUpload1.PostedFile.FileName; -->comes full path in IE not in other browsers...

//Load the file
FileStream stream = File.OpenRead(filePath);-->bug is coming here
byte[] buffer = new byte[stream.Length];

stream.Read(buffer, 0, buffer.Length);
stream.Close();
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Subin Alex18-Mar-09 0:55
Subin Alex18-Mar-09 0:55 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32118-Mar-09 1:28
ven32118-Mar-09 1:28 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Subin Alex18-Mar-09 2:19
Subin Alex18-Mar-09 2:19 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
ven32118-Mar-09 2:41
ven32118-Mar-09 2:41 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Christian Graus18-Mar-09 10:25
protectorChristian Graus18-Mar-09 10:25 
RantRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Paddy Boyd18-Mar-09 3:38
Paddy Boyd18-Mar-09 3:38 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Christian Graus18-Mar-09 10:25
protectorChristian Graus18-Mar-09 10:25 
GeneralRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Christian Graus18-Mar-09 10:24
protectorChristian Graus18-Mar-09 10:24 
AnswerRe: FileUpload1.Postedfile.FileName not working in firefox/safari.....in asp.net Pin
Subin Alex19-Mar-09 2:14
Subin Alex19-Mar-09 2:14 
QuestionDirectly insertion from grid view Pin
Abhishek Rana17-Mar-09 23:37
Abhishek Rana17-Mar-09 23:37 
AnswerRe: Directly insertion from grid view Pin
Abhijit Jana18-Mar-09 0:01
professionalAbhijit Jana18-Mar-09 0:01 
QuestionHow to design in div tag Pin
ais0717-Mar-09 23:34
ais0717-Mar-09 23:34 
AnswerRe: How to design in div tag Pin
Subin Alex18-Mar-09 1:00
Subin Alex18-Mar-09 1:00 
AnswerRe: How to design in div tag Pin
N a v a n e e t h18-Mar-09 1:01
N a v a n e e t h18-Mar-09 1:01 
Questionhow to export stored procedures from local sql server 2000 to microsoft sql server Pin
somasekhara77717-Mar-09 22:22
somasekhara77717-Mar-09 22:22 
AnswerRe: how to export stored procedures from local sql server 2000 to microsoft sql server Pin
Abhijit Jana17-Mar-09 22:37
professionalAbhijit Jana17-Mar-09 22:37 
AnswerRe: how to export stored procedures from local sql server 2000 to microsoft sql server Pin
Herman<T>.Instance18-Mar-09 8:14
Herman<T>.Instance18-Mar-09 8:14 

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.