Hi Try this place "ScriptManager" Tag after the 'Form' tag(First Control to Appear in Form).
thanks
Hi Try this place "ScriptManager" Tag after the 'Form' tag(First Control to Appear in Form).
thanks
Hi Mohinder you can do it by SmtpClient clnt = new SmtpClient("your IP"); clnt.Port = your port;(default 25) hope it Helps
Hi first Create a new aspx page and then copy your HTML Code only in between tags and paste it inbetween aspx page . i hope it solves your problem.
Hi Installing Ajax toolkit itself not enough to see Controls on your IDE. To See Ajax Toolkit in your ToolBox Rightclick on toolbox and chooseItems then Browse add Reference to "AjaxControlToolkit.dll" This DLL Avilable @ \SampleWebSite\Bin\AjaxControlToolkit.dll you will see all Ajax cotrols in your toolbox.Drag n drop controls you wish to use.
Hi Hari you can do this by adding small attribute(JavaScript function) to Button. on form load event of code behind file .Attributes.Add("OnClick", "return confirm('Continue?');"); or hope this Help Thanks..
Hi Modify your page 'form' tag like this..
'submitdisabledcontrols' is new feature in ASP.NET 2.0 Hope this Helps Thanks..
hi try this link a code project article http://www.codeproject.com/useritems/FreezeHeader.asp
Hi I tried in both ways even making Hiddenbox to run at server.but i never understand the error which it is giving. thnaks for reply..
Hi Can any one help me how to grab inner html from iframe using Java Script and use it in server side.i tried in several ways but failed to do so. this is the javascript function i am using function GetMsg() { document.getElementById("HidTemp").innerText =NewsBody_rich.document.body.innerHTML; //document.getElementById("HidTemp").value=NewsBody_rich.document.body.innerHTML; } HidTemp = a HTML Hidden input Type; NewsBody_rich = a iframe run at server; and this is the code in .cs file on page load event. btnSend.Attributes.Add("onClick", "GetMsg();"); btnsend= a asp:button when i click on this button i am getting a error message Sys.WebForms.PageRequestManagerServerException:an unknown error occured while processing request on server.the status code returned from the server was :500 please help me out this problem.
Dont Say Sorry,You r trying to Help me That's very much enough. I too thinking about Hooks..but never Getting any Idea. Look at this thred you may get some .. http://www.programmersheaven.com/c/MsgBoard/read.asp?Board=10&MsgID=344596&Setting=A9999F0001[^] Thnaks for Reply..
i am sorry,but client need that way, when ever they need they can give access the computer.if you need in full detail i can mail you all the project details. Thnaks for Reply..
Hi All I am working with a C#.NET Application Which Required to Cover All the Avilable Space in Desktop including Taskbar and Should not Respond to any Key events including Windows Button means that user should not Access the Desktop Items by any way. i set my Form Properties Like this FormBoarderStyle=None; ShowInTaskbar=False; TopMost=true; by this i am able to ristrict to some extend,but i failed when Windows Key Pressed where i can easily terminate the running Process from Taskmanager.Help me in this Isue. Thanks in Adavance.
Hi How to Track the delivery Status of email.i am sending emails from System.Net.Mail in C#.NET.i want know weather email sent or Bounced or any error While Sending email.I code it in Try Catch block,if no error i am assuming that mail was deliverd else disply error message from Catch Block. Thanks for any help. TRK