CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shuvo

Page 1 of 5 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    2,467

    Stored Procedure Permission Error

    A client of mine has suggested to implement the security features for an web application, by assigning permissions for stored procedures in Sql Server 2008 database. So the users who should only view...
  2. Replies
    1
    Views
    6,997

    WPF binding with viewmodel property

    I am trying to bind a commandparameter to a property of the viewmodel class for the view. the project is using MVVM.

    <Hyperlink Command="{Binding Path=AddJobAssignmentCommand}">Add Assignment
    ...
  3. Replies
    0
    Views
    827

    Project Links for Asp.net MVC

    I am looking for some working examples of projects done with asp.net MVC. Apart from NerdDinner or MS tutorials, where can I find project samples that could ellaborate more broad implementation of...
  4. Replies
    0
    Views
    668

    Want WPF/XAML/Silverlight

    I am a C#.Net developer with almost 6 years industry experience. I want to do a Silverlight/WPF/XAML based project just to get some real experience. I am ready to do it for very minimal price or...
  5. Replies
    2
    Views
    2,371

    WCF Rest Security

    I am developing a Restful WCF service that will be accessed by URL. Clinet sites might be built in php,java,.net ..anything. How to implement security for this kind of situation. Common solutions...
  6. Replies
    0
    Views
    688

    IIS6 hosting Iframes performance issue.

    I am going to develop a aspx page which will be embeded inside iframes in many client websites.Worried that, if many clients reference this page at the same time, then the server might crash or...
  7. Replies
    0
    Views
    554

    API for providing services

    I have seen websites offering API's like this

    script = "<script src='http://xxx.yyy.com/Widget.js?ID=" + widgetId + "&view=widget' type='text/javascript' ></script>";

    Or

    <iframe...
  8. Replies
    4
    Views
    3,202

    Re: Update panel and Resepons.Redirect

    UpdatePanel.Update should update the contents inside the panel like save commands for any text control, so if we come back to that page, we would find that the latest content on that text control is...
  9. Replies
    4
    Views
    3,202

    Re: Update panel and Resepons.Redirect

    Update panel doesn't refresh, means UpdatePanel.Update method doesn't accomplish the desired tasks.
  10. Replies
    4
    Views
    3,202

    Update panel and Resepons.Redirect

    I need to execute Updatepanel.update and then response.redirect in the same button_click event. I find that page is redirected, but the content in the update panel is not saved.In many forums,...
  11. Replies
    0
    Views
    708

    Retrieve resolution valu from EPS

    I have to convert EPS image files to JPG. Normally if we do that , the dimension and DPI of the eps is not maintained in the jpg. So I have to retrieve the DPI or resolution value from the eps file. ...
  12. Replies
    7
    Views
    1,288

    Re: Escape character problem

    @Foamy...Try replacing "\\" with "\".;)
  13. Replies
    7
    Views
    1,288

    Re: Escape character problem

    Thanks to all of you for your input.I found out that url is still working with "\\\\", that is returned from the database. I just had to replace the last "\\" with a "/".Seriously .net should...
  14. Replies
    7
    Views
    1,288

    Escape character problem

    I have file urls stored in a database field. Urls are like this:

    "\\Images\Sunset.jpg"

    Where I retrieve it and store in tha string variable it becomes
    "\\\\Images\\Sunset.jpg";

    @ character...
  15. Replies
    0
    Views
    747

    WorkFlow in asp.net

    Does anyone have any good resource on implementing Workflows (WF) in asp.net websites?Book name or project samples or tutorials,anything would do.Thank you.
  16. Thread: Project Samples

    by shuvo
    Replies
    2
    Views
    2,006

    Project Samples

    Where can I get example projects with WPF and Silverlight implemented:confused:? I am specially interested in projects that have data manipulating features like updating databases and querying data.
  17. Replies
    1
    Views
    1,396

    Powershell remoting problem

    This is the powershell script I am executing in my client pc.

    Set ExecutePolicy Unrestricted

    $secureString=convertto-securestring "mypass56" -AsPlainText -Force

    $credentials = new-object...
  18. Thread: Design pattern

    by shuvo
    Replies
    7
    Views
    1,160

    Re: Design pattern

    Thank you very much zdavis. :wave:
  19. Thread: Design pattern

    by shuvo
    Replies
    7
    Views
    1,160

    Re: Design pattern

    Thanks for replying,everyone. :thumb: zdavis, i could not find any videocast regarding patterns,maybe the names are not descriptive,cau you specify any url for videos?
  20. Thread: Design pattern

    by shuvo
    Replies
    7
    Views
    1,160

    Design pattern

    Design patterns have come up as a great obstacle in my career as a c# programmer, the more I read about them, i become more confused.Please can anyone suggest me any site or any book where common...
  21. Replies
    0
    Views
    4,176

    sharepoint global.asax

    I am trying to log sharepoint error and other events, using the global.asax file's aplication_error event.But it doesnt work sometimes, specially when working it list events and other sharepoint...
  22. Replies
    5
    Views
    1,515

    Re: Sharepoint section

    Maybe people are not talking about it here because they dont see anything about sharepoint in codeguru.they dont think that,they will get answers here.Everyone is looking around in the sharepoint...
  23. Thread: sharepoint css

    by shuvo
    Replies
    0
    Views
    648

    sharepoint css

    I don't know whether anyone is working with sharepoint here.I am trying to develope a sharepoint based extranet.this website will be used by different companies.these companies have different colour...
  24. Replies
    5
    Views
    1,515

    Sharepoint section

    Now a days thousends of developers are working with microsoft sharepoint.And there are thousends of issues regarding it.So i feel, that codeguru should introduce a section for Microsoft sharepoint in...
  25. Replies
    0
    Views
    675

    caching with as400 and webservice

    I am using web service to retrieve data from IBM as400 server and db2 database.Can I use .net fragment caching or any other caching effectively in this case? If anybody has any reference on this,...
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured