Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:777038
More Search Options
RSS Available
Matching Posts
Re: How to Add Youtube pages into my web pages
Hi, Its so simple to add youtube videos on your page. You just have to add html embed code of any video in your page's html code. Look at the below urls for more detailed information. 1) http://www.youtube.com/youtubeonyoursite 2) http://www.askdavetaylor.com/add_youtube_video_to_web_page_blog.html Let me know if you have any other doubt.
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 10/23/2009
Re: how can i retrive the height value for the div tag or any control from the style sheet and change the height of the control during runtime
[quote user="Dilip Varma"]how can i retrive the height value for the div tag or any control[/quote] Use below javascript to find the height of your div(any control) function positionInfo(object) { var p_elm = object; this.getElementLeft = getElementLeft; function getElementLeft() { var x = 0; var elm; if(typeof(p_elm) == "object") { elm = p_elm; } else { elm = document.getElementById(p_elm); } while (elm != null) { x+= elm.offsetLeft; elm = elm.offsetParent; } return parseInt
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 10/23/2009
Re: Disable all content of page when opening Div
Hello PUJA You can see some good examples here.. (Using JQuery and jqModal) http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin http://dev.iceburg.net/jquery/jqModal/ I really love to use JQuery so I think I have to share above links with you.
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/26/2009
Re: How to call a server-side method from client-side JavaScript
Hi Puja, Do you want to call webservice from javascript ? If yes than please refer my post in below thread. http://forums.asp.net/t/1247167.aspx
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/26/2009
Re: Coordinates of an Image
Hello, Use below code if you want to use pure javascript(JQuery is also a best solution). function positionInfo(object) { var p_elm = object; this.getElementLeft = getElementLeft; function getElementLeft() { var x = 0; var elm; if(typeof(p_elm) == "object") { elm = p_elm; } else { elm = document.getElementById(p_elm); } while (elm != null) { x+= elm.offsetLeft; elm = elm.offsetParent; } return parseInt(x); } this.getElementWidth = getElementWidth; function getElementWidth() { var elm; if
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/26/2009
Re: preventing SelectIndexchange event
Hello, Below code is working fine at my end. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript"> function fnChange(obj) { // switching to Completed should comes after ACCEPTED if (obj.options[obj.selectedIndex].text == "Completed") { alert("Bad selection!!"); return false; } return true; } </script> </head> <body> <form id="form1" runat="server">
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/18/2009
Re: related to web devlopment
Hi, I found some solutions which will check user name availablity against database. You can do same for checking email. 1. http://weblogs.asp.net/traviscollins/archive/2008/02/12/check-username-availability-with-asp-net-ajax.aspx 2. http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/16/2009
Re: Disable Control+F5,F5. using Javascript very urgent...
Hello Babul, Your solution will only point to internet new beeies. Who they dont know how to refresh a page from browser. This is not a full proff solution. But thanks for sharing your code.
Posted to
Client Side Web Development
(Forum)
by
Maulik Patel
on 9/13/2009
Re: Ajax enabled WCF Service stops working with Undefined error
Hi Alex, Thanks for your asnswer. Will try your suggestion. And will let you know if any problem.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
Maulik Patel
on 7/18/2009
Re: Ajax Enabled WCF WebService Stop Working
Hi Jim, Thanks for you valuable answer. I don't have much information about exact scenario. I checked .svc mapping in IIS and its mapped to right dll which is aspnet_isapi.dll. I also tried your another solution but it did not work for me. I am still getting that error. Is there any other workaround to solve this issue ? Because it's really impossible to work while this issue comes in picture. And deleting and adding svc file again and again is not a solution of this issue. Is this issue
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
Maulik Patel
on 7/3/2009
Page 1 of 34 (333 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online