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

Thats Aragon

@Thats Aragon
About
Posts
151
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Spammer
    T Thats Aragon

    oh ok. Thanks for confirmation thatraja.

    Regards

    Spam and Abuse Watch com question career

  • Spammer
    T Thats Aragon

    Spammer at Link[^]

    Regards

    Spam and Abuse Watch com question career

  • Kids won't go to the loo...
    T Thats Aragon

    so true, but sad for the next generation. :( IMO parents are also responsible for game addiction of children. Parents are so busy with works that they are not properly providing time to the kid and normally all the kids are attention seeker.(This is my observation). So they providing options like cartoon series or playing games and think that they have completed their responsibility :|

    Regards

    The Lounge game-dev

  • Web service reference in app.config file issue
    T Thats Aragon

    Mycroft Holmes wrote:

    Morale must be really crappy in your organisation if such a negative outlook is predominant.

    Yes, you are absolutely right. :thumbsup: This small application is only for monitoring employees idle status on his/her PC and not the working status. :( Like someone talk on phone or may take small coffee break more than define criteria(i.e. X min), then system will add a entry in the database and notify use about it. So to minimize small break(which is too usual :cool:) , organization is approaching this application and it is too annoying for me. :sigh:

    Regards

    WPF wpf help csharp visual-studio wcf

  • Web service reference in app.config file issue
    T Thats Aragon

    Thanks for the suggestion Mycroft.

    Mycroft Holmes wrote:

    However I would not bother if a user fiddles with a config file you need to shoot the user. It is easy (for you) to recover from the problem and it will identify an idiot in your organisation.

    That is good point. :cool: Actually I am implementing user activity tracking application, so if user is idle for X min it will call a web service and add idle entry in the database for that user. This details will be used in the reporting. Now we are technical team, anyone can change this endpoint and stop the web service call. so I must have to take some security steps. ;) I will try to follow dynamic binding from the code side. Thanks for the help.

    Regards

    WPF wpf help csharp visual-studio wcf

  • Web service reference in app.config file issue
    T Thats Aragon

    Hi, I have added a web service reference in my WPF application. VS automatically adds some binding tags and endpoint address like http://mydomain.com/services/sample.asmx in the app.config file.Now when I deploy this application with setup project and install it, application folder contains myapplication.exe.config file which displays this endpoint address and other binding details. I need to hide this details from the user. As user may change this details. 1. Should I hide binding details anyhow? so that it will not be visible to the application user. 2. Can I move this reference to any other file or may be in the project dll itself? Your help would be appreciated.

    Regards

    WPF wpf help csharp visual-studio wcf

  • HTML Editor
    T Thats Aragon

    You can use FCKEditor. But use version below 3.X, as it doesn't contain examples for ASP. You can download it free. In the settings you just need to choose the connector for ASP. There are some help files are also included in the source. So you can get configuration steps from the source it self.

    Regards

    ASP.NET html question

  • Date Convertion
    T Thats Aragon

    Good call :) Have my 5.

    Regards

    Database database tutorial question

  • Date Convertion
    T Thats Aragon

    You can do something like below.

    DECLARE @Input as varchar(10) = '2011-11-06'
    select case when datepart(day,@Input) <= 9 then
    cast('0' + cast(datepart(day,@Input) as varchar(1)) as varchar(2))
    else cast(datepart(day,@Input) as varchar(2)) end AS NewDate

    Regards

    Database database tutorial question

  • Error While Senting Email
    T Thats Aragon

    Is this what you are searching for Example 1[^] ? [Edit] Example 2 [^] [/Edit]

    Regards

    modified on Saturday, June 4, 2011 6:23 AM

    Linux, Apache, MySQL, PHP help question php data-structures

  • The layout of website..
    T Thats Aragon

    Amar Chaudhary wrote:

    Lifesaver

    For me also. Thank you CP for this great effort. :-D

    Regards

    Site Bugs / Suggestions com beta-testing code-review

  • How can i implement live Search in asp.net project using C# ?
    T Thats Aragon

    What you are telling is auto complete text in the search box. You can use AJAX autocomplete extender for that. Example[^]

    Regards

    ASP.NET csharp question asp-net help

  • How can i implement live Search in asp.net project using C# ?
    T Thats Aragon

    ok, let me assume that your project is related the shopping cart and you want to search on following criteria. 1. Product Name 2. Product Feature 3. Product SKU 4. Product Description 5. Product Price Range 6. On any other field specific to your project. You can do something like below 1. Create a page which accept the input from customer in appropriate control 2. Collect all that input and pass it to the database(I assume SQL) 3. Create a stored procedure(SP) in the SQL which accept all the above collected input and pass it to the SP 4. In SP, you can SELECT the necessary fields from the table(s) and in the WHERE condition apply the filtering based on the passed parameter collected from the customer 5. Below is the example with one parameter. SELECT ProductId, ProductName, ProductDescription, ProductSKU, ProductPrice FROM Product WHERE ProductName LIKE '%@ProductName%' Here @ProductName is the search term collected from the customer. Hope it helps.

    Regards

    ASP.NET csharp question asp-net help

  • I want to know how I can Share articles to social network like facebook , twitter ?
    T Thats Aragon

    You have not specified from where you want to share the articles to any social network. I assume that you need to share it from your website. For that you need to place any social media share tool. There are several ready tools are available. Also you can customize your own also. Link for social media widgets[^]

    Regards

    ASP.NET sysadmin question lounge

  • How can i implement live Search in asp.net project using C# ?
    T Thats Aragon

    By term "Live Search", are you referring search in google/bing/yahoo i.e. out side of your project OR do you mean it by within a system ?

    Regards

    ASP.NET csharp question asp-net help

  • How to tell you've been married a long time.........
    T Thats Aragon

    Repost[^]

    Regards :)

    The Lounge com tutorial

  • Apple:"Android tablets are just scaled up smartphones"
    T Thats Aragon

    Gandalf - The White wrote:

    I am also not happy with iPhone not having FM receiver.

    Yes,Gandalf FM receiver is must for FM lover like me.. ;) I had not purchased iPhone because of only this reason, though I like it very much. :doh:

    Regards :)

    The Lounge ios mobile c++ android architecture

  • Need to remove #region from whole website
    T Thats Aragon

    Hey Roger and Yusuf, Thanks for the reply. I have tried with the solution provided here and it works just perfect for me. Appreciate your help. Thanks

    Regards :)

    The Lounge csharp visual-studio help question

  • Need to remove #region from whole website
    T Thats Aragon

    Hi All, I need to deliver source code to client and my boss need to remove all the #region sections from the whole web site source code!!!!!. :confused: So is there any functionality available in visual studio 2010 or may be other 3rd party tool available to do so, which can remove all the #region from all over the source code ? Otherwise my developers has to do donkey work.... :(( and I don't wish it. Any help or tips/tricks would be appreciated. Thanks

    Regards :)

    The Lounge csharp visual-studio help question

  • Google is down
    T Thats Aragon

    same pitch :omg:

    Regards :)

    The Lounge sysadmin help
  • Login

  • Don't have an account? Register

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