I'm trying to check my earliest posts (from 2008) when I was asking questions mostly and I can not get to them. Looks like the data were purged? How can I get to my first posts on this site?
View Complete Post
Here is what I want to do:I have a local site in which I want to display data from a remote siteLets say: I want to display data of http://www.abc.com/Default.aspx on my localhostNow Default.aspx requires some post-data which it sends to itself. Thus the __viewstate and __eventvalidation are posted back to it by itself. I want to directly post the data to Default.aspx from localhost without opening Default.aspx and display the Default.aspx's response on my localhost.The WebApp on http://www.abc.com is configured for __eventvalidation i.e. I cannot post-data to it from my localhost without getting a __viewstate from it. I also have to post the current __viewstate of http://www.abc.com/Default.aspx to itselfHow can I accomplish it?
I need to display recent blog post in the blog site to the right panel.
i am able to display all the title of the posts using dataview. What i need is that it should scroll up, that is all the contents should be in the : Marquee direction="up" tag.
how can i scroll the recent post's?
Oleg Sych has a nice series of posts on Dynamic Data 4.0 that are worth checking out:
Understanding ASP.NET Dynamic Data: Filter Templates
Extending ASP.NET Dynamic Data: Filtering with Joins
Understanding ASP.NET Dynamic Data: Entity Templates
Hi,
I have a custom list that isn't processing calculated columns anymore.
When I post a calculated column I get one of two error messages...either "SQL Server may not be started" or "The value does not fall within the expected range". I've noticed the sql message before but the changes are made and calculations in the past have worked ok. Now that the "value" error is cropping up it's quit calculating the columns.
i.e. I open a calculated column, simply have it reference a numeric field (=[MyNumberField]). When I hit ok I get one of the two error messages. When I look at the value of the calculated column it's blank.
Any references to articles, etc. would be helpful. There are 406 columns in this list...
Best Regards,
S'
Using the rest 4 template. I have a POST method defined, with an object as a parameter. REST 4 does a great job of automatically mapping both xml and json posts to the method. I tested this using an HttpClient test application to build and post xml content and then json content. All data gets correctly mapped to the corresponding properties in my entity.
I want to also support a standard form post to the method but am having problems!
I'd like the same method already accepting and converting both xml and json to also work correctly for a form post. I figured it would "just work" but no.
I am testing this by creating an HttpUrlEncoded form in the test client, adding form name/value pairs that match what the method is expecting, and trying to post it.
However I get a 400 Bad Request. Here's some example code that is returning a 400 bad request:
Really straightforward but fails. Ideas why?
var client = new HttpClient(); HttpUrlEncodedForm form = new HttpUrlEncodedForm(); form.Add("Id", "99"<
I clicked on Recent Posts in my profile page
I got this error
I can use My Posts to view all my replies but not the one from profile.
I am using JQuery to call the click event on a button that uses WebForm_DoPostBackWithOptions to post back to the server. The click event successfully posts back to the correct server side event, but the PostBack happens twice. How can I prevent the double postback?
Thanks,
Mark
I have cleared browser cache, history and signed off, signed back in. I can see this header screen
Now, if I click Forums tab to navigate to forums.asp.net, I can see this
If you observe the screenshot, you can see the points are different and the posts are static (everything says few seconds ago). Is it a browser caching issue or something else. I have seen the same thing since 3-4 hours.
The "Note Board" feature does not seem to be work correctly for me. As per the documentation, Note Board is a place where users can post comments which can viewed by other users.
However in my 2010 site, only the user who adds the comment can see it. [i..e If user A adds "post1" to the note board of a page, then the post does not appear for User B. If user A checks, the post is available.]
For tags, it is possible for an user to mark the tag as private. there is no such provision for a note.
Regards
Vijay
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend