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

Search:

Type: Posts; User: smcclure

Search: Search took 0.01 seconds.

  1. Saving text in Ajax html editor as an html document (.html file).

    I added an AJAX html editor to my ASP.NET web app and it is working fine. However, when I save the contents of the editor to my sql database it just saves the html. I need to save this as an html...
  2. Allowing my method to "see" that a row has already been selected from my gridview.

    Hello,

    My program has a gridview. It allows someone to select one of the rows.
    I store the selected row info using the following:

    GridViewRow row = GridView1.SelectedRow;

    Later on in...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured