oh ok. Thanks for confirmation thatraja.
Regards
oh ok. Thanks for confirmation thatraja.
Regards
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
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
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
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
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
Good call :) Have my 5.
Regards
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
Amar Chaudhary wrote:
Lifesaver
For me also. Thank you CP for this great effort. :-D
Regards
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
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
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
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 :)
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 :)
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 :)
same pitch :omg:
Regards :)