Question : linkbutton does not run

i have this linkbutton that does not run while calling,

however in other forms with the same linkbutton and events
it does trigger and run while in debug mode too.

i tried to add causevalidation = "false" in the linkbutton,
does not work too.
1:
2:
3:
4:
5:
6:
7:
8:
9:
aspx
----
 <td align="center" colspan="2"><div class="btnSubmit" style="float:none"><asp:LinkButton ID="lbSubmit" 
                    runat="server" Text="Submit" onclick="lbSubmit_Click" /></div></td>

code-behind
-----------
protected void lbSubmit_Click(object sender, EventArgs e)
    {

Answer : linkbutton does not run

dim rng as range

set rng=range(cells(9,"D"),cells(rows.count,"D").end(xlup).offset(-1,0))

should do it
Random Solutions  
 
programming4us programming4us