Hi , I need to read nested collection (List) for treeview control and depth is not known,can anybody help .My class is like this. class Data { string Id, List DataList; } Tauseef A Khan MCP Dotnet framework 2.0.
Tauseef A
Posts
-
Linq nested data -
Clickonce deploymentHi guys, I have an ftp location where i want my WPF clickonce deployment, once i publish it from visual studio i add my ftp address into the published location and it is published. so no when i access this location and download the setup file at my local system to install it gives me error and when i open the log file it says it is unable to find .application file and the location from where it tries to find is where i have downloaded the setup file , although at ftp location the .application file exsistesm i am stuck , any help. Regards, Tauseef. Tauseef A Khan MCP Dotnet framework 2.0.
-
How to configure development environment for sharepointhi, I am working with vs2010 ,windows vista with sp2 , i want to develop share point application where to start? how to create environment for it ?any help ? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
Pivot Viewhi guy i have pretty simple requirement i have three rows in my table year ----amount 2011-----100 2012-----200 2013------400 now what i want is to show these rows in columns lets say as i have three distinct years so i want to create three columns ar run time and these columns should be 2011--------2012----------2013 100--------200------------400 any ideae how to achieve this? is this a pivot view ? regard. Tauseef A Khan MCP Dotnet framework 2.0.
-
Invalid charactersno ,client does not dictate my control names,for examle i have a class { string id; string name; } so while creating radio button at run time to its radioncheck event i am passing name as parameter , so if name contains some invalid characters (which i cannot strip out) so java script fails to create radion button at run time. Tauseef A Khan MCP Dotnet framework 2.0.
-
Invalid charactersHi guys I am creating some radio buttons at run time and also declaring its java script checked function, and providing it the name parameter coming from my entity's name property , but problem is this name contains such characters which generates client side error while creating radio button and its event , I cannot correct the data as my client needs these characters in their names , is there any way to solve this problem ? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
Reading PDF data from Byte Streamhi guys i have a byte array created from a pdf file , now i want to get text data from this byte data without saving file to disk , means i want to get string somewhere from memory stream . any help ? regards. Tauseef A Khan MCP Dotnet framework 2.0.
-
Byte array to word documenthi guys i am working on a project which fetches emails from pop3 server , what i want to do is to read all email get all attachments (which ihave done) now i have attachemnt data in the form of a byte array , if there is a text attachment so this binary data can easily be converted to string to get the file data , but probelm is if there is docx file attchment than this binary data cannot be converted to string as it gives some raw data which is unreadable , can any body tell me how to convert a binary data (byte array )which is build based on a docx file back into string without saving the file on the hard disck. regards. Tauseef A Khan MCP Dotnet framework 2.0.
-
Data Template Issueyes it is Tauseef A Khan MCP Dotnet framework 2.0.
-
Data Template Issuehi guys i am working in sl4 and doing following and in code doing like public UpdateReportWindow() { InitializeComponent(); this.DataContext = new ViewModel.SelectReportVM(); } but button context property does not work, althoug it works fine anywhere else on my page , is there anything i am doing wrong? regards, Tauseef A Khan MCP Dotnet framework 2.0.
-
days of weekwhat you mean ?
Tauseef A Khan MCP Dotnet framework 2.0.
-
days of weekhi guys i want to get first and last date of week given by a week number and year is there any way ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.
-
isolated storagecan anybody tell me is isolated storage in silverlight is permanent ? because once i restart my system all the files which i created in my isolated storage are deleted and also if i close my visual studio and reopen it than it also removes all the previously created files . any help ? regards.
Tauseef A Khan MCP Dotnet framework 2.0.
-
Query issuehi guys i am using entity frame work and working in c# actually i m new to linq and i have the following three tables 1-Store 2-Prices 3-Items Stores -----> Prices <----------- Items in stores table there is a Primary key named StoreID which is a foreign key in the Prices table and in the prices table there is a ItemID field which is Primary key in the Items table. actually i want to grab all the prices,stores and items data but the problem is that there are multiple rows in the prices table and i want to get the latest row order by date, means i want to get only single and latest row from prices table relating to each storeid in the store table and from that prices data i want to get information from the items table how can i do that? regards,
Tauseef A Khan MCP Dotnet framework 2.0.
-
convert graph into xmlhi i wanto convert entiry frmakework graph into xml and save it onto disk so that i could use it laters with the same linq functionality , any way to do that ?
Tauseef A Khan MCP Dotnet framework 2.0.
-
printing in silverlighthi guys , i want to print mydata grid , is there any way? so that i could change view of the data inthe grid and print it as it is in the format . regards.
Tauseef A Khan MCP Dotnet framework 2.0.
-
multiple data sourceshi guys i have to develop an application in which there might be different type of data bases like sql,mysql or oracle but at one time only one .But requirement is that if there is a data source change in future so my application can plug with that as well with very less code changes. i have to follow n-tier architecture and entity frame work . please any body can help my in right direction.
Tauseef A Khan MCP Dotnet framework 2.0.
-
Design issuehi guys i have to start a new project (silverlight based), but i am unable to find a standard and latest design structure, should i use L2s or EF, i want to follow to n-tier architecture ,there are many sample applications i have seen but there WCF services are included in the web application why ?but i want my WCF services in the separate project , am i thinking in a right way ? please any help , thanks , regards.
Tauseef A Khan MCP Dotnet framework 2.0.
-
policy issuethanks.
Tauseef A Khan MCP Dotnet framework 2.0.
-
policy issueokh, i got it but still thanks. actually i debug it through flidder and got that there was user permission issue about aspnet user. i chnaged this user to public and dopwner and now its working. can you please explain a bit about ?
Tauseef A Khan MCP Dotnet framework 2.0.