Click here to Skip to main content
15,915,093 members

Comments by arbind90 (Top 2 by date)

arbind90 29-Feb-12 5:34am View    
can u plz send me the code
arbind90 29-Feb-12 4:43am View    
<window x:class="WpfApplication2.MainWindow"
="" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" title="MainWindow" height="350" width="525">
<grid height="311">

<grid.rowdefinitions>
<rowdefinition height="36">
<rowdefinition height="275*">

<grid.columndefinitions>
<columndefinition minwidth="50" width="171*">
<columndefinition width="177">
<columndefinition width="155*">


<textblock text="Enter comment :" margin="0,0,68,0">
<!--<textbox spellcheck.isenabled="True" language="en-US">-->

<!--<expander header="More Options">
<stackpanel margin="10,4,0,0">
<checkbox margin="4" content="Option 1">
<checkbox margin="4" content="Option 2">
<checkbox margin="4" content="Option 3">

-->


<textbox x:name="txtName" grid.row="0" grid.column="1" minwidth="50" spellcheck.isenabled="True" language="en-US" textchanged="txtName_TextChanged">
<Button Content="Click Me" Grid.Column="2" Click="Button_Click" Margin="104,0,0,0" >
<Button.ToolTip>
<tooltip>
<stackpanel>
<textblock fontweight="Bold">Submit Request
<textblock>click here for submit your comment.


</Button.ToolTip>

</Button>

<calendar selectionmode="{Binding SelectedItem, ElementName=selectionmode}" displaymode="Year" margin="0,53,0,49" grid.row="1">


<datagrid grid.column="1" margin="0,195,44,0" grid.row="1">
<menu ismainmenu="True" margin="0,0,0,239" grid.row="1">

<menuitem header="_Edit">













this my code i want to populate the excel sheet in gr id view...what to do??????