I am using the UltraWebGrid and want to track who is making a change to the data. I am using stored procedures for my select, insert, update and delete commands in the grid. When someone updates a record, I would like to send the username (current user logged in) to the stored procedure so that it can be updated in the table, but I can't figure out how to send the username as a parameter. Any help is appreciated. Thanks!
WOW...not real sure about what happened with that last message...Can you read that or should I repost?
I can read the post, yes. In the future, you can wrap that code in a <code> block to prevent Visual Studio's code from being oddly formatted in these forums.
If you need further assistance, then it will take further in-depth investigation. Because the issue relates to Microsoft's SqlDataSource control, and is not itself unique to Infragistics controls, I recommend that you post to MSDN's forums.
Will do...thanks for your help! I truly appreciate it.