Search

You searched for the word(s): userid:770562

Matching Posts

  • Activex create problem in vista/ie7-ie8

    hi all, i have a problem with my activex control i dont know how solve it. i am controling in client whether my activex control is installed below(js code): try { p = new ActiveXObject ( 'MeshControl.ActiveX' ); Te = p . Revision ; if ( MaV > p . MajorVersion || p . MajorVersion . toString ()== 'undefined' ) UpdateControl ( '1' ); else if ( MiV > p . MinorVersion ) UpdateControl ( '2' ); else if ( Re > p . Revision ) UpdateControl ( '3' ); else UpdateControl
    Posted to Client Side Web Development (Forum) by BahadirEkici on 5/12/2009
    Filed under: Activex create problem in vista/ie7-ie8
  • BuildComponents.dll error

    hi guys i have an error with sqldatasource. When i click sqldatasource's updatequery property visual studio give an error: --------------------------- Microsoft Visual Studio --------------------------- Could not load file or assembly 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\%DXROOT%\ProductionTools\BuildComponents.dll' or one of its dependencies. The system cannot find the file specified. --------------------------- what's this? How I can solve the problem?
    Posted to Visual Studio 2008 (Forum) by BahadirEkici on 2/18/2009
    Filed under: visual studio error
  • Re: Rebuild all problem

    sachin_03 i did it but still validating web site much time
    Posted to Visual Studio 2005 (Forum) by BahadirEkici on 9/24/2008
  • Rebuild all problem

    Hi guys, I have solution problem,I am working visual studio my problem is rebuild issue, when i press F5 all projects are rebuilding and i lost a lot of time this operation, how i solve this problem? Thx your suggestions
    Posted to Visual Studio 2005 (Forum) by BahadirEkici on 9/24/2008
  • Re: Session time out problem

    hi mcr_subbu, No i dont check user id, my problem is in whichever session variables For ex: in a.aspx page Session["AAA"]=B this session can be abandon 2-3 hours.
    Posted to State Management (Forum) by BahadirEkici on 9/12/2008
  • Session time out problem

    Hi guys, I have a problem and dont understand why it fired.In web config i have this configuration for session: <sessionState mode="InProc" cookieless="false" timeout="360"/> But in my application,session time outs in 1-2 hours.otherwhise i know wrong? 360 minutes isnt it?(360 min=6 hour) I am bored this problem pls tell your suggestions thx
    Posted to State Management (Forum) by BahadirEkici on 9/12/2008
    Filed under: Session, timeout problem
  • Re: export user control to excel

    oh my god! I am stupid :) How I forget this? Thx hua-jun Li
    Posted to Web Forms (Forum) by BahadirEkici on 9/2/2008
  • export user control to excel

    Hi all, I have a panel on my page and i want to render it.In page load event,my user control loads in panel.And I click my export button this codes: Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=UretimRaporu.xls"); Response.ContentType = "application/vdn.ms-excel"; Response.ContentEncoding = System.Text.Encoding.UTF8; Response.Charset = "ISO-8859-9"; StringWriter stringYaz = new StringWriter(); HtmlTextWriter htw = new HtmlTextWriter
    Posted to Web Forms (Forum) by BahadirEkici on 9/1/2008
  • Re: create calender control dynamically

    yes you can do this in Page_PreInit method in asp.net. MSDN Says: Use this event for the following: Check the IsPostBack property to determine whether this is the first time the page is being processed. Create or re-create dynamic controls. Set a master page dynamically. Set the Theme property dynamically. Read or set profile property values.
    Posted to Web Forms (Forum) by BahadirEkici on 7/1/2008
  • cant open web site in visual studio 2008

    Hi guys I have strange problem about visual studio 2008 For silverlight develop,I have installed silverlight sdk and visual studio alpha tools.But suddenly when I try File-New website, web site window didnt opened and dont understand.I re-install visual studio 2008 cant solve this problem.Now I try the my project and then follow this error: ......project cannot be opened because project type is not supported by this versiyon of visual studio visual studio versiyon is(writing in about section): Version
    Posted to Visual Studio 2008 (Forum) by BahadirEkici on 5/24/2008
Page 1 of 3 (27 items) 1 2 3 Next >