Click here to Skip to main content
16,006,440 members
Home / Discussions / C#
   

C#

 
QuestionList of installed fonts ? Pin
sachinkalse5-Jul-04 20:34
sachinkalse5-Jul-04 20:34 
AnswerRe: List of installed fonts ? Pin
Heath Stewart6-Jul-04 6:03
protectorHeath Stewart6-Jul-04 6:03 
GeneralAdding extra attribute / event to web control Pin
Member 11955125-Jul-04 20:10
Member 11955125-Jul-04 20:10 
GeneralRe: Adding extra attribute / event to web control Pin
Colin Angus Mackay5-Jul-04 21:00
Colin Angus Mackay5-Jul-04 21:00 
QuestionHow to Invoke methods declared in the dynamically loaded Assembly? Pin
ganeshvijay5-Jul-04 19:46
ganeshvijay5-Jul-04 19:46 
AnswerRe: How to Invoke methods declared in the dynamically loaded Assembly? Pin
MKlucher5-Jul-04 20:52
MKlucher5-Jul-04 20:52 
GeneralCookie Pin
Moon Boy5-Jul-04 18:25
Moon Boy5-Jul-04 18:25 
GeneralRe: Cookie Pin
Heath Stewart5-Jul-04 19:03
protectorHeath Stewart5-Jul-04 19:03 
First of all, this really belongs in the Web Developer forum. This forum is for questions relating to C#, which can be used to create ASP.NET web applications that parse, compile, and execute code on the server so format and stream HTML to (and other files) to the browser or other client application using HTTP.

Second, if you want to use ASP.NET, then by default the pages use the .aspx extension, not .html.

Third, by using .html extensions, you are implying that you want to do this using client-side scripting, since .html is, by default, not a CGI-parsed extension on any system without actually remapping file extensions.

Fourth, are you kidding? Passing the username and password in a query string is the most insecure method ever conceived! You might as well eliminate authentication. You pass username and passwords using POST (not GET) and you should use SSL over HTTP (HTTPS) if this is sensitive information. Even without using SSL, using POST at least doesn't store the username and password in the browser's history like this would.

After taking all that above into account, how you do this depends on what server you're using and lots of other information. Again, I suggest you ask this in the Web Developers forum.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Cookie Pin
Moon Boy5-Jul-04 19:07
Moon Boy5-Jul-04 19:07 
GeneralRe: Cookie Pin
Heath Stewart5-Jul-04 19:09
protectorHeath Stewart5-Jul-04 19:09 
GeneralRe: Cookie Pin
Moon Boy5-Jul-04 19:16
Moon Boy5-Jul-04 19:16 
QuestionHow to add Textbox's PasswordChar property in PropertyGrid Control? Pin
god4k5-Jul-04 15:48
god4k5-Jul-04 15:48 
AnswerRe: How to add Textbox's PasswordChar property in PropertyGrid Control? Pin
Heath Stewart5-Jul-04 18:17
protectorHeath Stewart5-Jul-04 18:17 
GeneralRe: How to add Textbox's PasswordChar property in PropertyGrid Control? Pin
god4k5-Jul-04 18:42
god4k5-Jul-04 18:42 
GeneralQuick bit field question Pin
benglish725-Jul-04 13:28
benglish725-Jul-04 13:28 
GeneralRe: Quick bit field question Pin
Mike Dimmick5-Jul-04 13:38
Mike Dimmick5-Jul-04 13:38 
GeneralRe: Quick bit field question Pin
benglish725-Jul-04 15:12
benglish725-Jul-04 15:12 
QuestionSQL Security Hole - am I vulnerable? Pin
Ian Bowler5-Jul-04 13:04
Ian Bowler5-Jul-04 13:04 
AnswerRe: SQL Security Hole - am I vulnerable? Pin
Mike Dimmick5-Jul-04 13:33
Mike Dimmick5-Jul-04 13:33 
GeneralRe: SQL Security Hole - am I vulnerable? Pin
Ian Bowler5-Jul-04 21:32
Ian Bowler5-Jul-04 21:32 
GeneralRe: SQL Security Hole - am I vulnerable? Pin
Colin Angus Mackay5-Jul-04 23:25
Colin Angus Mackay5-Jul-04 23:25 
Generalcomparison of two strings - how to get a score Pin
rlacatus5-Jul-04 12:34
rlacatus5-Jul-04 12:34 
GeneralRe: comparison of two strings - how to get a score Pin
rlacatus6-Jul-04 11:30
rlacatus6-Jul-04 11:30 
GeneralDataGrid current row Pin
Christian Graus5-Jul-04 11:13
protectorChristian Graus5-Jul-04 11:13 
GeneralRe: DataGrid current row Pin
Christian Graus5-Jul-04 12:14
protectorChristian Graus5-Jul-04 12: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.