Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

TRK UK

@TRK UK
About
Posts
13
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use ajax calender?
    T TRK UK

    Hi Try this place "ScriptManager" Tag after the 'Form' tag(First Control to Appear in Form).

    thanks

    ASP.NET csharp asp-net help tutorial question

  • Server IP
    T TRK UK

    Hi Mohinder you can do it by SmtpClient clnt = new SmtpClient("your IP"); clnt.Port = your port;(default 25) hope it Helps

    ASP.NET sysadmin

  • Displaying asp.net control on an html Page.
    T TRK UK

    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.

    ASP.NET csharp html asp-net sysadmin question

  • how to use ajax calender?
    T TRK UK

    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.

    ASP.NET csharp asp-net help tutorial question

  • How to Stop PostBack of Asp Button
    T TRK UK

    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..

    ASP.NET question sysadmin tutorial

  • Disabled textbox's text disappear after refresh
    T TRK UK

    Hi Modify your page 'form' tag like this..

    'submitdisabledcontrols' is new feature in ASP.NET 2.0 Hope this Helps Thanks..

    ASP.NET csharp help

  • Urgent Help with GridView Control.
    T TRK UK

    hi try this link a code project article http://www.codeproject.com/useritems/FreezeHeader.asp

    ASP.NET csharp asp-net visual-studio help

  • iframe inner HTML
    T TRK UK

    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..

    ASP.NET help java javascript html sysadmin

  • iframe inner HTML
    T TRK UK

    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.

    ASP.NET help java javascript html sysadmin

  • Hide Taskbar
    T TRK UK

    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..

    C# csharp help

  • Hide Taskbar
    T TRK UK

    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..

    C# csharp help

  • Hide Taskbar
    T TRK UK

    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.

    C# csharp help

  • C#.NET Email
    T TRK UK

    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

    C# csharp help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups