Click here to Skip to main content
15,916,019 members

Comments by bhaskarareddy (Top 5 by date)

bhaskarareddy 13-Jun-12 5:20am View    
Good explanation with simple description
bhaskarareddy 12-Jun-12 7:54am View    
you have to dispose() and close the file stream after process completed
FileStream fs = new FileStream(FPath, FileMode.Open);
fs.Close();
fs.Dispose();
bhaskarareddy 1-Jun-12 6:26am View    
this code is useful for win form application not for web application.
bhaskarareddy 3-May-12 6:51am View    
src="<%= Page.ResolveUrl("~")%>/Images/header_image.jpg"
bhaskarareddy 3-May-12 6:45am View    
i just have updated with different solution..please try it once