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
Ranked #4K
~1K People Reached

6 Posted Topics

Member Avatar for Hsus

Hi..Can u please tell me how to load the contents of a XMLDocument into a dataset or a datagrid?

Member Avatar for ninjaimp
0
79
Member Avatar for Hsus

Hi... I need to implement multithreading in vb.net....I need to pass a parameter to the function which will be called by the thread...Can someone help me with this?

Member Avatar for jbennet
0
81
Member Avatar for web_developer

Hi i am also having the same problem . Can u tell me how to retrieve the selected date from a calendar inside a datagrid.?

Member Avatar for Hsus
0
968
Member Avatar for Eliza123

Hi I have used the edit and delete options in my datagrid . Is it possible to display edit and delete button columns as a single column?

Member Avatar for Hsus
0
107
Member Avatar for Hsus

Hi I need to add a calendar control to my data grid when edit button is clicked. I am not able to retrieve the newly selected date from the calendar and update it. Will be helpful if I can get the code.

0
61
Member Avatar for Hsus

<asp:datagrid id=DataGrid1 style="Z-INDEX: 104; LEFT: 304px; POSITION: absolute; TOP: 104px" runat="server" CssClass="grid" AutoGenerateColumns="False"> <Columns> <asp:EditCommandColumn EditText="Edit" CancelText="Cancel" UpdateText="Update" /> <asp:BoundColumn DataField="Message Id" ReadOnly="False" HeaderText="Message Id" /> <asp:TemplateColumn HeaderText="Opcode"> <ItemTemplate> <%#Container.DataItem("Opcode")%> </ItemTemplate> <EditItemTemplate> <asp:DropDownList AutoPostBack = false id="ddl_Opcode" runat="server" DataValueField="Opcode" DataTextField ="Opcode" DataSource ="<%#TempDataView%>" > </asp:DropDownList> </EditItemTemplate> </asp:TemplateColumn> <asp:BoundColumn DataField="Message Status" …

Member Avatar for greeny_1984
0
195

The End.