ASP .NET RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Cannot configure FrontPage 2002 Extentions - "not authorized"

    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...

    1 answers | 731 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • capturing HTML of the same page during a postback

    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...

    3 answers | 556 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Downloading generated files

    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...

    2 answers | 185 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Loop in SQL

    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...

    3 answers | 262 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • How to make page dispay regardless of file extension

    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....

    1 answers | 275 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Page p = new Page();

    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 ******************...

    0 answers | 891 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Why is a button Click event also called when a textbox TextChanged event is calle

    "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...

    0 answers | 800 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Cache object.

    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....

    1 answers | 188 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Accessing DataSource on GridView RowDataBound

    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?...

    1 answers | 293 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • When are User Roles Initialized?

    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...

    0 answers | 1576 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Page p = new Page();

    "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...

    1 answers | 789 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • problem with sending and returning value in/from stored proc

    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...

    2 answers | 1525 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "ASP .NET"
PERL.THATSCRIPTS.COM