all groups > asp.net > december 2005 > threads for sunday december 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
feedback on open source cms
Posted by Mads Høbye at 12/11/2005 11:30:36 PM
Hey,
We have released the first beta version of the content management system
sharpcms.net. It is a XML and XSLT based system where you can pretty much do
anything through the XSLT templates. It is open source under the gnu-gpl
license and written in C# .net 2.0.
At this moment we really... more >>
Print Page
Posted by Peter at 12/11/2005 10:54:42 PM
ASP.NET 1.1
Does anyone has an example where user can click on an link or button and =
print the current page?
Thanks
Peter... more >>
How to set BoundColumn DataFormatString in CodeBehind?
Posted by Randall Parker at 12/11/2005 10:03:49 PM
In ASP.Net v1.1 and C# suppose one has:
protected System.Web.UI.WebControls.DataGrid MyGrid;
In Page_Load I want to do the equivalent of:
MyGrid.Columns[MyDateColumnIndex].DataFormatString="{0:d}";
or
MyGrid.Columns[MyDateColumnIndex].DataFormatString="{0:g}";
dependi... more >>
Javascript two fields merged to one hidden field
Posted by Microsoft_Public at 12/11/2005 9:57:24 PM
All I'm getting is <null>......
I have a legacy input form that I must maintain for a few more months until
the balance of the site can be converted to .Net.
I need the one database field to contain either 0, 1, 2.
The form has 2 pairs of radio button fields.
If the answer to the fir... more >>
ASP.NET 2.0 Themes are not WYSIWYG
Posted by Michael at 12/11/2005 9:48:53 PM
Hello,
I'm starting to use Themes. I skin some Web controls, like a WebPart and a
CatalogPart. While browsing my Web page, I can see that the Theme is
working, in VS 2005, in design view, I don't see the Theme styles being
applied. Neither are the properties reflected in the Properties wind... more >>
Publish website problem in ASP.NET 2.0 / VS 2005
Posted by Hardy Wang at 12/11/2005 9:21:07 PM
Hi all,
I develop web application on my local machine, when it is ready to go, I
click Build -> Publish Web Site menu item to copy to remote folder, which is
good.
Now I have a question, is there a way I can skip copying of
"web.config", because I may have different setting (e.g. c... more >>
Exceptions kill Sessions?
Posted by BLiTZWiNG at 12/11/2005 8:16:02 PM
I'm working on a huge scale project, and I've stumbled onto something that
appeared to be just random buggy code before we started larger scale testing.
Everytime there is an exception in my code, the session is terminated. I
don't understand why this is. I can't find any reference to it in ... more >>
IIS Default web site
Posted by Mr Newbie at 12/11/2005 7:17:27 PM
HI, I am configuring IIS and have added a web site. However, the default for
the server is the wwwroot. How can I alter the configuration so that by
default IE http://MyServerAddress points to something other than the root ?
--
Best Regards
The Inimitable Mr Newbie º¿º
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ImageMap Coordinate Question
Posted by Richard Roche at 12/11/2005 4:17:02 PM
After setting an image map in html all i get is nothing from my
Request.MapImageCoordintes call. I'm doing something simple
wrong, but have tried many things. Any advice appreciate.
I'd like to know the X,y of the user's click.
Dim iCoordinates() As Integer
iCoordinates = Request.MapImage... more >>
Store temporary data?
Posted by James T. at 12/11/2005 4:16:05 PM
Hello!
I am developing a travel agency web site. Now I am bit stuck and need some
advice.
I created a 4 step wizard page to add new vacation package to the database.
On the 3rd step there is a form where user can add one or more Hotels.
Hotels table contains information about hotels rela... more >>
total newbie question about Listbox.selectedindex
Posted by ThunderMusic at 12/11/2005 2:49:42 PM
Hi,
I just begun programming ASP.NET and I made a simple page with a listbox, a
label and a button. There are three items in the listbox, I want that when I
select an item, the label tells me which item is selected. I set the OnClick
event of the button to a sub with only "MyLabel.Text = MyLi... more >>
Scalable web architecture with ASP.NET 2.0
Posted by Brent Borovan at 12/11/2005 1:16:03 PM
Hello,
Our team is about to begin development of a web based product using ASP.NET
2.0. We want to ensure that our architecture is scalable (n-tier) and easy
to maintain. I've read up on the new ObjectDataSource as used in Microsoft's
TimeTracker demo and it looks like a similar direction... more >>
How to become good in Documentation and use cases
Posted by Patrick.O.Ige at 12/11/2005 12:59:26 PM
How are these things important and how can you become good at it?
Any ideas
... more >>
IEnuermator?
Posted by Rob Meade at 12/11/2005 12:08:10 PM
Hi all,
I've tried to use the above to make me class and collection class
enumerable - but I dont seem to be having much success.
I was wondering if my problem is because the ArrayList is zero based where
as when I run the code, the MoveNext gets triggered setting the
currentPosition to ... more >>
Validation within Javascript for framework existence
Posted by PP at 12/11/2005 9:16:03 AM
Using JavaScript, is there a way to identify if the user machine has .NET 2.0
frame installed?
... more >>
Problems with IIS 5.1 & Oracle9i
Posted by dev_cool at 12/11/2005 7:44:39 AM
hello friends,
I'm a fresher (& novish) in this Dotnet world. I got stuck with a
problem - in my XP machine, I installed IIS 5.1 & Dotnet framework.
Then I installed Oracle 9i. Afterwards, IIS stoped to work
anymore....it seems IIS & Oracle shares the same port no(80). So I
removed Oracle. Now ... more >>
Call WebService using HTTPWebRequest object
Posted by hharry at 12/11/2005 7:20:58 AM
Hi All,
I have a simple web service:
<WebMethod()> _
Public Function ReSample(ByVal sInput As Integer) As String
Return sInput * 5
End Function
I am trying to call this service from a second service by sending a
soap message using the HTTPWebRequest object.... more >>
getting started with asp.net
Posted by ajmalrahiman at 12/11/2005 5:40:39 AM
I cannot start asp.net on my machine
http/1.1 503 service unavailable message appears
iis is installed - normal asp pages are working
how to make asp.net runnin
-
ajmalrahima
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
---... more >>
Login failed for user 'NT AUTHORITY\SYSTEM'.
Posted by micky at 12/11/2005 5:09:18 AM
i use database in app_Data ...*.mdf file not using sql server ..
when i open the database file on visual studio 2005 there is error occur
like below.
===========================================================
Cannot open user default database. Login failed.
Login failed for user 'NT AUTHORIT... more >>
HOw to force file save back to server location?
Posted by Daniel at 12/11/2005 12:15:02 AM
Hi all,
I just curious how to prompt a location msg box to allow save the file(grab
from server location such as c:\abc\d\") to the server side?
Any ideas?
Thank you.
Best regards,
GIn Lye Khor... more >>
|