Click here to Skip to main content
15,891,184 members

Comments by abhishekagrwl25 (Top 65 by date)

abhishekagrwl25 6-Feb-18 9:41am View    
I want to get User Id for that specific URL..to stop some user to log in to other users Id.
abhishekagrwl25 27-Aug-13 2:00am View    
RowID EmployeeID Time Access_Date
2 9007 14:45:43 2011/09/20
3 9007 14:49:50 2011/09/20
4 9007 14:45:43 2011/09/20
5 9007 14:49:50 2011/09/20

Above is the table from which i want to make a new table with column named(EmployeeID, In_Time, Out_Time,Access_Date) in which In_Time will be the Min time for respective date and Out_Time will be the max time for date for particular employee...

i need this for creating a report in ASP.Net...
abhishekagrwl25 27-May-13 0:28am View    
but i dont have to insert value...i have to make columns in table2 by the values inserted in table1
abhishekagrwl25 25-May-13 7:48am View    
i have improved the ques, is this understandable to you..??
abhishekagrwl25 25-May-13 7:01am View    
Deleted
hey Nelek,

thanks for the advice, but i have solved it myself by adding columns to tha datatable before binding it to gridview

dt.columns.add("column_name", typeof(string));