Click here to Skip to main content
15,911,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionConfirmation E-mail not working Pin
preethishivbaba11-Jun-06 1:47
preethishivbaba11-Jun-06 1:47 
AnswerRe: Confirmation E-mail not working Pin
Tarakeshwar Reddy11-Jun-06 3:32
professionalTarakeshwar Reddy11-Jun-06 3:32 
GeneralRe: Confirmation E-mail not working Pin
preethishivbaba11-Jun-06 15:39
preethishivbaba11-Jun-06 15:39 
GeneralRe: Confirmation E-mail not working Pin
Guffa11-Jun-06 18:57
Guffa11-Jun-06 18:57 
AnswerRe: Confirmation E-mail not working Pin
Guffa11-Jun-06 22:04
Guffa11-Jun-06 22:04 
QuestionHow can i run Server.HtmlEncode() on an XMLControls output? Pin
Red_Wizard_Shot_The_Food10-Jun-06 8:16
Red_Wizard_Shot_The_Food10-Jun-06 8:16 
QuestionHow we canFind File Size before uploading in ASP.NET 2.0 Pin
Haridas.R10-Jun-06 3:12
Haridas.R10-Jun-06 3:12 
AnswerRe: How we canFind File Size before uploading in ASP.NET 2.0 Pin
Tarakeshwar Reddy10-Jun-06 3:34
professionalTarakeshwar Reddy10-Jun-06 3:34 
You could use the below code.

<br />
System.IO.FileInfo oFile = new System.IO.FileInfo("c:\\Log.txt");<br />
long lSize = oFile.Length/1024;	<br />


It returns the file size as bytes. You can just divide 1024 to get the value in KB.







Tarakeshwar
MCP, CCIE Q(R&S)

Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.

!sgub evah t'nseod margorP sihT ?sgub naem ayaddahW

GeneralRe: How we canFind File Size before uploading in ASP.NET 2.0 Pin
Haridas.R10-Jun-06 3:54
Haridas.R10-Jun-06 3:54 
GeneralRe: How we canFind File Size before uploading in ASP.NET 2.0 Pin
Tarakeshwar Reddy10-Jun-06 4:02
professionalTarakeshwar Reddy10-Jun-06 4:02 
QuestionDisplay Date in a DropDownList Pin
Chandan_Kr10-Jun-06 2:06
Chandan_Kr10-Jun-06 2:06 
AnswerRe: Display Date in a DropDownList Pin
minhpc_bk11-Jun-06 15:47
minhpc_bk11-Jun-06 15:47 
QuestionASP.NET release Pin
TintinV3ck10-Jun-06 1:21
TintinV3ck10-Jun-06 1:21 
AnswerRe: ASP.NET release Pin
minhpc_bk11-Jun-06 15:51
minhpc_bk11-Jun-06 15:51 
Questionlock Pin
ali bagheri10-Jun-06 0:09
ali bagheri10-Jun-06 0:09 
AnswerRe: lock Pin
albCode10-Jun-06 0:19
albCode10-Jun-06 0:19 
AnswerRe: lock Pin
Super Lloyd10-Jun-06 2:41
Super Lloyd10-Jun-06 2:41 
AnswerRe: lock Pin
Allah On Acid10-Jun-06 9:35
Allah On Acid10-Jun-06 9:35 
Questionobject data source or sql data source Pin
gotchi.at9-Jun-06 23:29
gotchi.at9-Jun-06 23:29 
AnswerRe: object data source or sql data source Pin
Chris Maunder10-Jun-06 2:27
cofounderChris Maunder10-Jun-06 2:27 
GeneralRe: object data source or sql data source Pin
gotchi.at11-Jun-06 8:04
gotchi.at11-Jun-06 8:04 
QuestionPAssing data between User Controls Please HELP !!! Pin
dbebek9-Jun-06 22:43
dbebek9-Jun-06 22:43 
AnswerRe: PAssing data between User Controls Please HELP !!! Pin
dansoft9-Jun-06 23:46
dansoft9-Jun-06 23:46 
AnswerRe: PAssing data between User Controls Please HELP !!! Pin
Guffa9-Jun-06 23:58
Guffa9-Jun-06 23:58 
GeneralRe: PAssing data between User Controls Please HELP !!! Pin
dbebek10-Jun-06 1:04
dbebek10-Jun-06 1:04 

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.