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
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sravanthi Ch

Hi.. I need to list the directory contets in an FTP folder. Here my requirment is listing the ditectory contents into an array list of directory items. Directory item contains Name, Full Path, Size and Type (File or Subdirectory). Can any one help. Thank you, Sravanthi Ch

Member Avatar for thines01
0
1K
Member Avatar for Sravanthi Ch

Hi, I would like to know whether the given path is a directory or file in FTP folder. I have tried some code like this. FtpWebRequest request = (FtpWebRequest)FtpWebRequest.Create(pServerURL + pRemoteFilePathNm); request.Credentials = new NetworkCredential(pUserName, pPassword); request.Method = WebRequestMethods.Ftp.ListDirectory; FtpWebResponse response = (FtpWebResponse)request.GetResponse(); But i didnt find whether it is …

Member Avatar for thines01
0
109
Member Avatar for Sravanthi Ch

Hi.. I have 3.8 years experience in .net web & windows applications development. Can anyone let me know which is the best certification i can do now? Thanks for help. Regards, Sravanthi Chepooru

Member Avatar for Mitja Bonca
0
75
Member Avatar for Sravanthi Ch

Hello, After updating my code from Visual Studio 2005 to Visual Studio 2010 I am getting the error while compiling "Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information" I have tried making the change <startup …

Member Avatar for thines01
0
150
Member Avatar for Sravanthi Ch

Hello, After updating my code from Visual Studio 2005 to Visual Studio 2010 I am getting the error while compiling "Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information" I have tried making the change <startup …

Member Avatar for thines01
0
130
Member Avatar for Sravanthi Ch

Hi, I am new to build system. No my task is to build my solution which is having multiple projects using MSBuild 4.0. Can any one help how to acheive this. When i try to run that i am getting the folwwing error c\:>c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe C: \projects\MyProject.sln /p:Configuration = Debug Microsoft …

0
58
Member Avatar for Sravanthi Ch

Hi, I need a user defined datagrid control which include paging.This will be used as base control for all datagrid's used in my project. Can any one help? Thanks in advance for help. Regards, Sravanthi Chepooru

0
66
Member Avatar for Sravanthi Ch

Hi, I have a ListView control in WPF. I need to resize the columns of listview according to window size. Can you please let me know how to approach this. Thanks in advance for help. Regards, Sravanthi Chepooru

0
62
Member Avatar for Sravanthi Ch

Hi, Is there any way to modify Shell About Dialogue box..? [DllImport("shell32.dll")] public static extern int ShellAbout(IntPtr hWnd, string szApp, string szOtherStuff, IntPtr hIcon); Thanks in advance. Regards, Sravanthi Chepooru

0
106
Member Avatar for Sravanthi Ch

Hi, Is there any alternative way to reset the scrollbar postion when datacontext chaged with out using the datagrid datacontext changed event..? Thanks in advance for help. Sravanthi Chepooru

0
101
Member Avatar for kapojian

hi i would like to select in my database the latest date he updated his record. in my database theres a column date_updates. date_update Username(foreignkey) 08/10/2011 aaa 08/17/2011 aaa 08/24/2011 aaa now i want to select his last date update.. select date_update will select them all, i want to select …

Member Avatar for Sravanthi Ch
0
120
Member Avatar for drax12

hey, i am developing a booking system and i want to check whether user check in dates are within booked dates. for an example. user wants to book 12/03 to 14/03,but some body has already booked 10/03 to 15/03. For this scenario, we just cant check for 2 days,what i …

Member Avatar for zmeditation1
0
97
Member Avatar for Sravanthi Ch

Hi, I want to change my WPF Date Picker display format to "MMMM yyyy". Can any one let me know how to achieve this..? I have tried using SelectedDateFormat property showing below..but i have found only two options in this Short and Long.. OpenPeriodDatePicker.SelectedDateFormat = Microsoft.Windows.Controls.DatePickerFormat.Long; Can any one help …

0
60
Member Avatar for Sravanthi Ch

Hi, I have a WPF datagrid with datagrid check box column as first column and the header of the checkbox column is also a check box.. I am using the follwoing code to achieve this.. [CODE] <TK:DataGridCheckBoxColumn Width="30" Binding="{Binding Path=IsSelected, RelativeSource={RelativeSource FindAncestor,AncestorType={x:Type TK:DataGridRow}}}"> <TK:DataGridCheckBoxColumn.HeaderStyle> <Style TargetType="{x:Type TKPrimitives:DataGridColumnHeader}"> <Setter Property="Background" Value="{StaticResource …

Member Avatar for pitic
0
468
Member Avatar for Jazerix

Hey I'm trying to manage some processes So ive created a listview, the first column contains the name of the processes, the second should contain the id of the process, but I honestly cannot figure out how to get it working, making the "ListViewItem" control, but its not really working …

Member Avatar for Sravanthi Ch
0
112
Member Avatar for Sravanthi Ch

Hi, I need code to invert the selected items in list view. Can any one help me out.. Thanks in advance for help.. Regards, Sravanthi Ch

Member Avatar for Sravanthi Ch
0
378