Click here to Skip to main content
15,906,322 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to play movie clips and swf files in asp.net Pin
CHANDUA10-Feb-10 2:27
CHANDUA10-Feb-10 2:27 
AnswerRe: How to play movie clips and swf files in asp.net Pin
Richard MacCutchan10-Feb-10 4:45
mveRichard MacCutchan10-Feb-10 4:45 
QuestionPopUp Pin
Civic0610-Feb-10 2:12
Civic0610-Feb-10 2:12 
AnswerRe: PopUp Pin
PunkIsNotDead10-Feb-10 8:32
PunkIsNotDead10-Feb-10 8:32 
GeneralRe: PopUp Pin
Civic0611-Feb-10 2:15
Civic0611-Feb-10 2:15 
QuestionBoundFiled/GridView Pin
-Muc_10-Feb-10 1:25
-Muc_10-Feb-10 1:25 
AnswerRe: BoundFiled/GridView Pin
PunkIsNotDead10-Feb-10 8:26
PunkIsNotDead10-Feb-10 8:26 
GeneralRe: BoundFiled/GridView Pin
-Muc_10-Feb-10 9:18
-Muc_10-Feb-10 9:18 
Im usin a GridView, Edit, Update, Delete and Cancel are already exist.
Below the Header: SkillGroup is the BoundField and i try to click of the Boundfield.

i aint have no labels. Just boundfield visible ="true"

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="4"
                    AllowSorting="True" DataKeyNames="SKillGroupID,rank_order" ForeColor="#666666"
                    OnRowCancelingEdit="GrizzdView1_RowCancelingEdit" OnRowDeleting="GridView1_RowDeleting"
                    OnRowEditing="GridView1_RowEditing" OnRowUpdating="GridView1_RowUpdating" BackColor="#FF6600"
                    BorderColor="Black" Font-Bold="True" GridLines="Horizontal" Font-Size="Medium"
                    Font-Strikeout="False" OnRowCommand="GridView1_RowCommand">
                    <FooterStyle BackColor="#FF8000" Font-Bold="True" ForeColor="White" />
                    <Columns>
                        <asp:CommandField HeaderText="Edit-Update" ShowEditButton="True" />
                        <asp:BoundField DataField="SkillGroupID" Visible="false" ReadOnly="True" />
                        <asp:BoundField DataField="SkillGroupName" HeaderText="SkillGroup" />
                        <asp:TemplateField>
                            <ItemTemplate>
                                <asp:ImageButton ID="ImageButton1" runat="Server" ImageUrl="~/Image/Hoch.JPG" CausesValidation="false"
                                    CommandName="Up" CommandArgument='<%# Container.DataItemIndex %>' Visible="True" />
                                <asp:ImageButton ID="ImageButton2" runat="Server" ImageUrl="~/Image/Runter.JPG" CausesValidation="false"
                                    CommandName="Down" CommandArgument='<%# Container.DataItemIndex %>' Visible="True" />
                            </ItemTemplate>
                        </asp:TemplateField>
                        <asp:CommandField HeaderText="Delete" ShowDeleteButton="True" />
                    </Columns>
                    <RowStyle BackColor="#E5E5E5" />
                    <EditRowStyle BackColor="#A9A9A9" />
                    <SelectedRowStyle BackColor="#A9A9A9" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#FF8000" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" />
                </asp:GridView>



by the way, it is possible to place somewhere a Row in Gridview? Suppose I have a group item and clicking on Add new and under the clicked row
will be added the new row
GeneralRe: BoundFiled/GridView Pin
PunkIsNotDead10-Feb-10 10:40
PunkIsNotDead10-Feb-10 10:40 
QuestionIndex was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 0:36
mdrizwan_110-Feb-10 0:36 
AnswerRe: Index was outside the bounds of the array? Pin
Gaurav Dudeja India10-Feb-10 1:13
Gaurav Dudeja India10-Feb-10 1:13 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:40
mdrizwan_110-Feb-10 1:40 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:47
mdrizwan_110-Feb-10 1:47 
GeneralRe: Index was outside the bounds of the array? Pin
Brij10-Feb-10 2:12
mentorBrij10-Feb-10 2:12 
AnswerRe: Index was outside the bounds of the array? Pin
Brij10-Feb-10 1:19
mentorBrij10-Feb-10 1:19 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:40
mdrizwan_110-Feb-10 1:40 
QuestionGoogle Map Pin
BK Komal10-Feb-10 0:25
BK Komal10-Feb-10 0:25 
AnswerRe: Google Map Pin
nainakarri10-Feb-10 1:03
nainakarri10-Feb-10 1:03 
GeneralRe: Google Map Pin
BK Komal10-Feb-10 1:07
BK Komal10-Feb-10 1:07 
GeneralRe: Google Map Pin
nainakarri10-Feb-10 1:18
nainakarri10-Feb-10 1:18 
GeneralRe: Google Map Pin
BK Komal10-Feb-10 2:12
BK Komal10-Feb-10 2:12 
Questionajax problem Pin
Mogamboo_Khush_Hua9-Feb-10 23:55
Mogamboo_Khush_Hua9-Feb-10 23:55 
AnswerRe: ajax problem Pin
Calla10-Feb-10 0:20
Calla10-Feb-10 0:20 
GeneralRe: ajax problem Pin
Mogamboo_Khush_Hua10-Feb-10 1:11
Mogamboo_Khush_Hua10-Feb-10 1:11 
QuestionNeed help in exporting Crystal report to stream Pin
Hema Bairavan9-Feb-10 22:27
Hema Bairavan9-Feb-10 22:27 

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.