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

tomorrow_ft

@tomorrow_ft
About
Posts
33
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • web modalanchor
    T tomorrow_ft

    ı am using aspxbutton (devexpress) I understand that it is not concerning with vs 2010.It is concerning with (devexpress).But ı havent solved problem yet.

    ASP.NET csharp visual-studio

  • web modalanchor
    T tomorrow_ft

    but when I use vs. 2008, I dont have any problem,in vs. 2010 I must click twice time.

    ASP.NET csharp visual-studio

  • web modalanchor
    T tomorrow_ft

    Hi,in vs. 2010 c# web site project I am using web modalanchor for new aspx page. when ı want to close modal web page,I must click twice time page closing (x)button.Why this is happening I cant understand.I am waitinfg for your ideas.. thaks..

    ASP.NET csharp visual-studio

  • aspxgridview and checkbox problem
    T tomorrow_ft

    Quote:

    hi, I am using an aspxgridview and two checkboxes(for header and dataitem).When I check header checkbox I want to check all checkbox.I am also using java script code.essentially, I can do this, but I must check header checkbox twice times.I didnt understand why it is happening.ı am writing this code checkbox_checked event and header checkbox's autopostpak is true. When I used normal gridview I didnt have any problem I could do this without problem., <script language="javascript" type="text/javascript"> function SelectAll(id) { var IsChecked = id.checked; var Chk = id; // Parent = document.getElementById('GrdPerliste'); Parent = document.getElementById('<% = GrdPerliste.ClientID%>'); var items = Parent.getElementsByTagName('input'); for (i = 0; i < items.length; i++) { var deneme = items[i].type; if (items[i].id != Chk && items[i].type == "checkbox") { if (items[i].checked != IsChecked) { items[i].click(); } } } } </script> protected void Checksec_CheckedChanged2(object sender, EventArgs e) { CheckBox chk = (CheckBox)sender; GridViewHeaderTemplateContainer bulundugucontainer = (GridViewHeaderTemplateContainer)chk.NamingContainer; ((CheckBox)bulundugucontainer.FindControl("Checksec")).Attributes.Add("onclick", "javascript:SelectAll('" + ((CheckBox)bulundugucontainer.FindControl("Checksec")).ClientID + "')"); }

    ASP.NET java javascript tools help

  • aspxgridview,checkbox and check all
    T tomorrow_ft

    thanks for your answer but my problem is that I have to check header checkbox twice.this works only when I check twice so when it works,header check seems not check

    C# java javascript tools help

  • aspxgridview,checkbox and check all
    T tomorrow_ft

    hi, I am using an aspxgridview and two checkboxes(for header and dataitem).When I check header checkbox I want to check all checkbox.I am also using java script code.essentially, I can do this, but I must check header checkbox twice times.I didnt understand why it is happening.ı am writing this code checkbox_checked event and header checkbox's autopostpak is true. When I used normal gridview I didnt have any problem I could do this without problem.,

    <script language="javascript" type="text/javascript">
    function SelectAll(id) {

        var IsChecked = id.checked;
        var Chk = id;
       // Parent = document.getElementById('GrdPerliste');
        Parent = document.getElementById('<% = GrdPerliste.ClientID%>');
    
        var items = Parent.getElementsByTagName('input');
        for (i = 0; i < items.length; i++) {
            var deneme = items\[i\].type;
            if (items\[i\].id != Chk && items\[i\].type == "checkbox") {
                if (items\[i\].checked != IsChecked)
                { items\[i\].click(); }
            }
        }
    
    }
        </script>
    

    protected void Checksec_CheckedChanged2(object sender, EventArgs e) { CheckBox chk = (CheckBox)sender; GridViewHeaderTemplateContainer bulundugucontainer = (GridViewHeaderTemplateContainer)chk.NamingContainer; ((CheckBox)bulundugucontainer.FindControl("Checksec")).Attributes.Add("onclick", "javascript:SelectAll('" + ((CheckBox)bulundugucontainer.FindControl("Checksec")).ClientID + "')"); }

    C# java javascript tools help

  • devexpress and webmodalanchor
    T tomorrow_ft

    hi, I am using an aspxbutton and webmodalanchor for opening a new pop up page.I am opening the page but when I want to close the page, the page is being closed two times.I think the page loading two times If I use an aspxhyperlink the page, is being closed normally.But ı want to use aspxbutton. Thanks..

    ASP.NET

  • win7,sc delete, windows servis,process start
    T tomorrow_ft

    for administrator I use System.Diagnostics.Process.Start(@__"c:\Windows\system32\cmd.exe__", argu);

    C# help question

  • win7,sc delete, windows servis,process start
    T tomorrow_ft

    I want to delete this servis with this code but it can't be deleted

    C# help question

  • win7,sc delete, windows servis,process start
    T tomorrow_ft

    hi all, I have used win xp an this code runnig normally but when I started to use win7 it is not working what is it my problem thanks.. foreach (ServiceController service in services) { if (service.ServiceName == "SistemServisleri") { string argu = @"/C sc delete SistemServisleri"; System.Diagnostics.Process.Start(@"c:\Windows\system32\cmd.exe", argu);// for win7 I used it but not working System.Diagnostics.Process.Start("cmd", argu);// for winxp I used it and working } }

    C# help question

  • process.start and sc delete servicename
    T tomorrow_ft

    I find it,I have dealed with it since morning, string argu = "/C sc delete SistemName"; System.Diagnostics.Process.Start("cmd", argu); good works..

    C# question

  • process.start and sc delete servicename
    T tomorrow_ft

    Hi all, I want to use process.start function with "sc delete servicename" command How can I do this??

    C# question

  • windows service username
    T tomorrow_ft

    hi all, normally in win app. or web app. I can take windows log on username with this code "System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();" but with windows service I can't do this, it takes like this: "NT AUTHORITY\SYSTEM" Howcan I do this with windows service?? thanks..

    C# security question

  • setup and unistall
    T tomorrow_ft

    :( nothing changed when I tried to install, service all times give this error: error 1001:the apperred system is still there.

    C# csharp question workspace

  • setup and unistall
    T tomorrow_ft

    thanks for your answers,you understand correctly my problem my projectinstaller class only like this: namespace SistemServis { [RunInstaller(true)] public partial class ProjectInstaller : Installer { public ProjectInstaller() { InitializeComponent(); } } I added aproject installer but I didn't add anything else. Do I have to write different things???

    C# csharp question workspace

  • setup and unistall
    T tomorrow_ft

    I found them and I did them but it is not work I unistall service "sc delete servisname" from command prompt ,is it necessary tu use this command?

    C# csharp question workspace

  • setup and unistall
    T tomorrow_ft

    "Add the Condition NOT PREVIOUSVERSIONSINSTALLED for Install and Commit. In your Setup-project choose RemovePreviousVersion: True and change the UpgradeCode and Version" how I add NOT PREVIOUSVERSIONSINSTALLED condition and choose RemovePreviousVersion where is it??

    C# csharp question workspace

  • setup and unistall
    T tomorrow_ft

    hi all, I wrote a service in c# and I prepared a setup to service but now I want to unistall if service install before and then install last setup how I do this?? thanks..

    C# csharp question workspace

  • windows service
    T tomorrow_ft

    where do I get it

    C# csharp question

  • windows service
    T tomorrow_ft

    anyway start type is automatic

    C# csharp question
  • Login

  • Don't have an account? Register

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