For i = 0 To trvLinks.Nodes. Count - 1
For j = 0 To trvLinks.Nodes( i).Nodes.Count - 1
tNode = trvLinks.Nodes( i).Nodes(j)
If tNode.Checked = True Then
'write data to database with twocoloun
End If
Next
Next
his might hgelp u get the idea
User Profile
Collapse
-
I have used not post back method
the problem is i have got some Calucalation with a event after Clicking the event ,
if i refresh the event occurs again (its happaning only to that perticular event)Leave a comment:
-
Refreshing Problem
i Have got a button which handles Some event
after Handling Event if i press refresh
the event occurs Again , how to make the event not to occur if i refresh -
Private Sub usergrid_ItemDa taBound(ByVal sender As System.Object, ByVal e As System.Web.UI.W ebControls.Data GridItemEventAr gs) Handles usergrid.ItemDa taBound
If (e.Item.ItemTyp e = ListItemType.Ed itItem) Then
Dim ddl1 As New DropDownList
ddl1 = e.Item.Cells(1) .FindControl("d dltest")
Dim dr As SqlDataReader
dr = objusercls.get_ usertype()
...Leave a comment:
-
<Columns>
<asp:TemplateCo lumn HeaderText="Si. No">
<ItemTemplate >
<%# Container.DataS etIndex +1 %>
</ItemTemplate>
</asp:TemplateCol umn>
</Columns>
Use the aboue code its set the serial numberLeave a comment:
-
date data type conversion
my database uses mm/dd/yyyy format
front end is dd/mm/yy
how to convert these formats -
get the table requried using joins or use views
bind the respective tableLeave a comment:
-
-
-
-
About the datagrid
datagrid is filled using datatable and the values in the datagrid have to be inserted into the database table , -
how to insert a loaded dropdwn list in a datagrid to update values
In a datagrid , Instead of text box i got drop down list ,but how to fill it up with preloaded values
No activity results to display
Show More
Leave a comment: