Advanced Forum Search Results
-
Hi All,
I am using a File upload functionality in my application. I tried to upload a file and save it in the application itself. My problem is the file has been saved successfully in the application but its stored as Excluded File.What can i do for this issue?.
thanks in advance,
kargo.
-
Hi All,
I am in need to export as a pdf file for Visichart.I want to convert a VisiChart into Image and then export as a pdf file.How can i achieve this?
thanks,
kargo.
-
Hi Ken,
Can you give me any sample or URL for doing this?.Because i don't know how to do with Canvas as you mentioned.
Thanks,
kargo.
-
Hi All,
I am in the need of creating SOCIAL NETWORK CHART by using lines. Can you please provide me some suggestion in order to achieve the same.
Please visit below link for your reference, which contains the sample view of above chart, ...
-
Yes its working fine.
-
Thanks for ur code.I did like following to get a more than one tag.private void RowFilterButton_Checked(object sender, RoutedEventArgs e)
{CheckBox id = sender as CheckBox;
string test = id.Tag.ToString();if (proIdChk.Contains(test))
{
}else if (proIdChk != "")
{proIdChk = proIdChk + "," + ...
-
Hi Varshav,
Thanks for ur code.I did like following to get a more than one tag.private void RowFilterButton_Checked(object sender, RoutedEventArgs e)
{CheckBox id = sender as CheckBox;
string test = id.Tag.ToString();if (proIdChk.Contains(test))
{
}else if (proIdChk != ...
-
Hi Varshav,
Then how can we get?. I dont know how to do.can you have any sample for that?.
thanks,
kargo.
-
Hi varshav,
I tried like the following on Button click.
int res = 0;var chkBox = sender as CheckBox;
var dataGridrow = DataGridRow.GetRowContainingElement(chkBox); for (int r = 0; r < ((ObservableCollection<ResourceActivities>)dgActivityType.ItemsSource).Count; r++)
{var my = dgActivityType.Columns[0].GetCellContent(dataGridrow) as ...
-
Thanks Sledge its working fine.
kargo.