Search:

Type: Posts; User: Pirate

Page 1 of 13 1 2 3 4

Search: Search took 1.65 seconds.

  1. Re: ViewPage suddenly all css link cannot be found

    I've never seen that before . Maybe you should post more details to be able to spot the issue .
  2. Call static method in different class in _layout razor file

    Hi ,

    I have a static class with static method in different class and I want to call it inside li element in _Layout file .

    I tried like this but it errors and shows the yellow screen.


    ...
  3. REST WCF , how to consume it and return object types

    hi

    I have my service contract below and implementation in other calls . Anyways , in the browser it's working find but when I try it in Windows Application it errors out . How can i use XML...
  4. Replies
    2
    Views
    6,091

    Re: Hosting WCF on internet

    Ok thanks
  5. Replies
    2
    Views
    6,091

    Hosting WCF on internet

    Hi ,
    Anyone recommend a good company that offers hosting WCF service(framework 4.5) ?
  6. Replies
    4
    Views
    825

    Re: Windows license key !

    alright..thanks guys
  7. Replies
    4
    Views
    825

    Windows license key !

    I have new laptop pre installed with windows 7 (forgot the version) and i formatted the everything , now i want to install new version :

    1.Can i use the same product key that came with the laptop...
  8. Replies
    3
    Views
    1,009

    Re: problem with update panels and xml

    did you try to turn of this property at the page directive line ?

    ValidateRequest=false
  9. Replies
    1
    Views
    711

    Re: Crystal reports in VS2010

    what's .NET version on the server ? and what do you mean by "not working" , does it error out ?
  10. Replies
    1
    Views
    653

    VS 2008 Re: Creating a Report

    MicrosoftReportViewer is merely a container control which hosts report file

    Report.rdlc is the report itself , which you can create it by add new command.
  11. Replies
    5
    Views
    1,286

    VS 2008 Re: How to know which users are online?

    If you're using asp.net built-in membership , you can use this function :



    System.Web.Security.Membership.GetUser().IsOnline

    (and you can use overloaded function that takes specific...
  12. Replies
    2
    Views
    841

    VS 2005 Re: Connecting to SQL Server

    Here's how (details)
    http://www.cs.swan.ac.uk/~csneal/ReliableWeb/Example.html
  13. Thread: Project idea

    by Pirate
    Replies
    5
    Views
    2,084

    Re: Project idea

    Well , my friend was hoping for something related to internet security and programming sort of thing !
  14. Replies
    1
    Views
    559

    Topic/project ideas

    hey guys , my friend asked me , for graduation , if i have any good project/topic idea that's related to programming (.NET) and security . I'd appreciate any thoughts.

    thanks .
  15. Thread: Project idea

    by Pirate
    Replies
    5
    Views
    2,084

    that's nice man...but of course I can't use your...

    that's nice man...but of course I can't use your idea , i need something else .
  16. Thread: Project idea

    by Pirate
    Replies
    5
    Views
    2,084

    Project idea

    hey guys , my friend asked me , for graduation , if i have any good project/topic idea that's related to programming (.NET) and security . I'd appreciate any thoughts.

    thanks .
  17. Replies
    36
    Views
    44,498

    Re: VB.NET - Login Screen using ADO.NET Class

    Sorry man..i could only help u if you're programmer.
  18. Replies
    36
    Views
    44,498

    Re: VB.NET - Login Screen using ADO.NET Class

    This example was created in framework 1.1 (i think) , VS.NET 2003.I'm not sure if it doesn't work but it was when i create it.Sure you can do whatever you want to do with it .
  19. Replies
    3
    Views
    754

    Re: Gridview update-ready for all records?

    I've never seen like this .
  20. Replies
    5
    Views
    978

    Re: Ajax UpdatePanel ?

    please see this demo : http://www.telerik.com/products/aspnet-ajax/window.aspx
  21. Re: How get between html tag values in codebehind in asp.net

    sure
    http://htmlagilitypack.codeplex.com/
  22. Re: How get between html tag values in codebehind in asp.net

    First , you need runat=server tag appended to html control to be able to get it's value .

    as for your scenario , you need to get any html parser to get text out of divs , i'd suggest . I can't...
  23. Replies
    3
    Views
    843

    Re: HTML Website

    I'm not sure why you'd want to go with plain HTML if you already know a superior solution (ASP.Net), however.[/QUOTE]

    for many reasons, the website will contain static data and the hosting can be...
  24. Replies
    3
    Views
    843

    [Resolved]HTML Website

    i'm creating html website but i'm worried about consistency across pages(nav , side contents..etc) . In asp.net we have something like masterpage which we create navigation and the whole website...
  25. Replies
    4
    Views
    2,045

    Re: how much rapidshare profit last year?

    i'm thinking to do business with rapidshare !
  26. Replies
    4
    Views
    2,045

    how much rapidshare profit last year?

    don't say 30 millions...if you have link to a website please post ...cheers
  27. Replies
    25
    Views
    2,696

    Thanks anhn...the function is working :)

    Thanks anhn...the function is working :)
  28. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    alright..it's working but last question , is there any way other than pasting the formula to non zero fields ???
  29. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    The sheet that I have has ID column (autonumber) with some zeros in and the first cell is A1

    btw, what does $ stands for (1+MAX(A$2:A2)
  30. Re: Set top property of text object and field object of crystal reports during runtim

    See if this helps
    http://shawpnendu.blogspot.com/2010/04/how-to-pass-set-crystal-report.html
  31. Replies
    2
    Views
    871

    Re: Crystal Report from Form

    If you mean , you set your values in textboxes and cboxes , then you hit view report so the report takes these values then it's possible . But if you mean , you want to dynamically get values from...
  32. Replies
    6
    Views
    1,235

    Re: Crystal report error

    It's worth to say that installing SP1 for VS.NET 2008 has solved weird problems...better to install it before trying to uninstall the whole thing.
  33. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    Ok it does work..thank but i couldn't apply this formula on existing column! possible ?
  34. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    Try to put at least 2 consecutive zeros then you will see it doesn't work !
  35. Replies
    25
    Views
    2,696

    Yeah..it's working but 1.can't i just copy the...

    Yeah..it's working but

    1.can't i just copy the formula and apply it on the autonumber that i have without creating extra column?
    2.If i have two consecutive zeros , the code breaks so any...
  36. Replies
    25
    Views
    2,696

    I don't know if i did it right but it's not...

    I don't know if i did it right but it's not working..i did like this :
    selected the first top two cells and dragged little button right corner all the way to the bottom ..is this the correct way ??
  37. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    I think this one is working except it's duplicating numbers twice like [11,11,12,12..etc] ..I don't know what's wrong although i did exactly like above..any way to get rid of dublicates !!!
  38. Replies
    25
    Views
    2,696

    koolsid , yes that did the trick ...but i was...

    koolsid , yes that did the trick ...but i was looking for non-code solution...thanks a lot though
  39. Replies
    25
    Views
    2,696

    Re: Excel formula - ignore zeros

    The button inside the sheet is not clickable..i tried to d-click it but it shows code view..is there any shortcut or something?..I have excel 2007 btw.
  40. Replies
    25
    Views
    2,696

    yes exactly

    yes exactly
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width