Jump to content
Xtreme .Net Talk

eramgarden

Avatar/Signature
  • Posts

    583
  • Joined

  • Last visited

Everything posted by eramgarden

  1. How can I remove it?? Sorry, i'm a newbie...
  2. See if this link helps: http://alpha.oreillynet.com/pub/a/dotnet/2003/03/24/sessionstate.html
  3. From time to time, after i finish debugging and i want to restart the page, i get this error in ASP.Net and i have to reboot. Any ideas on why and how can I get rid of it without rebooting everytime? Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Access is denied: 'ADODB'. Source Error: Line 170: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 171: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 172: <add assembly="*"/> Line 173: </assemblies> Line 174: Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config Line: 172
  4. Hello- I'm new to ASP.Net..so bear with me... Not sure if I'm on the right path here but this is what i want to do but not sure how to do it... I click on a button, go to the next page. On this page, I want to have 2 radio buttons. The RadioButton1 is the default and has for example 10 textboxes and a submit button with it.... When the Radio Button2 is clicked, i want to display another set of textboxes with a new submit button... so basically, going back and forth between the RadioButton1 and RadioButton2, displays different set of textboxes. How to go about doing this? a sample code and/or just an idea on how to do it would be great.
×
×
  • Create New...