Call function in record

vzlnutaa

New Member
I use the datagrid to bind data, how to call the function between for the displayed data? For example, in ASP:<BR><BR>response.write (getuserName(rs("userID")))<BR><BR>How to apply this to ASP.NET???<BR>Please Help... Thanks.I am not sure I understand what you are asking. Are you trying to modify information before it is databound?It does sound like a databinding issue. You can use the datatable to create something you can work with before you bind the datatable to the datagrid. It works well.
 
Back
Top