User Profile

Collapse

Profile Sidebar

Collapse
yousof
yousof
Last Activity: Mar 26 '11, 12:10 PM
Joined: Dec 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yousof
    started a topic how to prevent page from postback

    how to prevent page from postback

    i uesd update panel to prevent page from postback
    but it does not work and reload the page

    Code:
     <asp:UpdatePanel ID="UpdatePanel2" runat="server">
                            <ContentTemplate
                             <table border="-" class="style147">
                                 <tr>
                                   <td class="style148"><asp:Label
    ...
    See more | Go to post
    Last edited by jhardman; Dec 23 '10, 05:47 PM. Reason: Accidentally posted in asp classic forum. Moved to asp.net

  • how to insert selected item from combobox to gridview or list view

    i have web page that contian combobox filled from table
    Code:
     If CtvAct.GetRecords("Fill_ActivityTb") = True Then
                    AcivityCombo.DataSource = CtvAct.MainDataset.Tables("tbOLActivity").DefaultView
                    AcivityCombo.DataTextField = "ActivityName"
                    AcivityCombo.DataValueField = "ActivityId"
                    AcivityCombo.DataBind()
    i want...
    See more | Go to post
    Last edited by jhardman; Dec 23 '10, 05:42 PM. Reason: Accidentally posted in asp classic forum. Moved to asp.net
No activity results to display
Show More
Working...