Stumped on Datagrid Edit enlightenment needed...

Aug 9 2004 10:24 AM
Hi, Can anyone help me witht he below code to change it to an editable datagrid? my database is SQL it has two tables...... faqcategories1 faqs1 inside the first is columns id category inside the second is id category_id question answer if anyone can show me how to do this i would be most grateful. Stuart <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Drawing" %> <%@ Page Language="c#" %> HELP FAQS
Intranet
<%#DataBinder.Eval(Container.DataItem, "category" )%>

')" style="cursor:hand; cursor:pointer; color:steelblue">Q: <%#DataBinder.Eval(Container.DataItem, "question")%>

" class="switchcontent" style="WIDTH: 350; font-weight: normal; background: #f0f2ff; margin: 0; padding: 3px; font-size: 12pt; font-color:steelblue">
<%#DataBinder.Eval(Container.DataItem, "answer")%>

Copyright 2004  Powered by


Answers (1)