Click here to Skip to main content
16,007,858 members
Home / Discussions / Web Development
   

Web Development

 
GeneralADO.NET in ASP.NET Pin
Mazdak14-Mar-02 4:33
Mazdak14-Mar-02 4:33 
GeneralRe: ADO.NET in ASP.NET Pin
Paul Watson14-Mar-02 21:39
sitebuilderPaul Watson14-Mar-02 21:39 
GeneralRe: ADO.NET in ASP.NET Pin
Mazdak16-Mar-02 7:37
Mazdak16-Mar-02 7:37 
GeneralPaging Recordset problem Pin
Philip Patrick13-Mar-02 22:35
professionalPhilip Patrick13-Mar-02 22:35 
GeneralRe: Paging Recordset problem Pin
Nick Parker14-Mar-02 4:35
protectorNick Parker14-Mar-02 4:35 
GeneralRe: Paging Recordset problem Pin
Philip Patrick14-Mar-02 4:53
professionalPhilip Patrick14-Mar-02 4:53 
GeneralISAPI Extension Problem Pin
code dope13-Mar-02 1:27
code dope13-Mar-02 1:27 
GeneralRe: ISAPI Extension Problem Pin
code dope13-Mar-02 3:14
code dope13-Mar-02 3:14 
Further to the first post, I can actually make the page show now by refreshing (F5) when the "Page cannot be displayed" message is shown, although the text I input is not shown. In my Parse Map I have included a default (~) in case the text box is empty when the Submit button is pressed. This is being displayed so my handler function must be working OK.


My Parse Map now looks like this:

BEGIN_PARSE_MAP(CISAPI002Extension, CHttpServer)

ON_PARSE_COMMAND(Default, CISAPI002Extension, ITS_PSTR)
ON_PARSE_COMMAND_PARAMS("Input=~")

ON_PARSE_COMMAND(InputText, CISAPI002Extension, ITS_PSTR)
ON_PARSE_COMMAND_PARAMS("Input=~")

DEFAULT_PARSE_COMMAND(Default, CISAPI002Extension)
END_PARSE_MAP(CISAPI002Extension)


and it is being called with the following HTML:


<FORM ACTION="http://myServer/Scripts2/ISAPI002.dll?InputText?" METHOD="POST" >
<p>Enter Text : <input name="Text" size="12" tabindex="1"></p>
<p><input type="submit" value="Submit" name="B1">&nbsp;
<input type="reset" value="Reset" name="B2"></p>
</FORM>


Any ideas???

code dope.
GeneralASP.NET Pin
Mazdak12-Mar-02 19:12
Mazdak12-Mar-02 19:12 
GeneralRe: ASP.NET Pin
omkamal14-Mar-02 7:21
omkamal14-Mar-02 7:21 
GeneralRe: ASP.NET Pin
Mazdak14-Mar-02 9:12
Mazdak14-Mar-02 9:12 
GeneralRe: ASP.NET Pin
omkamal15-Mar-02 6:43
omkamal15-Mar-02 6:43 
GeneralRe: ASP.NET Pin
Andy Smith17-Mar-02 21:02
Andy Smith17-Mar-02 21:02 
GeneralRe: ASP.NET Pin
Mazdak17-Mar-02 21:07
Mazdak17-Mar-02 21:07 
GeneralRe: ASP.NET Pin
Andy Smith18-Mar-02 13:08
Andy Smith18-Mar-02 13:08 
GeneralAgain Datagrid Pin
Mazdak12-Mar-02 7:53
Mazdak12-Mar-02 7:53 
GeneralDynamic LinkButton Text Pin
Marco Cunha12-Mar-02 6:26
Marco Cunha12-Mar-02 6:26 
GeneralRe: Dynamic LinkButton Text Pin
James T. Johnson12-Mar-02 9:18
James T. Johnson12-Mar-02 9:18 
GeneralRe: Dynamic LinkButton Text Pin
Paul Watson14-Mar-02 1:02
sitebuilderPaul Watson14-Mar-02 1:02 
GeneralRe: Using a variable from code behind in aspx Pin
James T. Johnson17-Mar-02 21:54
James T. Johnson17-Mar-02 21:54 
GeneralRe: Using a variable from code behind in aspx Pin
Paul Watson17-Mar-02 22:11
sitebuilderPaul Watson17-Mar-02 22:11 
GeneralRe: Dynamic LinkButton Text Pin
Marco Cunha14-Mar-02 1:48
Marco Cunha14-Mar-02 1:48 
GeneralNewbie Help With Cookies and Forms Pin
kashmir999912-Mar-02 3:55
kashmir999912-Mar-02 3:55 
GeneralRe: Newbie Help With Cookies and Forms Pin
Roger Wright12-Mar-02 13:19
professionalRoger Wright12-Mar-02 13:19 
GeneralRe: Newbie Help With Cookies and Forms Pin
Paul Watson14-Mar-02 1:47
sitebuilderPaul Watson14-Mar-02 1:47 

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.