Hi, webbrowser control has RighToLeft property but dose not support it. how i can set RightToLeft and LeftToRight for that? thx in adv
morteza57
Posts
-
RightToLeft direction in webbrowser control -
problem with javascriptDear Christian Graus, $get is a function in ASP.NET AJAX that it's functionality is the same document.getElementById
-
problem with javascriptHi, i used from this javascript code in my website an it works correctly by IE. But it dos not work with Firefox. what is it's equivalent compatible with Firefox? Thank you. $get('Panel1').style.left=100; $get('Panel1').style.top =100; $get('Panel1').style.posWidth=100; $get('Panel1').style.posHeight=100;
-
Problem with Timer Control in AjaxControlToolkitHI, I used timer control in my page. each 10 second i show one of some pics in my page by timer control. problem is here, when i am scrolling in my page, when pic change, page scroll to top of page (my images change in top of page). any one has Idea about it?
-
get image properties with javascript [modified]I found my solution : function GetInfo(img) { SRC=img.src HEIGHT=img.offsetHeight; WIDTH=img.offsetWidth; TopLocation=img.offsetTop; LeftLocation=img.offsetLeft; }
-
get image properties with javascript [modified]Hi, I have a html image in one page like this
GetInfo() is javascript function. How i can get image's Location in javascript function? (Compatible with Firefox) thanks.
-
Error when compilation - Urgent Helpthank you for answers. this problem solved. i had 2 UserControl with different name but this controls inherited from the same class. but i have other problem now. when i try to deploy website, i facing this error in last of compilation : "aspnet_merge.exe" exited with code 1.
-
Error when compilation - Urgent HelpHi, When i compile my web site, i facing this error The type 'CP_uc_LstUsrControl' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\WebSite1\eaf01500\1857dc0a\App_Web_6jm_c6gh.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\WebSite1\eaf01500\1857dc0a\App_Web_enmtx5tr.dll' i:\work\portals\WebSite1\CP\User\uc_UserTypeControl.ascx please Help Me
-
Make modal page by asp.net ajaxDear Vasudevan Deepak Kumar, I am not member of http://www.experts-exchange.com, would you please zip the page and send to me it. mortezasoft[at]gmail.com thank you
-
Make modal page by asp.net ajaxHi, I have a custom login control into one UpdatePanel. when user click button for login, i disable button and show a waiting gif by add_initializeRequest unitil end of ajax process. then enable button and hide gif in add_endRequest. Until now there is no problem. but i want make modal (disabled with fade effect)the page in this duration. please help me how i can do it? Thank you advance
-
element in masterpage in asp.net+c#Hi, In masterPage Name and Id of page controls changs. you should use ClientID property of server controls in the page for accessing that in MasterPage i.e:
function CheckValue() { var obj=document.getElementById('<%= CheckBox1.ClientID %>'); alert(obj.getAttribute("checked")); }
Regards
-
Error : Attempted to read or write protected memoryI have an asp.net application using C# code. When I try and view the pages in design mode I get 'error creating control' messages with 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt' Anyone have any ideas as to what causes this?
-
Problem with calling Event Handler in MasterPageThank you Dear Pathan
-
Problem with calling Event Handler in MasterPageIn content Page I want call event handler of button (in Markup view by JavaScript)
-
Problem with calling Event Handler in MasterPageHi, In a normal Asp.Net Page we can call a Event Handler with the __doPostBack Statement. in example : __doPostBack('Button1_Click','') but when i use Masterpage, that dose not work correctly. is any one help me How can i do it? Thank you
-
An extender can't be in a different UpdatePanel than the control it extendsThank you
-
An extender can't be in a different UpdatePanel than the control it extendshi, I used UpdatePanel in one page.there is some controls in this UpdatePanel. then I added ModalPopupExtender to page and set it's properties and then run the page. I faced with this Error : "An extender can't be in a different UpdatePanel than the control it extends" Please Help Me. Thank you.
-
difference between winform and webform datagridDear Zari Difference between a winform and webform datagrid control is very much. you may see msdn for more information
-
RadioButton in treeviewHi,I use TreeView control in ASP.NET 2.0. TreeView has a property for showing CheckBox in each node. but i want show RadioButton int each node. how I can do it? Thanks
-
ContextMenu in ShockWaveFlashhi, i used ShockWaveFlash in my windows application. i want to disable default ContextMenu for shockWaveFlash when my form runs. how i can do it ? thanks