Search

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

Matching Posts

  • string.Empty vs ""

    Hello, I was wondering if there's any difference (from the compiler standpoint of view) whether I'm passing string.Empty or "" as parameter to the function. thx in advance
    Posted to C# (Forum) by tr55 on 3/31/2006
  • GridView bug?

    I have a datagrid like this: <asp : GridView ID ="GridView1" runat ="server" AutoGenerateColumns ="False"> <C olumns > < asp : BoundField DataField ="BillNo" HeaderText ="BillNo" Visible ="True" /> < asp : BoundField DataField ="Status" HeaderText ="Status" /> < asp : HyperLinkField DataNavigateUrlFields ="BillNo,Status" DataNavigateUrlFormatString ="Default.aspx?Order={0}&amp;Status={1}" Text ="View" /> </ Columns > </ asp : GridView > Now, everytime
    Posted to Data Presentation Controls (Forum) by tr55 on 3/23/2006
  • Connection String differences.

    I'm switching to ASP.NET 2.0 and somehow realize that there are many instances where a connection works perfectly normal using the 1.1 style programmatic binding (Creating an OdbcConnection for example) and then creating DataAdapter, DataSet and so on and such forth. At the same time when I'm using the same exact string using the 2.0 style declarative model, it just doesn't work giving me errors. I experienced more than once with different types of connection strings (Odbc, OleDb) .Is there any FAQ
    Posted to Data Presentation Controls (Forum) by tr55 on 3/20/2006
Page 1 of 1 (3 items)