Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rk1962

    Passed 70-315

    I passed 70-315 "Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET". This is my first certification.
  2. rk1962

    System.NullReferenceException in a datagrid..

    Did you try this? If TextFileName Is Nothing Then .... else if TextFileName.Text Is Nothing Then else ... Let me know if it works.
  3. rk1962

    multiple fields in datagrid column

    Try this: select (FirstName + ' ' + LastName) as 'Name' from tblEmployees Use 'Name' in Datagrid binding.
  4. rk1962

    How to use a class globally?

    One way to do is using Session variable. Declare a Session variable when the first time Page is requested. Access these variables throught out the session. Hope this helps! [thumbsup2]

Part and Inventory Search

Back
Top