Thanks all! But my question is how to decode ( i dont have encoding method) : i got these from a website : d926ef0d-07df-3c5b-2246-12e061f71be1 ------> "0000000000" fd7bd272-f7e8-1e57-0a82-e15b79694d25 ------> "09130000000" 146b2bf5-fddb-5e68-0e9a-e5cdd19513dc ------> "0000000001" 4fb94dee-654f-55a5-5c94-71974b23fcd4 --------> "09130000001" b69ff890-e528-a2fc-c011-8f31dcfe4794 ----> "09125395974" f734f107-2d2c-b2e0-ed26-b92679d7cf68 ---> ??????????? any decoding algorithm ? thanks in advanced!
For different domain, you should use JSONP[^] EDIT
Someone posted a blogpost here on this topic, check it out Using jQuery Binding to make cross-domain calls with Closure Callbacks[^]
thatraja
Code converters | Education Needed | Improve EverythingNew
Member 9473809 wrote:
doesnt work correctly
It's a bit confusing. What does not work? There is an error? No error but the outcome is different from what you have expected? In any way - from the piece of code here it seems that you use jQuery before including it!
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
Member 9473809 wrote:
I was missing : <script src="~/Script/jquery.min.js" type="text/javascript"></script>
That's to be expected. You're using jQuery from your script block, so you need to include the jQuery script before it will work.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
For filtering i have seen this code :
_adapter.Filter.InvokeFilter(_inputSearch.Text);
but just work for one column :
_adapter = new ArrayAdapter<string>(this, Resource.Layout.list_item, Resource.Id.product_name, products);
Just a guess, but would this work?
listView.post(() => listView.setSelection(position));
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
HI you can do as you want with the help of IIS7. Some simple step follow and deny any IP address. for more information check this link http://technet.microsoft.com/en-us/library/cc730889.aspx[^] and one more link this http://stackoverflow.com/questions/6812324/iis7-question-about-blocking-all-ip-addresses-from-accesing-my-site[^]
Okay, two things: 1. The OP does not get notified of answers to someone other than them. 2. Your solution does not even begin to address what the OP has asked for. Take a look at his question again and ask yourself if you have really answered it.