Are you saying that you still want the datagrid? If so then you could use a <template> column, but if you are still using the datagrid then it would be essentially the same thing to just make that column readonly=true which I believe would be the same thing as a label. Ronda
_____ From: Karthick Kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 3:41 AM To: [EMAIL PROTECTED] Subject: [AspNetAnyQuestionIsOk] Retrieve value in a label control HI, I have a simple function which gets data value from a table thru a stored procedure in the following code: dgClients.DataSource = objSchedule.pds_DispClient(theID) dgClients.DataBind() and wondering how can I get the first column's value in a label control instead of displaying in a DataGrid. dgClients is the name of the datagrid in my case. Please help. Thanks. Regards, Karthick [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129da8gn5/M=295196.4901138.6071305.3001176/D=gr oups/S=1705006764:HM/EXP=1095237996/A=2128215/R=0/SIG=10se96mf6/*http://comp anion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S= :HM/A=2128215/rand=590330666> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] e> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
