How to generate numeric paging control in wpf - wpf

please someone share the idea of developing numeric paging control like web pages. which look like 1,2,3....10 Next> and when user will click on the link then a even will fire from where we can bind grid again and also the control will have some property like TotalData, no of data perpage etc. i search google but found nothing so if anyone already developed this type of control in WPF then please share some idea or give me url from where i can get the similar article.......thanks.

Check the below links and see if that helps
http://www.codeproject.com/KB/WPF/WPF_Paging.aspx
http://www.eggheadcafe.com/tutorials/aspnet/8a2ea78b-f1e3-45b4-93ef-32b2d802ae17/wpf-datagrid-custom-pagin.aspx

Related

DNN "Welcome to your new website" Pop Up

"Welcome to your new website" popup in DNN 7.2 and above shows some dynamic content. Its visible only to host users and doesn't reappears if "don't show this again" checkbox is checked once.
I need to develop something on similar lines where a popup should appear every-time a user of specific role(and some business logic) logs in. I think about creating a custom module and add it to all pages which could this for me but it seems welcome to your new site popup already tackles this.
Now I need to know if its somehow feasible to alter or extend this popup as per my need. I googled for some time and went through quick search in DNN code but haven't found anything convincing on this. Please suggest if what I think with this popup is feasible or I am searching in wrong path and creating custom module is my only way.
Thanks,
Ravi
I would think the best way to handle this would be with a custom skin object, and a custom module to manage the announcements.

Dynamic Data Display

I can't load the Applications which are get it from this link. I am going to create a many charts in Wpf by the help of Dynamic Data Display and i have seen some samples on below link but can't able to load atleast any one of them. Can any body try this, plz help me if u knw.
https://d3future.codeplex.com/SourceControl/latest#Main/src/DynamicDataDisplay.Samples/Demos
It will be great help.
Regards:-
Rajanikanth
You just have to click on the Download button, as shown in the image:
UPDATE>>>>>>>>
Please note that this is just a library, there no Main application to launch it ! You have just to make a reference to it, and then use it in your own application.
Here is what I found in the readme file:
WPF Dynamic Data Display' is a library of WPF controls for dynamic data visualization.
Homepage - http://www.codeplex.com/dynamicdatadisplay/
Blog - http://microsoft.cs.msu.su/Blog/thecentury/default.aspx (mostly in Russian for now)
Twitter - http://twitter.com/DynamicDataDisp
If you have questions, bug reports or feature requests, you can post them at 'Discussions' page at our codeplex site or
e-mail them to d3#mslab.cs.msu.su

WP7 WebBrowserTask without url entry textbox

This might not be possible but I thought I'd check with everyone.
Is it possible to load a WebBrowserTask on WP7 but to have the url entry box collapsed? I'd also like to set IsHitVisble to false?
The reason I want to do this is to load a url (through databinding) but ensure that the user can't browse to other links on the page. I also need to keep the phones share control in the tool bar so I can't just use a webbrowser control and set the source to the url.
Does anyone have any ideas?
Not possible. You can use a WebBrowserControl inside your own app, but it's not recommended.
Basically such odd/weird limitations as this, don't belong in any modern day craftsmanship. And thus why it isn't a possibility (thanks Microsoft!)

Silverlight simple map tool with zoom and pushpins

I'm very new to Silverlight so bear with me. I need to implement a web page with a zoom-able map of Europe. I need the map to contain pushpins or such like which are generated from a database of lon/lat locations.
If the user hovers over a pin then some data should appear about the location and then if the user clicks on a location and be given detailed information (images, text and other live data) next to the map. Originally I was looking at google maps or bing but as this is to be used commercially and is not going to be public, I am unable to use them for licencing reasons.
I've looked into using deepzoom, which seems perfect but I cannot find any decent ways of adding the pushpins.
So essentially can anyone suggest a tool to allow me to make a zoomable map (I can supply a map image) which can have pushpins generated which can be selected by the user through highlight or click
Many thanks,
Cap
Use Bing Maps Silverlight Control.
Here is preview from Microsoft.
You need Developers Account for using it. Account is free. You can get it here.
Bing Maps control is simple to use, supports pushpins and deep zoom.

Bing/Google Search or URL suggestion feature , implement search provider

I'm trying to make edit box which can provide URL/Search keyword suggestion when use type it. Do you guys have any idea where should I start ? I've review the BING API but I couldn't find it...
For your edit box I'd recommend using the AutoCompleteBox from the toolkit.
Google has a custom serch API which may be a good place to start looking for a data source for your searches.

Resources