Showing posts with label perfectly. Show all posts
Showing posts with label perfectly. Show all posts

Wednesday, March 28, 2012

Line break problem in ASPNET AJAx


I am using ASP.NET AJAx 1.0 Framework.

The page is diplayed perfectly first time. But after a asynchronous post back an extra line added between the Header and the user control.

And no Styling related operations are done in the postback call.

I have compared the HTML that is generated before and after the call. But both are identical.

And I think the reason is that we cant see the modification made by the Ajax Asynchonous calls to the HTML file at the client side.

Does it possible to see the modified HTML code in the browser after a Ajax call to the server?

I don't know the exact solution to your problem, but, If I were you, I would use Fiddler

http://www.fiddlertool.com/

to see what's going on. Fiddler is an excellent HTTP debugging proxy, that monitors each and everyone HTTP request.


Fiddler's good for seeing the reqeust/response. IE Dev toolbar or Firebug are essential for seeing the 'live' DOM.


And this line break problem appears only in IE. Its working fine in Firefox 1.5.


Hi,

There are some useful tools in our daily development work.Such as:

IE: Fidder、IE Dev Toolbar、Instance source、HttpWatch、Web Development Helper(especially for UpdatePanel)

Firefox: Firebug

Hope it helps!

Monday, March 26, 2012

ListSearchExtender with TextBox

Hi!

I'm trying the ListBoxExtender and it works perfectly, but I have one question... I'd like to use a TextBox to insert the characters and see the prompt... it's posible?

Thanks

Sorry for my english, as you can see it isn't very good...

Are you talking about ListSearchExtender ? I am not sure about ListBoxExtender control.


Sorry, I'm talking aboutListSearchExtender... a little confusion...


There is no straight forward way to do this. I mean, there is no option in the control to do this. You need to tweak the code to manage this issue. Let me know if you need any help in tweaking the code in finding out what needs to modified to get this done.
Has anyone looked into this? I'm looking at the source code, but I'm not sure what to change ... and I know VB.net not C#.