all groups > asp.net > august 2006 > threads for saturday august 26
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
problem in formatting date & time
Posted by psycho at 8/26/2006 11:12:05 PM
in sqlserver in date is stored in a particular format. Date and time
are stored in same column. so if i want to display only date or only
time in the datagrid is there any solution?
... more >>
GetLocalResourceObject in Master Page
Posted by John Baima at 8/26/2006 9:46:20 PM
I am trying to make a template out of a Master Page + some other
things and I wanted to localize everything so I used the Tools |
Generate Local Resource command. That removed some of the text, but
for the regular text, I edited the default.master.resx file and added
some rows. However, when I j... more >>
How to find asp.net 1.0
Posted by ad at 8/26/2006 8:42:26 PM
There is only asp.net 2.0 can selected when I set the asp.net version in
IIS.
I wnat to set my wep applicaiton to asp.net 1.0.
How can I do?
... more >>
Parser error in web.config
Posted by ad at 8/26/2006 8:18:42 PM
I am use VS2005 to develp web applicaiton, it run well in my notebook
But after deploy it to a Server.
When I start this web application in that server, it showmessage like below.
How can I do?
----------------------------------------------------------------------------------------------------... more >>
Distributable asp.net web site configuration tool
Posted by John at 8/26/2006 7:53:51 PM
Hi
Is there a distributable version of asp.net web site configuration tool
available? I need it to distribute with my app to allow end user client to
manage their own users.
Thanks
Regards
... more >>
inherit from my custom page
Posted by LeAnne at 8/26/2006 7:45:38 PM
I've created a custom Page class (which in turn inehrts from Page class).
This class has some generic code which i'd like to include into every page.
At the moment, I keep modifying the pages and changing the Inherits line to
inherit from my page class.
But I'm sure there should be an easier ... more >>
"ASP.NET 2005 custon server control" in "ASP.NET 2003 application"
Posted by Electric Co. at 8/26/2006 7:41:16 PM
Hello,
I have two questions:
1.) Could I create a custom server control in 2005 in order to leverage
the CompositeControl base class and then use that control in 2003?
(fingers crossed but guessing aboslutely not)
2.) How good does ASP.NET 2005 handle a custom composite control inside
of... more >>
ListBox and sqldatasource
Posted by walanta at 8/26/2006 7:37:19 PM
Hi,
I have a ListBox that bind to a sql source with managed code?
I know how to print ListBox1.SelectedItem and ListBox1.SelectedValue.
to print two fields from the following select statement.
But how can I print other fields in my select statement? I guess it
should be ListBox1.something..... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C# Event Raising Problem
Posted by Tina at 8/26/2006 4:50:35 PM
I am trying to raise a custom event in a user control passing custom data
arguments. I have done this many times in VB but this is my first time in
C#.
The code below passes the proper arguments in the
this.OnRaiseCFEvent(myArgs); code but in the OnRaiseCFEvent method
RaiseCFEVent is alw... more >>
Check TextBox for int or string
Posted by MRW at 8/26/2006 1:10:51 PM
I'm looking for a function that will take the value of a textbox and
see if it an integer or string.
Basically, I'm trying to add a simple search form with two overloaded
functions. If the search term is an int32, then it will run searchA;
if it's a string, then it will run searchB. At this ... more >>
SiteMap questions
Posted by Dave H at 8/26/2006 12:35:39 PM
I have to questions about SiteMaps
1st) Is there any way to use a wildcard in the SiteMapNode?
I'd like:
testpage.aspx?Type=Fruit&SubType=Apple
and
testpage.aspx?Type=Fruit&SubType=Orange
to show resolve the same. The subtype has many possibilities and is passed
from the p... more >>
App configured as 2.0, throws event implying running as 1.1 in .net form browser control, works fine in IE
Posted by jeremy at 8/26/2006 8:40:40 AM
I have an ASP.Net 2.0 application running on Windows Server 2003. The
application displays properly in Internet Explorer, however, when I use
a browser control embedded in a .net form, I get an error and am
directed to the Windows Application Event Log. The following message
is logged:
----... more >>
POST data by HttpWebRequest - very strange sytuation
Posted by peter at 8/26/2006 5:16:19 AM
Hi,
I have very strange situation but first description ;)
I have:
1) project in VB.NET, in this f.e. 1 function:
Public Function Login(ByVal UserName As String, ByVal UserPassword As
String, Optional ByVal ConnectionParamList As String = Nothing) As
String
this function use HttpWebRequ... more >>
Custom controls settings, best practice question
Posted by Laurent Bugnion at 8/26/2006 12:00:00 AM
Hi,
I like to develop custom controls for a number of webpages. These
controls are often customizable, so that they can be reused in a number
of situations.
My question is: What is the best practice for configuring a custom
control. As far as I can say, I have the following alternatives:... more >>
Lost html tab from the toolbox
Posted by RC at 8/26/2006 12:00:00 AM
Hi,
I have Visual Studio 2003 installed on my machine. Probably somehow I
lost my HTML tab from the toolbox. I tried 'Show All Tabs', but
nothing there. Does someone know how to restore the HTML Tab?
Regards, Roy... more >>
|