CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bgryderclock

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    4,859

    Re: Newbie- web dev in ASP/c# tutorial

    I am a new User also,

    I found these videos to be very very helpful.
    http://www.asp.net/general/videos/lesson-7-databinding-to-user-interface-controls

    Good luck. :)
  2. Re: Declaring the SqlConnection and SqlCommand objects in a webform without CodeBehin

    Solution:

    http://localhost:1532/Default.aspx?myage=12

    <%@ Page Language="C#" AutoEventWireup="true" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  3. Declaring the SqlConnection and SqlCommand objects in a webform without CodeBehind

    I am trying to query data from a MS SQL server with a C# web form without “CodeBehind”. I want to write the information to a table in the web form’s body.
    I am having trouble declaring the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured