Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
GeneralDataSet with DateTime Problem with MySql Pin
ksanju100029-Jul-05 18:06
ksanju100029-Jul-05 18:06 
QuestionHow can I.. Pin
KORCARI29-Jul-05 17:58
KORCARI29-Jul-05 17:58 
AnswerRe: How can I.. Pin
JSBALOCH29-Jul-05 23:33
JSBALOCH29-Jul-05 23:33 
AnswerRe: How can I.. Pin
tatchung30-Jul-05 7:24
tatchung30-Jul-05 7:24 
GeneralListView GridLines Don't line up Pin
Dominic Farr29-Jul-05 15:39
Dominic Farr29-Jul-05 15:39 
Questionhow do I make a very basic graphics app Pin
Member 209158729-Jul-05 15:31
Member 209158729-Jul-05 15:31 
AnswerRe: how do I make a very basic graphics app Pin
Robert Rohde29-Jul-05 19:49
Robert Rohde29-Jul-05 19:49 
GeneralASP.NET big problem Pin
brunoconde29-Jul-05 12:39
brunoconde29-Jul-05 12:39 
hi there. Wink | ;) I have a project to make and i'm a litle confused. Between a Browser (like IE or Firefox) and the web server IIS i have to do something (application, Server, module ...) that recognizes a PDA and if so change HTML code or change the text inside it and then answer the request.
I need some kind of module or application that work with IIS and, if device is PDA, change the response to the browser.

The problem is that i have to change the text within the pages of all web sites...

I can configure web.config in ASP.NET on root of all web sites in IIS to recognize or filter PDA devices and i did a module with the help of a web service to change the web pages but this only works with pages that use aspnet_isapi.dll. The rest of the pages pass by this module.

This only works in WebService pages or WebApplication pages.

I need a "HTTP Runtime Support" of .NET with HttpHandler and HttpModule for all pages and not only for aspnet_isapi.dll.

ASP.NET

<httpmodules>

<add name="HelloWorldModule" type="WebServiceHTTPModule.HelloWorldModule, WebServiceHTTPModule">

The only way i think this is executable is by making a ISAPI filter for IIS but i need to program in c# for my project ...


.NET, C#.

Can you Help me !!! PLEASE Frown | :(

Sorry for my english.

Thank you for your time Wink | ;)

Bruno Conde Wink | ;)

countbruno@gmail.com
GeneralThreadsafe Generic Dictionary Pin
Werdna29-Jul-05 12:18
Werdna29-Jul-05 12:18 
GeneralRe: Threadsafe Generic Dictionary Pin
Judah Gabriel Himango29-Jul-05 20:21
sponsorJudah Gabriel Himango29-Jul-05 20:21 
GeneralRe: Threadsafe Generic Dictionary Pin
Werdna30-Jul-05 4:24
Werdna30-Jul-05 4:24 
Generalc# .net write/print form question Pin
Rabbit1729-Jul-05 11:44
Rabbit1729-Jul-05 11:44 
GeneralRe: c# .net write/print form question Pin
Robert Rohde29-Jul-05 19:56
Robert Rohde29-Jul-05 19:56 
Generalinput problem Pin
iramg29-Jul-05 10:54
iramg29-Jul-05 10:54 
Generalparenthesis in a string Pin
eggie529-Jul-05 10:51
eggie529-Jul-05 10:51 
GeneralRe: parenthesis in a string Pin
Guffa29-Jul-05 11:25
Guffa29-Jul-05 11:25 
GeneralRe: parenthesis in a string Pin
eggie529-Jul-05 11:27
eggie529-Jul-05 11:27 
GeneralRe: parenthesis in a string Pin
David Rush29-Jul-05 11:51
professionalDavid Rush29-Jul-05 11:51 
GeneralRe: parenthesis in a string Pin
David Rush29-Jul-05 11:29
professionalDavid Rush29-Jul-05 11:29 
GeneralProgram Auto-Updated Pin
Kee-Won Hong29-Jul-05 10:51
Kee-Won Hong29-Jul-05 10:51 
GeneralRe: Program Auto-Updated Pin
David Rush29-Jul-05 12:00
professionalDavid Rush29-Jul-05 12:00 
GeneralRe: Program Auto-Updated Pin
Kee-Won Hong1-Aug-05 5:54
Kee-Won Hong1-Aug-05 5:54 
GeneralRe: Program Auto-Updated Pin
David Rush2-Aug-05 5:09
professionalDavid Rush2-Aug-05 5:09 
GeneralDataGrid cells Pin
zaboboa29-Jul-05 9:48
zaboboa29-Jul-05 9:48 
GeneralRe: DataGrid cells Pin
Robert Rohde29-Jul-05 20:02
Robert Rohde29-Jul-05 20:02 

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.