I am trying to pass value to drop down list based on the current used who current logged in
I mean I need to show the module name where the current who logged in now user has these module these module will be retrieved from module relation table where user id in it and in the logging session the user id is retrieved from users table and they have relation
this the code
SelectCommand="SELECT [MId], [MName] FROM [ModuleRelation] WHERE [UId]=@uid">
please help
Manas MohapatraPosted Jul 21, 2016, 6:40 AM
Manas MohapatraPosted Jul 21, 2016, 7:16 AM
Joma RajabPosted Jul 21, 2016, 6:54 AM
Bikesh SrivastavaPosted Jul 21, 2016, 6:49 AM