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

ASP.NET

 
QuestionWhy __VIEWSTATE comes in querystring? Pin
RSArockiam28-Nov-06 19:58
RSArockiam28-Nov-06 19:58 
AnswerRe: Why __VIEWSTATE comes in querystring? Pin
Eduard Keilholz28-Nov-06 20:34
Eduard Keilholz28-Nov-06 20:34 
GeneralRe: Why __VIEWSTATE comes in querystring? Pin
RSArockiam28-Nov-06 22:49
RSArockiam28-Nov-06 22:49 
AnswerRe: Why __VIEWSTATE comes in querystring? Pin
Guffa28-Nov-06 21:10
Guffa28-Nov-06 21:10 
QuestionHow to delete a row from datagrid using check box Pin
ravindradonkada28-Nov-06 19:46
ravindradonkada28-Nov-06 19:46 
AnswerRe: How to delete a row from datagrid using check box Pin
needhelpinnet28-Nov-06 22:06
needhelpinnet28-Nov-06 22:06 
QuestionASP Problem Pin
Debi Prasad28-Nov-06 19:41
Debi Prasad28-Nov-06 19:41 
AnswerRe: ASP Problem Pin
Eduard Keilholz28-Nov-06 20:38
Eduard Keilholz28-Nov-06 20:38 
This sounds like a good old ASP error in stead of an ASP.NET error...

It means your webserver does not know the FileSystemObject class (which is pretty strange though)

If you're using ASP.NET, you meight consider using the System.IO namespace for using the same functionality, if you ARE using ASP.NET, make sure you have the correct DLL (Which should be a scripting COM object or so, i don't know anymore, too long ago) and register is by typing regsvr32 in a command prompt followed by the filename

<br />
regsvr32 c:\path\to\scripting.dll<br />



.: I love it when a plan comes together :.
http://www.zonderpunt.nl

QuestionProblem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 19:32
resmy.m@gmail.com28-Nov-06 19:32 
QuestionDo Postback Pin
bmadhura28-Nov-06 19:14
bmadhura28-Nov-06 19:14 
QuestionHow do I get my custom web component look like a a textbox and image button instead of a [xxx "xxx"] in VS 2003 designer? Pin
howardjr28-Nov-06 19:13
howardjr28-Nov-06 19:13 
AnswerRe: How do I get my custom web component look like a a textbox and image button instead of a [xxx "xxx"] in VS 2003 designer? Pin
howardjr28-Nov-06 20:00
howardjr28-Nov-06 20:00 
Questiondownload files Pin
abulhassan_shock28-Nov-06 19:10
abulhassan_shock28-Nov-06 19:10 
AnswerRe: download files Pin
just3ala228-Nov-06 19:32
just3ala228-Nov-06 19:32 
GeneralRe: download files Pin
playout28-Nov-06 19:46
playout28-Nov-06 19:46 
AnswerRe: download files Pin
playout28-Nov-06 19:33
playout28-Nov-06 19:33 
Questioninclude another aspx page Pin
playout28-Nov-06 19:06
playout28-Nov-06 19:06 
AnswerRe: include another aspx page Pin
Mohsen Sajjadi28-Nov-06 19:09
Mohsen Sajjadi28-Nov-06 19:09 
Question[Message Deleted] Pin
Hareesh.P.R28-Nov-06 18:41
Hareesh.P.R28-Nov-06 18:41 
AnswerRe: .resx file and bilingual applications Pin
Mohsen Sajjadi28-Nov-06 19:11
Mohsen Sajjadi28-Nov-06 19:11 
AnswerRe: .resx file and bilingual applications Pin
just3ala228-Nov-06 19:22
just3ala228-Nov-06 19:22 
QuestionValidation question Pin
cheeken2u28-Nov-06 18:33
cheeken2u28-Nov-06 18:33 
AnswerRe: Validation question Pin
Mohsen Sajjadi28-Nov-06 19:08
Mohsen Sajjadi28-Nov-06 19:08 
AnswerRe: Validation question Pin
playout28-Nov-06 19:24
playout28-Nov-06 19:24 
Questiondigits grouped as entered into a textbox Pin
Mohsen Sajjadi28-Nov-06 18:28
Mohsen Sajjadi28-Nov-06 18:28 

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.