asp.net-1.1

Store data from datagrid into database

Hi friends i am doing a project in that , I need a way to collect all the selected row, check validation from DataGrid, if all fields are valid, then insert them into a collection object and Finally INSERT that collection into the database.I have been using VB.Net 2003 with MS access.Thanks in advance.... ...

Convert XMLDocument to DataSet ASP.Net 1.1

I need to convert XMLDocument to DataSet in ASP.Net. I do not want To Save the XMLData to any physical location. ...

How to change the Page Title in ASP.Net 1.1 ?

With ASP.Net 2.0 you can use the Title property to change the page title : Page.Title = "New Title"; But since in ASP.Net 1.1 there isn't a Title property in the Page class, how can I change the page's title from the code-behind ? ...

Dropdownlist with <optgroup>s for version 1.1 of asp.net?

Is it possible to create a select box containing optgroups with asp:DropDownList in version 1.1 of asp.net? Similar question has been asked here and elsewhere for newer versions of asp.net with solutions involving ControlAdapters or custom controls like the ones from SharpPieces but all this doesn't seem to be compatible with asp.net 1....

How can I get Ajax and client side validators working with my ASP.Net 1.1 application in Firefox?

Ok, long story short - I've got an ASP.Net 1.1 website, which uses Validator controls and Ajax (ajax.dll, v5.7.22.2)... All of these elements of the site were chosen/implemented before I got here, and before anybody asks, no, it's not within our budget (timewise) to upgrade even to ASP.Net 2.0, let alone the latest and greatest of everyt...

How to create an Input Button in ASP.NET 1.1

I'm trying to create a generic <input type="button"> button in ASP.Net using an ASP.Net control and I'm unfortunately stuck using ASP.Net 1.1 right now. I know you can use the UseSubmitBehavior="False" attribute in later versions of ASP.Net but I can't seem to find a way to do this in ASP.Net 1.1. Is there a way to do this or will I ne...

Relative paths issues for ImageButton / LinkButton

Hi I have recently migrated from .Net 1.1 to 3.5, and none of my ImageButton's or LinkButton's work. Not only do they not show the image, but when pressed, they redirect back to the root of the site; and the 'onClick' EventHandler doesn't fire. E.g. If I click an ImageButton on the page: http...../MyWebsite.ecom/Project1/frontend/...

How to manually populate the datagrid in asp.net 1.1 using vb.net 2003?

Hello, just would like to ask if it is possible to manually populate the datagrid in asp.net 2003 using vb.net we usually populate the datagrid using this code, in this code what it does is it populate the datagrid base on your query , it's automated you can't edit or evaluate the data inside. dataGrid.DataSource = ds dataGrid.DataBind...

How to Upgrade Existing ASP.NET 1.1 Custom CMS to ASP.NET 4.0?

Here's what I have: Custom-made C# CMS where the content is stored in a database in XML, and XSLT is applied to format the page content. Here's my task: Design new front-end site and upgrade to ASP.NET 4.0 (via ASP.NET 2.0 first) in the process. Accessibility and standards compliance are factors. Here's my problem: Comprehensi...

Installing .net Framework 1.1 globally configured all my websites for 1.1 How do I undo this/permanently reconfigure them back to asp.net 2.0?

I have a Windows 7 machine on which I am using VS2005. .Net 2.0 and .Net 3.5 are installed on it. An app claimed it needed .NET framework 1.1 before it would run. I therefore installed framework 1.1 and it now runs. Problem: Now whenever I try to open a website in VS2005 I get a messages saying it is configured for 1.1 rather than 2.0...

Consume a WF hosted in IIS as a WCF service using ASP.NET 1.1 Client

As the title says, I would like to consume a WF workflow using a ASP.NET 1.1 client. The workflow is hosted on IIS as a .svc service. I have a .NET 3.5 winforms test client that uses wsHttpContextBinding. Because I need to put a WorkflowID in Context to have my workflow rehydrated and continued, I use this piece of code: var Svc = new...

Creating .NET 3.0 sub-applications within .NET 1.1 applications in IIS/ASP.Net

I am basically trying to do the same thing as this question, create a new application within a folder so it could be accessed as follows. * http://www.domain.com/ < Main App * http://www.domain.com/newapp < New App The problem is that newapp is reading the web.config from the Main App, which is causing errors because it doesn't have ...

The correct point in time to read an ASP .NET 1.1 control property in order to change page output

Using ASP .NET 1.1 with CMS 2002 and C#. Trying to read the contents of a CMS HTML placeholder control into a string reader object so certain logic can be performed and the page output modified before it is displayed: StringReader srHtml = new StringReader(this.HtmlPlaceholderControl1.Html); The problem is that the Html property...

Help me convert .NET 1.1 Xml validation code to .NET 2.0 please.

It would be fantastic if you could help me rid of these warnings below. I have not been able to find a good document. Since the warnings are concentrated in just the private void ValidateConfiguration( XmlNode section ) section, hopefully this is not terribly hard to answer, if you have encountered this before. Thanks! 'System.Configur...

Configure ELMAH without having to modify web.config except for httpmodules and httphandler

I want to create seperate config (for example elmah.config) with just <configSections> <sectionGroup name="elmah"> <section name="errorLog" type="Elmah.ErrorLogSectionHandler, Elmah" /> </sectionGroup> </configSections> <elmah> <errorLog type="Elmah.SqlErrorLog,Elmah" connectionString="....." />...

Access compilation element in web.config

I want to be able to determine if the web.config element <compilation defaultLanguage="vb" debug="false" /> if the property is debug is set to true or false. Public Shared Function isDebug() as Boolean ...... ...... ...... ...... End sub Thanks ...

Find GridView Row from another gridview

Hi, I have 2 datagrid (using .net 1.1). I need to access column of second grid ( i need to make a column of second grid as disabled) when i click "Cancel" link button in First Grid. How can this be done? ...

I'm asking for an scheduling web application based on asp.net 1.1

I see many scheduling application based on asp.net 2.0 and above. But I could'nt see any component or app for 1.1 version. In sum, I'm looking for an scheduling web application or component. Can anyone help me about that issue? ...

FullCalendar's events function

I'm using Fullcalendar in my Asp.Net 1.1 application. For taking data from server side, I use Ajaxpro. So codes to gets events to Fullcalendar are written as below: $calendar.fullCalendar({ editable: true, selectable: true, theme: true, height: 545, defaultView: 'agenda...

ASP.NET 1.1, FormsAuthentication, and IIS7 (Windows Server 2008 R2 x64)

Moving some old sites off an old server to a newer one running Windows Server 2008 x64. Some of the sites are running ASP.NET 1.1. I've gotten them all to work with minimal hiccups (other than making sure to remap each ASP.NET version via aspnet_regiis and copying over the 1.1 machine.config to the Framework64 location) except for FormsA...