Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~538 People Reached
Favorite Forums
Favorite Tags
Member Avatar for iloveorangesoda

Hi I have added some controls dynamically and raised an addhandler click event see below AddHandler _Expand.Click, AddressOf Me.btnClick Private Sub btnClick(ByVal sender As Object, ByVal e As System.EventArgs) Dim tmpBtn As Button = CType(sender, Button) Response.Write(tmpBtn.ID) End Sub I want to raise a postback inside the Private Sub btnClick...... …

Member Avatar for tgreer
0
61
Member Avatar for iloveorangesoda

Hi I am trying to disable my pager linkbuttons during postback to prevent multiple clicking as this causes the application to fall over. I have tried to use the following code but it is not working. Anyone any ideas? [CODE] Private Sub DataGrid_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) …

Member Avatar for dexterz
0
193
Member Avatar for iloveorangesoda

Hi I am trying to disable a dropdownlist in an asp.net web application whenever the selected index is changed. I have the following javascript in my web app but whenever it gets to the disabled = true line it is falling over. What I want to know is that the …

Member Avatar for alpha_foobar
0
284