-
Hi, I've been using this software called AJAXCMSCreator to generate our in-house CMS for our database, from these guys: http://www.developerinabox.com/ .. Looks pretty good to me, just wondering if anyone here has also tried it, and what they think of it before I buy a license...
Posted to
Free For All
(Forum)
by
sporn
on
12-19-2006, 12:00 AM
Filed under: web 2.0, ajax, asp.net, visual studio, .net 3.0, programming, vb.net, C#, Webservice, .NET
-
HI I am obtaining the current date and time from one of several time services. Works most of the time. Unfortunately, either due to heavy request volume or the provider being down or some other problem, response time is excessive. I would like to establish a timer and its associated handler to interupt...
-
Thank you Jessica for the post, Does the showModalDialog pop up a window with a seperate web page in it? If so how do I then pass the string value for whatever reason they enter back to the delete function? I had originally tried using button.attributes.add(.....onclientclick return inputDialog etc....
Posted to
Web Forms
(Forum)
by
edpeloquin
on
01-23-2007, 12:00 AM
Filed under: ASP.NET, ASP.NET 2.0, popup, codebehind, client, PostBack, .net
-
Hi.. to all.. im new to Dot Net platform... i have lot of confusion... actually im learning dot net now.. my friends are telling first u have to learn ASP.net then only u will learn VB.net.. some guys telling oppsite. but i like ASP.Net only... bcoz im more concentrate in only web technology.. plz tell...
-
I will try post my probleem. I need to give a small demo (in asp.net) and I want to use the calendar of my outlook 2003 in the "week viewing". It must by possible to add-appoiments in the calender and so ... In mijn student time, years ago, I program this in ASP-code like this: < OBJECT id ="ViewCtlFolder...
-
The problem is that when the request gets to the sub-folder web.config, it automatically redirects to the MAIN login.aspx page. I actually need it to redirect users to a different login.aspx within the folder itself because the users for that folder are authenticating against separate database. To answer...
Posted to
Web Forms
(Forum)
by
volatilepuppy
on
02-06-2007, 12:00 AM
Filed under: ASP.NET, ASP.NET 2.0, asp.NET 2.0 C#, web.config forms based authentication asp.net, login, Authentication, .net, ASP.NET 2.0 webform
-
Dear asp.net users. I have a very big problem. Because I'm new in asp.net I don't know how to solve my problem. Lets look my problems: I make some asp.net page, but it's not what i want. Couse problem is that, beacause I want to inicialize images in .aspx.cs document but I don't know how to do that....
Posted to
Web Forms
(Forum)
by
daredevilx
on
02-13-2007, 12:00 AM
Filed under: ASP.NET 1.x, ASP.NET, image, ASP.NET 2.0, asp.NET 2.0 C#, ASP.NET 1.1, .net, Asp .net
-
I have been researching what is the best way to create tasks in outlook from a web app (asp.net written in vb) . The user will be given the ability to create task items in their own mailbox from a given page. It seemed many people were using WebDAV and directly creating mail items on Exchange. But I...
-
Hey everyone, I've got an asp.net app (1.1) with several projects comprising my solution. All of a sudden, I started getting the following warnings: --- Warning: The dependency 'swn_LiveLink_Base, Version=1.0.2602.15178, Culture=neutral' in project 'SWNAFETracker' cannot be copied to the run directory...
-
Hi, I have an application (web page) made in Visual Studio (ASPX). I want to show a price based on the users selection. Selecting from a DropDownList, a java code could calculate the number choosen and write a text. The problem is that when I put under the script / Document.Write (Results) / , it creates...