Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

linkbutton1 property help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rodchar - 23 Oct 2007 17:39 GMT
hey all,
Is the LinkButton1.CommandArgument for something like a primary key value of
a database record?

thanks,
rodchar
Mike Placentra II - 24 Oct 2007 00:18 GMT
It's for passing an argument in the Command event using CommandName
property.

If you put a Button control in a GridView's ItemTemplate with it's
CommandName property set to "delete", pressing that button will
instruct the GridView control to fire its' associated event and tell
it's data source to delete that row.

You would normally set the primary keys in the GridView control's
DataKeyNames property. When a Button control is placed elsewhere, the
CommandArgument and CommandName properties can do whatever you want
them to do. If, in your situation, you need them to pass a primary key
to the Command, then it is your option to do so.

-Michael Placentra II

On Oct 23, 12:39 pm, rodchar <rodc...@discussions.microsoft.com>
wrote:
> hey all,
> Is the LinkButton1.CommandArgument for something like a primary key value of
> a database record?
>
> thanks,
> rodchar
rodchar - 26 Oct 2007 15:26 GMT
thank you for that insight.
rod.

> It's for passing an argument in the Command event using CommandName
> property.
[quoted text clipped - 20 lines]
> > thanks,
> > rodchar

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.