Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Dynamic HTMLButtons

Reply
Thread Tools

Dynamic HTMLButtons

 
 
=?Utf-8?B?VmlrcmFt?=
Guest
Posts: n/a
 
      05-24-2004
I am Dynamically generating HTMLButtons inside the cells of a table as follows
-------------------------------------------------------------------------------------
Dim DelButton As HTMLButto
DelButton = new HTMLButto
DelButton.id = CStr(ResProjReader.GetInt32(2)
DelButton.Attributes("onServerClick") = "DeleteProject_vb
DelButton.Attributes("onClick") = "DeleteProject_vb
DelButton.Attributes("abcd") = "DeleteProject_vb
DelButton.Attributes("runat") = "server
DelButton.InnerText = "Delete
c.Controls.Add(DelButton
r.Cells.Add(c
ResourceProject.Rows.Add(r
-------------------------------------------------------------------------------------
This button shows up in the ASPX page in browser,but when I click on it the onServerClick method "DeleteProject_vb" is not called...Does any body have any idea about how i can fix it

Thanks
Vikram
 
Reply With Quote
 
 
 
 
=?Utf-8?B?c3Jpbmk=?=
Guest
Posts: n/a
 
      05-25-2004
Hi Vikram
Check this lin
http://blogs.msdn.com/kaevans/archiv...02/22/2795.asp
the bes
srini
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Variables? OR Dynamic Controls =?Utf-8?B?VGVyb3M=?= ASP .Net 1 08-10-2004 01:13 PM
Dynamic control on aspx page, dynamic location Chris Thunell ASP .Net 3 07-21-2004 04:52 PM
VPN between 2 Cisco routers (1 static, 1 dynamic) with access from stat --> dynamic over ISDN Hans-Peter Walter Cisco 3 01-21-2004 02:12 PM
Does Pix or cisco router support dynamic-to-dynamic IPSec VPN? c Cisco 2 01-13-2004 01:53 AM
Re: Dynamic Table with Dynamic LinkButtons Rick Glos ASP .Net 0 07-08-2003 01:09 PM



Advertisments
 



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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57