



Hi everyone,I have a Windows 2003 box with IIS 6.0 installed.My workstation is an XP machine with Visual Studio 2005.When I attempt to connect to my website from VS, I get an error saying FrontPage extensions are not installed. So I installed the front page extentions but continue to get the sam...
Hi all,I need to capture all the html that is generated after the user fillsall the controls on a page. This needs to be captured at the momentthe user hits the submit button. I tried doing it wit a server.execute, butit raises an exception. It complains about 'infinite loop or infiniterecu...
Hi, the system generates a text file on a server folder called "remessa",how do I do to user downloads the generated file to his machine?VS 2005 asp.net C# 2.0Thanks...
Hi...I need to create a SELECT with a variable in WHERE...Example:SELECT * FROM ANSWERS WHERE id = 1SELECT * FROM ANSWERS WHERE id = 2... ... ...It's possible?Thanks and sorry my english.Grillo...
All my pages are .aspx, I want to be able to have people just type inthe page name without having to type in .aspx, I know I can do this, Ijst can't remember where I configure the default extensions. I have ahsoted account on GoDaddy, so it's not local....
You can do this at the HTTP Handler level, but then you are essentiallyrewriting the server. A better method would be to use the MVC pattern andinstantiate bits as you need them. There are plenty of articles on this typeof programming.Gregory A. BeamerMVP, MCP: +I, SE, SD, DBA ******************...
"S_K" <steve_kershaw@yahoo.com> wrote in messagenews:1194469160.379364.302220@d55g2000hsg.googlegroups.com...> On Nov 7, 1:41 pm, bruce barker <nos...@nospam.com> wrote: <...>> Second, The first possiblility makes sense. However, why would hitting> the <ENT> or r...
When you create a cache object in a web site, where is actually stored? Inmemory?Does that mean if you have cluster and it switches node you lose your cache?TIA - Jeff....
I have a pretty standard bound GridView control with TemplateFields. Now Ineed to be able to control the properties of some of the columns based onvalues in the recordset that I am NOT displaying. Is there a way to accessthe current row of the DataSource in the RowDataBound event?...
Ah, appears to be just what I was looking for.Many thanks!Jonathan WoodSoftCircuits Programminghttp://www.softcircuits.com"Eliyahu Goldin" <REMOVEALLCAPITALSeEgGoldDinN@mMvVpPsS.org> wrote inmessage news:uKTOoAeIIHA.1212@TK2MSFTNGP05.phx.gbl...> Jonathan,> 1. Yes, it does seem like a...
"Steph" <steph@pipoland.com> wrote in messagenews:47330a43$0$5078$ba4acef3@news.orange.fr...> i will post on the bad ng... :> hello,> i want create a aspx object page for manipulate it.> like :> Page p = new Page();> p.LoadPage("~/mypage.aspx");> and after i can modify...
Hi,I want to send a parameter (via a request.querystring) to a storedprocedure, which, using that parameter, must thencalculate a scalar value and return it back to the code.Not sure whether this way is correct because of this error:"Input string was not in a correct format."at line: numb = chat...
