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
~329 People Reached
Favorite Tags
Member Avatar for silayse

hi! I have a datatable ,I need a linechart shows 2 value from datatable(like velocity vs distance) and their date.But I cann not achieve this is my code public void grafikOlustur(LineChart lc_sorgu, DataTable dt) { lc_sorgu.Graphs.Add(new LineChartGraph()); string[] b = new string[dt.Rows.Count]; for (int i = 0; i < dt.Rows.Count; …

Member Avatar for jrubengb
0
110
Member Avatar for silayse

hi! I have a datatable ,I need a linechart shows 2 value from datatable(like velocity vs distance) and their date.But I cann not achieve this is my code public void grafikOlustur(LineChart lc_sorgu, DataTable dt) { lc_sorgu.Graphs.Add(new LineChartGraph()); string[] b = new string[dt.Rows.Count]; for (int i = 0; i < dt.Rows.Count; …

0
33
Member Avatar for silayse

added checkbox on gridview this method: [CODE]<asp:TemplateField> < ItemTemplate> < asp:CheckBox runat="server" ID="CheckBox1" /> </ ItemTemplate> [/CODE] I want to save selected values another table but I did not achive.First I try this code and then I will convert this delete statement to select statement ,it deletes checked value but …

Member Avatar for silayse
0
123
Member Avatar for silayse

hi ! I am new in c# asp.net,I have 2 user type.When Standard users submit a request ,other user type like admin can see and accept or reject.I created a request and other user see this request but I can not implement accepting or rejecting part.I can not add checkbox …

0
63