Click here to Skip to main content
15,881,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DataSets--Kindly Help... Pin
.NetRams2-Jul-07 0:36
.NetRams2-Jul-07 0:36 
GeneralRe: DataSets--Kindly Help... Pin
Blumen2-Jul-07 1:07
Blumen2-Jul-07 1:07 
QuestionHow to use client side custom validator Pin
Hemant Garg1-Jul-07 6:19
Hemant Garg1-Jul-07 6:19 
AnswerRe: How to use client side custom validator Pin
Not Active1-Jul-07 7:35
mentorNot Active1-Jul-07 7:35 
AnswerRe: How to use client side custom validator Pin
koolprasad20031-Jul-07 23:44
professionalkoolprasad20031-Jul-07 23:44 
QuestionAds that move across the page from left to right?? [modified] Pin
Nada Adel1-Jul-07 3:40
Nada Adel1-Jul-07 3:40 
AnswerRe: Ads that move across the page from left to right?? Pin
Sylvester george1-Jul-07 18:56
Sylvester george1-Jul-07 18:56 
QuestionI need help! please Pin
Junior Boy1-Jul-07 0:24
Junior Boy1-Jul-07 0:24 
I have been trying to read textfile from client side and get the data inside the file add into the
table but I have this error all the timeFrown | :(
Anybody who know how to resolve this problem please help me.
I am just new in ASP .NET and this is the first webApplication of mine.

Thank you million for helps,

===============================================================================================
Server Error in '/' Application.
--------------------------------------------------------------------------------

Could not find a part of the path 'C:\Documents and Settings\aim\Desktop\DataFile.txt'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Documents and Settings\aim\Desktop\DataFile.txt'.

Source Error:


Line 36:
Line 37: // fileInfo = Server.MapPath("TextFiles//mydata.txt"); //Testing
Line 38: fs = new FileStream(fileInfo, FileMode.Open, FileAccess.Read);
Line 39: sr = new StreamReader(fs);
Line 40:


Source File: d:\webhost\471463016\Table2.aspx Line: 38

===============================================================================================



junior boy

AnswerRe: I need help! please Pin
Guffa1-Jul-07 6:54
Guffa1-Jul-07 6:54 
AnswerRe: I need help! please Pin
blue_arc1-Jul-07 19:23
blue_arc1-Jul-07 19:23 
GeneralRe: I need help! please Pin
Junior Boy1-Jul-07 21:11
Junior Boy1-Jul-07 21:11 
QuestionDisplay Problem Pin
.NET- India 30-Jun-07 19:15
.NET- India 30-Jun-07 19:15 
AnswerRe: Display Problem Pin
Christian Graus30-Jun-07 22:13
protectorChristian Graus30-Jun-07 22:13 
QuestionListbox control help [modified] Pin
ASPnoob30-Jun-07 11:44
ASPnoob30-Jun-07 11:44 
AnswerRe: Listbox control help Pin
Fred_Smith1-Jul-07 0:07
Fred_Smith1-Jul-07 0:07 
QuestionFile Upload Pin
Nazir Hussain30-Jun-07 4:11
Nazir Hussain30-Jun-07 4:11 
AnswerRe: File Upload Pin
sathesh pandian1-Jul-07 19:33
sathesh pandian1-Jul-07 19:33 
QuestionConvert Sql Data into Excel Format Pin
abhishekdubey12330-Jun-07 2:33
abhishekdubey12330-Jun-07 2:33 
AnswerRe: Convert Sql Data into Excel Format Pin
Bassam Saoud30-Jun-07 2:46
Bassam Saoud30-Jun-07 2:46 
Questionhow to make one dropdownlist depending on another dropdown list Pin
mukkanti00730-Jun-07 0:53
mukkanti00730-Jun-07 0:53 
AnswerRe: how to make one dropdownlist depending on another dropdown list Pin
Sathesh Sakthivel30-Jun-07 0:59
Sathesh Sakthivel30-Jun-07 0:59 
QuestionHow to use Webparts Pin
Suryanairg29-Jun-07 23:42
Suryanairg29-Jun-07 23:42 
AnswerRe: How to use Webparts Pin
Sathesh Sakthivel29-Jun-07 23:47
Sathesh Sakthivel29-Jun-07 23:47 
AnswerRe: How to use Webparts Pin
Bassam Saoud29-Jun-07 23:48
Bassam Saoud29-Jun-07 23:48 
QuestionCalendar DayRender Pin
oskardiazdeleon29-Jun-07 23:00
oskardiazdeleon29-Jun-07 23:00 

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.