Google Maps API in ASP.NET Masterpage: why it stays blank?
This simple example works in pure html when launching within visual studio localhost:port server
This simple example works in pure html when launching within visual studio localhost:port server
I’m using jquery tab and following js method, how and what can i modify it to maintain state of tab between postbacks? (This resets tabs to first tab after page_load)
What is the best way to limit the amount of text that a user can enter into a ‘textarea’ field on a web page? The application in question is ASP .NET, but a platform agnostic answer is preferred.
On the developement machine my website is working fine but I am getting javascript ‘Sys’ is undefined error on hosting server and my AJAX is not working.
I Have a problem with jquery event handler after async postback on asp.net page.
I read this topic – it’s a good solution, but I need a separate function.
So I’m using jquery masked plugin.
I have an aspx page with a asp.net button on the page:
I have implemented Infinite scrolling(i.e Load records when the scrollbar reaches the bottom of the div). It works fine but after loading too many records on the page, the page becomes too heavy & causes slow rendering. Actually, I am using this technique as a replacement of a gridview so, how do i manage heavy DOM in this scenario?
I have a dropdownlist with 5 items. Value of last item is “other”. By choosing “other” appears popup with input. The value of this input i set to this item by javascript. So value becoms inserted text. When i submitting the form, it doesn’t work with this dynamic value, but other items of select works. Any ideas? Thanks very much!
I have tried this
So, i have an aspx page which looks like this: