How I can create a view/control like in an sms/threads view?I was in searching for it much time, but didn't find anything.
wesevendays: take a look at this question, there is a link in my answer to a site where they describe how to mimic SMS bubbles.
Related
I am looking for the template Engines that will cover the loops/lists and conditional(C#).
I searched regarding that and found a few like handlebars and fluids.
So, looking for the best template engines available also with some examples that how we can use that.
Please give your valuable suggestions waiting for your response.
TIA
I've been trying to see all day if it's possible to write a web app in C#/asp.net that uses the google search engine. I've been googling about it all day. I don't want the custom search api because I'm not looking to have a search engine search through a site. I want to have my web app pass input to the basic google web search that search the entire net not a particular site so I can then parse through the first page of the search results. I put that in bold because it seems like the custom search api is for searching a particular site (my own site) which is not what I want to do and yet the only thing I could find. (well for the most part at least) The closest answer I found to my question is this https://stackoverflow.com/a/4082976/5607333 Which might do the trick for me but I don't know how to do that. How do I send search input to google search and get results using html? (or in my case asp.net) If you think it's the answer to my question can you please post an example of how it's done? I say "think" because I'm not sure it's the answer to what I'm asking.
I hope this question isn't considered a dupe to the question I linked to as I have been way more specific than it.
Also if this task isn't possible in C#/asp.net but possible in another language can someone please post an example of how it's done in that language or a link to it?
Update: I figured out what an easy solution is to this it hit while I was looking at another question similar to my problem. The solution is to edit the url and then i assume you could just concatenate it in C# with the + sign.
Update: 2 Even though I figured what I specifically was having trouble with at the moment of writing this question I still doesn't why I can't find a google equivalent of this https://msdn.microsoft.com/en-us/library/dd251020.aspx that's not depreciated. I read an answer to another question on here where someone said it's because that's how they make their money off the ad results but if that's true it still surprises me.
Look this question:
Adding Google's standard search (not custom) to my website
you can use your own XML parser to customize the display for your search users.
with an http request like this:
GET /search?q=bill+material&output=xml&client=test&site=operations
But it has a limitation on number of requests per day, 500 or 1000 I guess
I am creating a website which needs to have blogs displayed on the page.I dont have any idea on this.I am using .net with c# language and sql server 2005.i m not using MVC architecture.please suggest some ideas.
I suggest you sit down and work in some detail what you want the page to do, and write it down. Then for each function or action, you work out how that action could be achieved.
Then you can try things and ask specific questions after you've got specific problems. At the moment this request is just 'HELP' and that's not what gets answered here. This is not a training site!
Good luck!
As a little learning project, I'd like to make a little app that reads data from a facebook users status updates. It's been done millions of times before, I'm sure, but is there an API or something? Would I need to signup for some Facebook developers license or anything, or is it as easy as finding the API, and then simply coding to it?
I'd like to simply get friends Status Updates via my login... seems easy enough. :)
The Facebook Developer links posted above are good, but it might be useful to look at some examples.
The Facebook C# SDK, found here: http://facebooksdk.codeplex.com/, has samples in ASP.NET MVC. It's a pretty simple project, so it should be relatively easy to see how things work in practice.
You can create an app at http://developers.facebook.com/
Then, download the sample project, replace the AppId and AppSecret with values from your registered app, and see how it works.
You can start reading here: http://developers.facebook.com/docs/
And look in the forum discussions here: http://forum.developers.facebook.net/index.php
This post was helpful to me http://gathadams.com/2007/06/18/how-to-write-a-facebook-application-in-10-minutes/
Also keep in mind this last change made for FB team about Post for canvas http://developers.facebook.com/docs/canvas/post/
Good luck!
Yesterday I was on the microsoft webmatrix site looking at the docs, and I saw this thing on the right of the page, I think it was a tutorial or something for some kind of gridview thing for Webmatrix. Although I was interested I didn't take much notice of it as I was reading stuff about Razor. But now I'have spent all day and all night trying to find it again, (even visiting the same page), but I can't. All I can find is a few 3rd party open source things that don't look so friendly.
Does anyone know which one I'm refering to? Have you seen it/used it?
Finally!
I found it. It's the WebGrid.Helper.
Can be found here:
http://www.asp.net/webmatrix/tutorials/6-displaying-data-in-a-grid
http://www.mikesdotnetting.com/ has some good articles on how to expand the use of the webgrid helper that might be of interest.