No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
You Can do a very simple thing, try this you can put the id in the commandArgument of the linkbutton and then get the ID from the code behind, something like this: <asp:LinkButton ID="gdviewlnk" runat="server" CommandArgument='<%#Eval("ID") %>' >View </asp:LinkButton> Then in the Code behind to get the ID do this …
You Forgot to put sqlcmd.ExecuteNonQuery(); before sqlcon.Close(); to save the values in the database Hope I helped
The Problem is in your CSS file Just Replace "" with '' like this #menucontainer { margin-top:40px; } .menuStyle { background-image: url('~/images/home.png'); }
i'm not sure i got the question right, but you can create an ASP Panel and add textbox to it from the codebehind. hope i helped
The End.