Dart's LiveControls
Sun, 13 Apr 2008 12:08:46 +0300
Hello,
Any idea on how those people at Dart (http://www.dart.com/pwlc.aspx) develop
those LiveControls?
Thanks,
Ahmet
...
|
Dart's LiveControls
Sun, 13 Apr 2008 12:08:01 +0300
Hello,
Any idea on how those people at Dart (http://www.dart.com/pwlc.aspx) develop
those LiveControls?
Thanks,
Ahmet
...
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:25:09 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
TypeConverter for a StringCollection or a Generics list
Tue, 8 Apr 2008 00:20:00 -0700
Hello everyone,
I am trying to write a TypeConverter for a property of type StringCollection
or List<string> that I want to persist as a comma separated value in my own
server control. E.g. in markup I want to be able to use this:
<isp:SomeControl Value="1,2,3" runat="server" ID=MyControl" />
While in c ...
|
Details Window (Popup)
Thu, 3 Apr 2008 19:19:00 -0700
I know how to populate a gridview, and
hopefully a silly question, --
but how do I create that 'unsizeable', 'no url-' Webform to put my gridview
in? and open as a separate popup Window?
...
|
Error when Load control dynamically with LoadControl
Sun, 30 Mar 2008 05:29:00 -0700
Hi,
I have created a user control (ASP.NET 2.0) in the folder "mining" of my
project. There's no namespace by default, but other aspx pages are in the
namespace iMinr.mining.
The declaration of this user control goes like this :
public partial class mining_ucPubDetails : System.Web.UI.UserControl
An ...
|
asp.net question
Wed, 26 Mar 2008 15:28:10 +0100
Hello
Does anybody know how i can open a project done in asp.net 2.0 in asp.net
2003 version?. Thanks
...
|
|
|
Using paths that include ~
Tue, 25 Mar 2008 12:55:15 -0400
As we all know, the ~ can be used to represent the site root in URLs used in
server controls. What function would be used to replace the ~ with the site
root in a String passed to it? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
...
|
Dont read
Tue, 25 Mar 2008 11:55:29 +0100
Vendo coche de segunda mano, Seat ibiza, a? 2001 km
35000, Solo por 4500 euros.
[URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL]
www.AnunciosGratis.de http://www.AnunciosGratis.de Anuncios
Gratis. ...
|
IPostBackEventHandler
Fri, 21 Mar 2008 19:32:10 +0200
Hello!
I am building a Webcontrol.
public class MyCustomControl : WebControl, IPostBackEventHandler,
IPostBackDataHandler {
.......
void IPostBackEventHandler.RaisePostBackEvent(string args)
{
RaisePostBackEvent(args);
}
protected virtual void RaisePostBackEvent(string args) ...
|