Ask a Question related to ASP.NET General, Design and Development.
-
Javier Ros #1
System.Web.UI.WebControls.TextBox events
hi guys,
I donīt see a Click Event or DblClick Event, how to implement code for
this events?
Is it posible?
(if not) how to do a fake?
hmn... in the last order ... javascript?
Thanks.
..Javier Ros Moreno.
Javier Ros Guest
-
add reference for System.Web.UI.webcontrols which dll?
Which dll should i add a reference to to get this. i've added System.Web.UI, but this does not give me WebControls. thanks kes -
Extending System.Web.UI.WebControls.Calendar
"Sanjay" <Sanjay@discussions.microsoft.com> wrote in message news:6552F207-1BBA-4A58-AA37-D01641BF8B50@microsoft.com... through datasets etc.... -
installing system.web.ui.webcontrols
Hello, Im workin with ASP.NET and trying to add reference system.web.ui.webcontrols. I can't find it, and i don't see it in the framework... -
System.Web.UI.WebControls Namespace
Does anyone have any sample code on code on creating tables/rows and cells using above namespace and adding checkbox controls to my cells? ... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
Ravikanth[MVP] #2
System.Web.UI.WebControls.TextBox events
Hi
Event available on TextBox is TextChanged Event.
The TextChanged event is raised when the content of the
text box changes between posts to the server.
HTH
Ravikanth
implement code for>-----Original Message-----
>hi guys,
>
> I donīt see a Click Event or DblClick Event, how to>this events?
>
>Is it posible?
>(if not) how to do a fake?
>hmn... in the last order ... javascript?
>
>Thanks.
>
>..Javier Ros Moreno.
>
>
>.
>Ravikanth[MVP] Guest
-
Natty Gur #3
Re: System.Web.UI.WebControls.TextBox events
Hi,
In addition to Ravikanth replay,
Note that there are two types of events: server events and client side
events. There isnt equivalent between them. Some client script events
"fire" server side events but not all of them.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

