Search

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

Matching Posts

  • Re: Needs 3 developers to take partnership in my company

    Hello, I'm interested in this job. You can contact me at timofey.kolesnik@gmail.com
    Posted to Jobs (Forum) by caesar on 2/16/2009
  • Re: Good news for those of you who get "Unable to make the session state request to the session state server." error..

    2 HiTech2k Hello, I've got the 100% same problem with only difference that it crashes immediately when I'm trying to write something to session, but works ok when I'm reading it. I've reinstalled iis asp.net config like you described but it didn't help. Any suggestions ?
    Posted to Tips & Tricks (Forum) by caesar on 3/18/2008
    Filed under: session state, ASP.NET
  • Datagrid state

    Hello, When i specify some filled DataSet object to DataSource property, what happened to DataSource on postback ? Will it be stored to viewstate (or somewhere) ?
    Posted to State Management (Forum) by caesar on 8/27/2007
    Filed under: asp.net 2.0
  • Buil-in paging in DataGrid control (asp.net 1.1)

    Hello, I've got such problem: built-in paging in datagrid control counts pages by rows (of Item type) number, Can I control this, I mean count pages by my own condition, not by rows number. Thanks in advance.
    Posted to Data Presentation Controls (Forum) by caesar on 5/3/2007
  • Looking for remote job (ASP.NET)

    I'm looking for remote job as ASP.NET developer (.NET 2.0, C#, MSSQL 2005). Have some experience in developing university management system. For more details write to caesar.job@gmail.com
    Posted to Jobs (Forum) by caesar on 1/28/2007
  • Re: Something like firewall

    Thanks for your advices
    Posted to Getting Started (Forum) by caesar on 8/30/2006
  • Something like firewall

    Hello I need to create server control which behaves like simple firewall. The only feature it should implement is just displaying information about opened network connections on the local machine (e.g. local address:port, remote address:port, protocol type and so on). I've searched MSDN for this info, but found nothing. The only 2 namespaces for network System.Net and System.Net.Sockets don't contain such functionality. Help please.
    Posted to Getting Started (Forum) by caesar on 8/28/2006
  • Problems with DataGrid sorting

    Hello, I've got such problem. When I'm trying to use sorting in datagrid component, I've got jscript message, telling that "__doPostBack fucntion doesn't exist". I use PlaceHolder component for templating, so my form name looks like this "SIUTemplate:frmBase" Any suggestions, whats wrong ? function __doPostBack(eventTarget, eventArgument) { var theform; if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) { theform = document.forms["SIUTemplate:frmBase"]; } else { theform = document
    Posted to Data Presentation Controls (Forum) by caesar on 5/31/2006
  • Re: Dynamic asp.net page

    Hi, No, I mean such thing: I have "construction" page (Construct.aspx) which is responisble for all other pages rendering. e.g.: I request "http://...Construct.aspx?page=RegisterScreen" it must construct Register page. All other pages have common view: CenterModuleURL="~/Web/Components/Modules/UsersModule.ascx" MenuModuleURL="~/Web/Components/Modules/MenuModule.ascx" HeaderModuleURL="~/Web/Components/Modules/UserHeaderModule.ascx" NotificationModuleURL="~/Web/Components/Modules/NotificationModule
    Posted to Getting Started (Forum) by caesar on 4/20/2006
  • Dynamic asp.net page

    Hi Can I create dynamic asp pages ? For example: store some asp page content to string object, and send it to standard HTTP process module.
    Posted to Getting Started (Forum) by caesar on 4/19/2006
Page 1 of 2 (11 items) 1 2 Next >