Search

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

Matching Posts

  • Re: Convert Date Format from mm/dd/yyyy to dd/mm/yyyy

    dear, try this, String.Format("{0:yyyy-MM-dd HH:mm:ss}", Now) it will return string like "2007-05-01 12:30:01" set format as per your need.
    Posted to Localization (Forum) by niraj_d418 on 5/10/2007
  • Re: Free popup menu - where?

    "The .Net menu makes this all, but when I apply a style to a menu, is does not display it ever again!" if it's not something somewhere is wrong, you should try to find it. "Do you know any free solution.." for a menu and lot more you may visit, http://www.dhtmlgoodies.com/index.html
  • Re: Error while accessing the file

    Hello, Error itself is saying that " ASP.NET is not authorized to access the requested resource. " That means the account has not enough permission on the folder that you are accessing. Now IIS use ASPNET as default user for website; but it uses 'NT AUTHORITY\NETWORK SERVICE' on the server. One'll have to check IIS version to determine which account is used: IIS 5 -- Machine Name\Asp.net IIS 6 -- NT Authority\Network Service After that, make sure user account have got enough permission on the folder
  • Re: bug tracking system

    Bug tracking tools List (courtesy Fabrice's weblog) Here is a compilation of defect tracking products Agility (AgileEdge), Web Alexsys Team (Alexsys Corporation), Web and Windows AQdevTeam (AutomatedQA), Web and Windows BugAware (Jackal Software), Web BugTracker.NET Open Source, Web Bugzilla Open source, Web BugSentry (IT Collaborate), Web Census (MetaQuest Software), Web ClearQuest (IBM), Web and Windows Defect Manager (Tiera Software), Web and Windows Defectr (Fynn Consulting), Web DevTrack (TechExcel
    Posted to Free For All (Forum) by niraj_d418 on 5/2/2007
  • Re: maintain sign in sessiOn?

    my eyes said, it pained when itread this post !?
    Posted to State Management (Forum) by niraj_d418 on 4/30/2007
  • Re: Help me

    myTabCantainerControl. Findcontrol (..) method ??
    Posted to ASP.NET AJAX Control Toolkit (Forum) by niraj_d418 on 4/30/2007
  • Re: Any sites.

    I didn't get what you meant exactly, but if you want to have a quick look at many of the proven practices and patterns of building Web client applications, visit this link, Web Client Software Factory msdn says that, this applications have one or more of the following characteristics: They have complex page flows and workflows. They are developed by multiple collaborating development teams. They are composite applications that present information from multiple sources through an integrated user interface
    Posted to Getting Started (Forum) by niraj_d418 on 4/30/2007
  • Re: How to add a picture into a crystal report while exporting?

    Hello Aswin, Lets' assume that you want that picture to be on last page of report whenever it's exported to any format. in that case, Insert image object in the "Report footer" section of your report. this may solve the problem.
    Posted to Crystal Reports (Forum) by niraj_d418 on 4/30/2007
  • Re: bug tracking system

    this a list complied by Fabrice on Bug tracking tools regards,
    Posted to Free For All (Forum) by niraj_d418 on 4/30/2007
  • how to use textbox1.text value for textbox2's required validator in html

    Hello, There a form having two text box, having a required field validator on second textbox, If it's empty i want to display message like, "<field1Name> can't be blank". Where <field1Name> is the value of first textbox on the form (i.e. fldszField1Value.Text) How can i do that in <html> </html> section of .aspx file using <% %> ? is it possible to do so ? or will i have to put my code in .aspx.vb file ? This is a pseudo code of a situation, i do have. < tr > <
    Posted to Web Forms (Forum) by niraj_d418 on 3/16/2007
Page 1 of 5 (42 items) 1 2 3 4 5 Next >