Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Executing Multiple command on MS_DOS Pin
Rajesh R Subramanian25-Feb-08 22:21
professionalRajesh R Subramanian25-Feb-08 22:21 
Questionquery for temporary table Pin
Sonia Gupta25-Feb-08 21:16
Sonia Gupta25-Feb-08 21:16 
GeneralRe: query for temporary table Pin
Xmen Real 25-Feb-08 21:25
professional Xmen Real 25-Feb-08 21:25 
QuestionRe: query for temporary table Pin
Sonia Gupta25-Feb-08 21:37
Sonia Gupta25-Feb-08 21:37 
GeneralRe: query for temporary table Pin
N a v a n e e t h25-Feb-08 21:45
N a v a n e e t h25-Feb-08 21:45 
QuestionRe: query for temporary table Pin
Sonia Gupta25-Feb-08 21:58
Sonia Gupta25-Feb-08 21:58 
GeneralRe: query for temporary table Pin
N a v a n e e t h25-Feb-08 22:10
N a v a n e e t h25-Feb-08 22:10 
QuestionRe: query for temporary table Pin
Sonia Gupta25-Feb-08 22:20
Sonia Gupta25-Feb-08 22:20 
stll there is an error
DataBinding: 'System.Data.DataRow' does not contain a property with the name 'Itemno'.
this column name exist in the table.

Following is the code
<br />
GridView inner = (GridView)e.Row.FindControl("inner");<br />
            DataRowView dro = (DataRowView)e.Row.DataItem;<br />
            if (Session["dt1"] != null)<br />
            {<br />
                if (inner != null)<br />
                {<br />
                    DataTable dt = (DataTable)Session["dt1"];<br />
                    DataRowView drowv = (DataRowView)e.Row.DataItem;<br />
                    DataRow[] dr = dt.Select("No=" + dro.Row.ItemArray.GetValue(0).ToString());<br />
                    inner.DataSource = dr;<br />
                    inner.DataBind();<br />
                }<br />
            }


Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

GeneralRe: query for temporary table Pin
Christian Graus25-Feb-08 23:12
protectorChristian Graus25-Feb-08 23:12 
AnswerRe: query for temporary table Pin
Xmen Real 25-Feb-08 22:06
professional Xmen Real 25-Feb-08 22:06 
GeneralCopy to ClipBoard Pin
D i x y25-Feb-08 21:11
D i x y25-Feb-08 21:11 
GeneralRe: Copy to ClipBoard Pin
Xmen Real 25-Feb-08 21:18
professional Xmen Real 25-Feb-08 21:18 
GeneralRe: Copy to ClipBoard Pin
D i x y25-Feb-08 21:21
D i x y25-Feb-08 21:21 
GeneralRe: Copy to ClipBoard Pin
Christian Graus25-Feb-08 21:32
protectorChristian Graus25-Feb-08 21:32 
GeneralControl Combobox on datagrid Pin
dungbt25-Feb-08 20:40
dungbt25-Feb-08 20:40 
GeneralRe: Control Combobox on datagrid [modified] Pin
Xmen Real 25-Feb-08 20:49
professional Xmen Real 25-Feb-08 20:49 
GeneralRe: Control Combobox on datagrid Pin
dungbt25-Feb-08 21:17
dungbt25-Feb-08 21:17 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 25-Feb-08 21:50
professional Xmen Real 25-Feb-08 21:50 
GeneralRe: Control Combobox on datagrid Pin
dungbt25-Feb-08 22:43
dungbt25-Feb-08 22:43 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 25-Feb-08 22:56
professional Xmen Real 25-Feb-08 22:56 
GeneralRe: Control Combobox on datagrid Pin
dungbt26-Feb-08 19:31
dungbt26-Feb-08 19:31 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 26-Feb-08 21:27
professional Xmen Real 26-Feb-08 21:27 
GeneralRe: Control Combobox on datagrid Pin
dungbt26-Feb-08 21:34
dungbt26-Feb-08 21:34 
GeneralRe: Control Combobox on datagrid Pin
Xmen Real 26-Feb-08 21:38
professional Xmen Real 26-Feb-08 21:38 
QuestionWhat installer-maker is good? Pin
Winkles25-Feb-08 19:49
Winkles25-Feb-08 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.