&nbsp;<%# DataBinder.Eval(Container.DataItem, "description") %>&nbsp;

















Much as i hate to admit it i am out of my deapth on this so any help would be much appreciated

Source: http://www.livejournal.com/community/aspdotnet/40421.html

  • PHP4 OpenID Consumer

    Date: 08/15/05 (PHP Community)    Keywords: php, asp

    I recently saw that '[info]'g0thm0g posted a mention of xajax and its usefulness. Anyone know of a place that's written a PHP4 OpenID consumer using AJAX? I've been looking around and seen implementations in other languages, but no PHP with AJAX. Any aspiring persons want to try it out if it hasn't been done? I was planning on trying out xajax to do it but thought I would check the community to see if there was an existing implementation first.

    Source: http://www.livejournal.com/community/php/336199.html

  • Rarg!

    Date: 08/17/05 (SQL Server)    Keywords: database, asp, sql, microsoft

    Okay, so I really have no idea what I'm doing with this, so I'm sorry if this seems kinda dumb.

    I'm trying to install the "Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A" on the computer here, and it seems to install fine.

    I go to the command line and run the setup file with my chosen password. No problem (I hope).

    My end goal is to try and get one of the ASP.NET starter kits to install and think there's a database system on this computer (So I don't have to use MS Access. Ew.), but whenever I go to install the program, I choose the database on the LocalHost, and it gets no connection.

    So, I'm wondering, is there something else I have to do to start up the Desktop Engine and get it running?

    I'm kind of flying blind here, and the read-me doesn't make a whole heck of a lot of sense.

    So, thanks for any help you can give me!

    Source: http://www.livejournal.com/community/sqlserver/31202.html

  • How to Develop Rule Based Java Software Using Java Rule Engine API (JSR 94)

    Date: 08/16/05 (Java Web)    Keywords: asp

    For mission-critical applications, the process of automating business policies, procedures, and business logic is often better managed by leveraging a Business Rule Engine. Using business rules can help you develop more agile applications with shorter time-to-market. A business rule is a statement that defines or constrains some aspect of the business; a business rule is [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-develop-rule-based-java-software-using-java-rule-engine-api-jsr-94/

  • RSS Validation Web Service

    Date: 08/17/05 (Web Development)    Keywords: rss, asp, web, google

    Does anyone know of a Web Service that will receive an RSS URL and return a boolean value that can be used in an automated application (ASP.NET VB.NET)? I'm working on something that manages RSS feeds and parses them in order to achieve some tasks however it would make life a lot easier if I could validate the feed before entering it into the system.

    Does anyone know of a Web Service that does this?

    I've been looking through google results and I found a reference to an alpha web service validator from way back in 2002, however it doesnt seem to be up anymore and I havent found any other links.

    All other validators pretty much seem to explicitly say to not hit them with automated queries.

    any ideas?

    http://www.oreillynet.com/pub/wlg/2474

    Source: http://www.livejournal.com/community/webdev/234383.html

  • MSDN Roadshow

    Date: 08/19/05 (Asp Dot Net)    Keywords: asp

    Did anyone go to the ASP.NET MSDN Roadshow in Burbank yesterday? If so, what did you think about it?

    I was pretty disappointed -- the presenter seemed too unknowledgable to be presenting about ASP.NET 2.0. It was the little things really.. for instance, to make the code and it'll make the link for you.. most likely, based off of his example, you'll spend the rest of your time in 2.0 copy/pasting when you want to embed a stylesheet. That is, until you accidently figure it out for yourself, you read it somewhere or someone else says "wtf don't you just drag and drop it?"

    Another thing that he said was completely inaccurate. He was talking about the cool new things you can do with themes/master pages. "You know how you can't use SSI in Classic ASP to make dynamic titles?" At first I thought he was just kidding but he said it again later. I totally use SSI and Classic ASP for my themed site and my tag changes for each page. First I make the variable, then I call the includes file that has <title><%=Title%>. Is that really creative genius? He also said he used .inc files which..I know Microsoft did but it doesn't make sense. People can see your code. All of my include files were .asp in the event that people tried to go snooping.

    He also kept going and going even when it was obvious people needed a break. But I stayed through the first two hours and when he gave the break, I went up to ask him how to make dynamic titles in Master pages. See, he'd type in manually Title=Page1 or Title=Page2 and override what the Master said but I don't always know what the title of my page will be. I gave him an example with my recipe site.. 1 page is in control of all of my recipes so I don't know what my title will be until the person loads up the page. He looked lost. So I just stated "Can the title be a variable?" "Uhmm. Probably, yeah."

    At that point I left because while I knew enough about Master pages for him not to throw me off, I don't think I knew enough about his next 2 subjects and I didn't want to learn how to do it the wrong way and then be stuck in that mindset.

    I wonder what he was stuck in.. Kinda reminds me of this book I'm reading that said this...

    “We were writing a new system in C++, but most of our programmers didn’t have much experience in C++. They came from Fortran backgrounds. They wrote code that compiled in C++, but they were really writing disguised Fortran. They stretched C++ to emulate Fortran’s bad features (such as gotos and global data) and ignored C++’s rich set of object-oriented capabilities.”

    I feel that he didn't go out of his way to relearn 2.0 and he continued to use his 1.1 techniques. So yeah, if you are going to the MSDN roadshow and Bernard Wong is presenting, be warned!

    Source: http://www.livejournal.com/community/aspdotnet/41148.html

  • php question

    Date: 08/24/05 (WebDesign)    Keywords: php, asp, sql

    *For those who know php* I love coding (learned Basic and logo back in middle and highschool and took C++ in college) and would like to get a grasp of php and sql. I know the more you practice it the more you learn but I wanted to know in general how long it took everyone to learn php at the intermediate level.

    Source: http://www.livejournal.com/community/webdesign/963120.html

  • .Net queries

    Date: 08/25/05 (Asp Dot Net)    Keywords: asp, web

    Querystring Variables
    I have a component that i call in on several pages and
    in most the activityID is sent by the querystring and i
    pick it up using

    ActivityID = Cint(Int32.Parse(Request.Params("act")))

    but this returns as can't return this null i am assuming
    this is just the same as request.querystring() in normal
    asp I tries the IsNothing command and that didn't work
    so i need to grab the act value from the querysting and
    check if there is a value for it or not so i can call the
    approprate stored procedure what am i missing?


    Checkboxes
    Checkboxes from a datagrid, I have a datagrid with a check
    box field at the end of it so i can select was accomadation
    the user wants to mail to get details about this is basically
    to post the information back to the email builder form so
    that it can post all the infor the the email function. How do
    i pull back out and identify the checkbox values after posting
    them from a datagrid.

    I've been scouring the web and have found a few things that
    don't seem to work, its asp.net (vb.net) and i need to know
    what i am doing wrong, any thoughts?

    Cheers

    Source: http://www.livejournal.com/community/aspdotnet/41344.html

  • More .Net Querys

    Date: 08/25/05 (Web Development)    Keywords: asp, web

    Querystring Variables
    I have a component that i call in on several pages and
    in most the activityID is sent by the querystring and i
    pick it up using

    ActivityID = Cint(Int32.Parse(Request.Params("act")))

    but this returns as can't return this null i am assuming
    this is just the same as request.querystring() in normal
    asp I tries the IsNothing command and that didn't work
    so i need to grab the act value from the querysting and
    check if there is a value for it or not so i can call the
    approprate stored procedure what am i missing?


    Checkboxes
    Checkboxes from a datagrid, I have a datagrid with a check
    box field at the end of it so i can select was accomadation
    the user wants to mail to get details about this is basically
    to post the information back to the email builder form so
    that it can post all the infor the the email function. How do
    i pull back out and identify the checkbox values after posting
    them from a datagrid.

    I've been scouring the web and have found a few things that
    don't seem to work, its asp.net (vb.net) and i need to know
    what i am doing wrong, any thoughts?

    Cheers

    Source: http://www.livejournal.com/community/webdev/237860.html

  • windows 98

    Date: 08/25/05 (Computer Help)    Keywords: software, asp

    a friend of mine runs windows 98 on her compaq presario. her hard drive recently crashed and she got a new one but now isn't able to connect on line. the computer funtions properly in every aspect. she has cable internet. does the software to the internet have to be uploaded again? thanks...

    Source: http://www.livejournal.com/community/computer_help/473633.html

  • Website translation

    Date: 08/29/05 (Computer Geeks)    Keywords: asp

    http://www.zoooz.com/review/content.asp?idx=200


    Can anyone here tell what language this page is in, and also how I can translate the entire page? I've tried altavista's Babelfish but to no avial.

    Thanks in advance~

    Source: http://www.livejournal.com/community/computergeeks/761117.html

  • Changes from VWD & Whidbey Beta 2 to RTM

    Date: 08/30/05 (Asp Dot Net)    Keywords: asp, microsoft

    http://msdn.microsoft.com/asp.net/beta2/beta2rtmchanges/default.aspx

    Source: http://www.livejournal.com/community/aspdotnet/42205.html

  • No records

    Date: 08/30/05 (Asp Dot Net)    Keywords: asp

    I'm messing around with ASP.NET 2.0 after a few years of ASP. How detect 0 rows returned and display "No Records Found" if there's 0 records returned for a Gridview or FormView?

    Source: http://www.livejournal.com/community/aspdotnet/42429.html

  • Active Directory and .NET

    Date: 08/31/05 (C Sharp)    Keywords: database, asp, web

    Hi everybody!

    I have a question about Active Directory in .NET
    For my project I need to fetch results from Active Directory search page by page, because later I would need to bind it to the pageable DataGrid.

    I tried to use .NET library DirectoryServices for that, but paging provided by this library is transparent to the user and is used only to increase the efficiency of searching, when results are too big. I.e. I cannot tell the DirectorySearcher to give me first page, then the next or previous page, it returns me all resulting pages in one bundle.

    However, what I need is to explicitely get page after page directly from the AD searcher and to be able to go at least one page forward or backward.

    The solution with copying all results to the DataBase and then do the paging is not accepeted by the clent, since it is too inefficient. And since it's a Web app, I cannot keep results in memory either.

    I found some hints about COM Interface, but I could not find good and detailed examples or explanations.

    If somebody could help me out with that problem, any suggestion is welcome, 'cause this issue is eating me alive :)

    Thank you!

    x-posted in asp_net

    Source: http://www.livejournal.com/community/csharp/33805.html

  • Web Forms not submitting on server

    Date: 08/31/05 (Asp Dot Net)    Keywords: html, asp, web

    I have a web form i have build to submit to another page
    and it keeps trying to submit to the inital form page even
    though the action is set to pagetwo.aspx.

    I made a simple test form from the book and that doesn't
    submit either, here follows the code but it appears to just
    ignore the action command in the form and submit PageOne.aspx
    to PageOne.aspx? any thoughts?

    PageOne.aspx

    [%@ Page Language="vb" Debug="true" %]
    [script language="vb" runat="server"]


    [/script]
    [form action="test2.aspx" method="get" enctype="multipart/form-data" id="form1" runat="server"]

    [asp:TextBox ID="TG1" runat="server"/]

    [asp:DropDownList ID="TG2" runat="server"]
    [asp:ListItem Value="1" Text="Yes"/]
    [asp:ListItem Value="2" Text="No"/]
    [asp:ListItem Value="3" Text="Maybe"/]
    [/asp:DropDownList]

    [input type="submit" id="submit"]

    [/form]



    PageTwo.aspx
    [%@ Page Language="vb" Debug="true" %]
    [script language="vb" runat="server"]

    Dim TG1a As String
    Dim TG2a As String

    TG1a = Request.Form(TG1)
    TG2a = Request.Form(TG2)

    message.text = TG1a
    message2.text = TG2a



    [/script]
    [html]
    [head]
    [meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"]
    [title]Untitled Document[/title]
    [/head]
    [body]

    [asp:Label ID="TG1a" runat="server"/]
    [asp:Label ID="TG2a" runat="server"/]


    [/body]
    [/html]

    Source: http://www.livejournal.com/community/aspdotnet/42631.html

  • HTML before PHP?

    Date: 08/31/05 (WebDesign)    Keywords: php, programming, html, asp, java, web

    Hi!  I'm new to this community.


    I am currently a graphic designer taking classes at RISD (Rhode Island School of Design) for web design and development.  I've completed most of the DESIGN aspects of the certificate program and am working on the PROGRAMMING/CODING part.

    My only experience with programming of any sort comes from these classes... "Actionscript in Flash" and "Javascript for Non-programmers."  Any other HTML I know is what I've picked up from LJ and using the dual split screen in Dreamweaver.

    I am for sure enrollling in the HTML class.  But the PHP class I want to take (two in one semester would be ideal) has an HTML prereq.

    Can I handle it?
    How hard is learning PHP?
    Should I take the two classes simultaneously this fall semester?
    Or should I take the HTML class, let it soak in until next spring, and then do the PHP?

    Pros to PHP now...
    1) I know someone in the class
    2) I'd hopefully be able to incorporate what I learn into a website I'm supposed to create this fall...

    Cons to PHP now...
    1) Getting totally and completely lost and not learning anything from the class...

    Thanks for your help and opinions.  I'd really appreciate it!

    Source: http://www.livejournal.com/community/webdesign/967411.html

    1. hmm.

      Date: 08/12/05 (SQL Server)    Keywords: asp, sql, microsoft

      gotta love it when you research a weird error you're getting and microsoft says this.

      SYMPTOMS
      When you use the Microsoft Visual Studio .NET debugger to debug an ActiveX Data Objects (ADO) application that contains Transact-SQL code, you may receive the following error message:
      System.Data.SqlClient.SqlException: General network error. Check your network documentation.
      You may notice this behavior when you restart Microsoft SQL Server while debugging the ADO application.
      Back to the top Back to the top

      STATUS
      This behavior is by design.

      ...

      BY DESIGN?

      ok, microsoft. you win today. :|

      anyways, on a related but not so related note.. our middle tier component that handles data connections started giving us the infamous "General network error. Check your network documentation." upon an executenonquery call on a stored procedure after we applied service pack 4 on SQL Server. anyone know why oh why SP4 is doing this?

      please enlighten while i sniff out the chatter on the .NET boards.

      xposted to '[info]'aspdotnet and '[info]'csharp

      Source: http://www.livejournal.com/community/sqlserver/30271.html

    2. hmm

      Date: 08/12/05 (C Sharp)    Keywords: asp, sql, microsoft

      gotta love it when you research a weird error you're getting and microsoft says this.

      SYMPTOMS
      When you use the Microsoft Visual Studio .NET debugger to debug an ActiveX Data Objects (ADO) application that contains Transact-SQL code, you may receive the following error message:
      System.Data.SqlClient.SqlException: General network error. Check your network documentation.
      You may notice this behavior when you restart Microsoft SQL Server while debugging the ADO application.
      Back to the top Back to the top

      STATUS
      This behavior is by design.

      ...

      BY DESIGN?

      ok, microsoft. you win today. :|

      anyways, on a related but not so related note.. our middle tier component that handles data connections started giving us the infamous "General network error. Check your network documentation." upon an executenonquery call on a stored procedure after we applied service pack 4 on SQL Server. anyone know why oh why SP4 is doing this?

      please enlighten while i sniff out the chatter on the .NET boards.

      xposted to '[info]'sqlserver and '[info]'aspdotnet

      Source: http://www.livejournal.com/community/csharp/32809.html

    3. specs question

      Date: 08/13/05 (Computer Geeks)    Keywords: asp

      hi im want to buy this laptop but i wanted to ask you guys since youre smart about some of the specs.



      http://www.gateway.com/products/GConfig/proddetails.asp?system_id=m520xl&seg=hm


      just want to ask that even though it has wireless can i hook it up to my cable modem?? or a dial up? also i can definitely hook up a real mouse to it?? ok i think thats it. thank you guys sooo much. :)

      Source: http://www.livejournal.com/community/computergeeks/747796.html

    4. Ati plans for the future...

      Date: 08/14/05 (Computer Geeks)    Keywords: asp

      They already have a driver download page for Windows Vista:

      https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=5712

      Source: http://www.livejournal.com/community/computergeeks/748224.html

    5. Hide a nested DataGrid in VB.net

      Date: 08/15/05 (Asp Dot Net)    Keywords: asp

      [Error: Irreparable invalid markup ('') in entry. Owner must fix manually. Raw contents below.]

      Okay ... I am still no closer to understanding how to do this
      so here is my desprate plea, I have a a datagrid nested in
      another datagrid, I need to Hide this datagrid using asp.net(VB)
      without refreshing the page. Each nested DataGrid must be able
      to be hidden and expanded individually.

      DataGrid1
      DG1 Value
      DG2 Value (instance One)
      DG2 Value (instance One)
      DG2 Value (instance One)
      DG1 Value
      DG2 Value (instance Two)
      DG2 Value (instance Two)
      DG2 Value (instance Two)
      DG1 Value
      DG2 Value (instance Three)
      DG2 Value (instance Three)
      DG2 Value (instance Three)

      The current code i am using to hide the details is this from the
      codebehind, but i am not entirely sure how it works It only hides
      the first value.

      Sub dgResortDetails_DataBound(sender as Object, e as DataGridItemEventArgs)
      If e.Item.ItemType = ListItemType.Item OR e.Item.ItemType = ListItemType.AlternatingItem then
      If e.Item.ItemIndex = "0" then
      'Hide the Edit column control
      e.Item.Cells(0).Controls(0).Visible = False
      Else
      e.Item.Cells(0).Controls(0).Visible = True
      End If
      End If

      End Sub


      The aspx file holds the nested datagrid







      AutoGenerateColumns="false">













      AutoGenerateColumns="false">




    Previous page  ||  Next page


    antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home