Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Tauseef A

@Tauseef A
About
Posts
327
Topics
214
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Linq nested data
    T Tauseef A

    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.

    LINQ csharp linq mcp help

  • Clickonce deployment
    T Tauseef A

    Hi 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.

    WPF csharp help visual-studio wpf sysadmin

  • How to configure development environment for sharepoint
    T Tauseef A

    hi, 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.

    SharePoint csharp sharepoint mcp help tutorial

  • Pivot View
    T Tauseef A

    hi 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.

    C# csharp mcp tutorial question

  • Invalid characters
    T Tauseef A

    no ,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.

    JavaScript help csharp java mcp tools

  • Invalid characters
    T Tauseef A

    Hi 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.

    JavaScript help csharp java mcp tools

  • Reading PDF data from Byte Stream
    T Tauseef A

    hi 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.

    C# csharp mcp data-structures performance help

  • Byte array to word document
    T Tauseef A

    hi 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.

    C# csharp sysadmin mcp data-structures tutorial

  • Data Template Issue
    T Tauseef A

    yes it is Tauseef A Khan MCP Dotnet framework 2.0.

    WPF csharp mcp help question

  • Data Template Issue
    T Tauseef A

    hi 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.

    WPF csharp mcp help question

  • days of week
    T Tauseef A

    what you mean ?

    Tauseef A Khan MCP Dotnet framework 2.0.

    C# csharp mcp question

  • days of week
    T Tauseef A

    hi 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.

    C# csharp mcp question

  • isolated storage
    T Tauseef A

    can 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.

    WPF csharp visual-studio mcp help question

  • Query issue
    T Tauseef A

    hi 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.

    LINQ csharp help question database linq

  • convert graph into xml
    T Tauseef A

    hi 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.

    LINQ csharp linq mcp data-structures xml

  • printing in silverlight
    T Tauseef A

    hi 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.

    WPF csharp css mcp question

  • multiple data sources
    T Tauseef A

    hi 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.

    LINQ csharp css database mysql oracle

  • Design issue
    T Tauseef A

    hi 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.

    WPF csharp help wcf design mcp

  • policy issue
    T Tauseef A

    thanks.

    Tauseef A Khan MCP Dotnet framework 2.0.

    WPF csharp help wcf xml asp-net

  • policy issue
    T Tauseef A

    okh, 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.

    WPF csharp help wcf xml asp-net
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups