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) ...
|
INamingContainer and ClientID for nested Composite Controls -
Guidance needed
Wed, 19 Mar 2008 03:49:30 -0700 (PDT)
I have created a series of Composite Controls, inheriting from
CompositeControl, which of course implements INamingContainer. Below
is a snippet of simplified code to show how I'm using these controls
in the page.
(The reason I've rolled my own tabcontrol, and why I've used my own
string translation are out of ...
|
Trading Forex
Sun, 16 Mar 2008 23:14:29 -0700
WHO WE ARE?
We are a partnership based in India and USA. We have a collective FOREX
trading experience of 4 years.We decided to start this venture with the
intent of helping people in India and other countries take advantage of
immense potential profits from the FOREX markets. We act as Liasons
between o ...
|
HTML CODE
Tue, 11 Mar 2008 14:04:31 +0100
Hello,
I am currently modifying a website that someone else has already developed.
In the html code i have a line of code with the #include file"head.txt" this
is a table saved on a txt that serves as the heather of the webpage. it
works ok on these page but when i try to implement it on a new project it
do ...
|
could not find file (.msi,.exe,.tmp) error in building web setup
project!
Tue, 11 Mar 2008 04:43:20 -0700 (PDT)
Hi All,
I am creating a web setup Project using VS 2005.First time its works
fine, But when I closed the solution and again open solution and try
to build web setup project then there is an error like that could not
find file (.msi,.exe,.tmp) with these extension inside the debug or
release folder of the web ...
|
WebService Error 0x80070005
Mon, 10 Mar 2008 07:07:01 -0700
I use a webservice from
pstrWsdlUrl="http://indicadoreseconomicos.bccr.fi.cr/indicadoreseconomicos/WebServices/wsIndicadoresEconomicos.asmx"
but when execute the line:
objSoapClientI.mssoapinit pstrWsdlUrl & "?wsdl"
show this error:
WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 -
WSDLReade ...
|
09'cracked software of ftp download!
Mon, 10 Mar 2008 03:07:36 -0500
They are best softwares and best price. The list is not full and now
will be more new version, any more need, please mail me:
lanndyn@hotmail.com
Actel.Designer.v8.1
agilent.ads2008.window DVD
Algor.PipePak.v10.1
Cadence.OrCad.v16.0 2CD
cass.v7.1 for autocad2006
CD-adapco.Star-CCM.Plus.and.Cad.Series.v ...
|
|
|
ViewState problem: When Composite Control Inside Custom GridView
Thu, 6 Mar 2008 21:25:01 -0800
Hi,
I have an issue while implementing Custom GridView control. My custom
implementation is as below:
Implementation:
I have implemented custom EnhancedGridView class inherited from â??GridViewâ?
class. For this custom GridView control I want to implement Search and Paging
functionality.
To imple ...
|
strange behaviour in gridview servercontrol with allowpaging = true
Wed, 5 Mar 2008 12:17:13 +0100
Hi,
This is a part of my custum server control. The DataTbl in de sub is a
recordset (ADODOTNET). It works fine when Allowpaging is not set, but when I
set is to True I receive an error: Nullreference exception was unhandled by
user code
Protected Overrides Sub CreateChildControls()
Grid = New ...
|
Is it possible that I disable the Designer
Mon, 3 Mar 2008 03:27:00 -0800
Good Day to Everyone,
I have created a class within a class library. The class is a direct DataSet
descendant.
public MyClass:DataSet
{
....
}
the class is shown in Solution Explorer , and behaves too, like a Component
Class.
This means that when I double click the class icon, I am transfered to ...
|