the suggested method of having a bit column will work.Just tell me how did you use that column value? If the user logs in check the bit field of the record and based on that fill the textbox. rsankarindia
RSindia
Posts
-
save and submit -
Change the Font of a Label in .cs file ??Share your solution with us so that others can use that solution. otherwise they have to create another thread in this forum.Also if there is better solution u can use it. :-D rsankarindia
-
How can I time a function?try this (C#).. double totalMillisecs = (dt2-dt1).TotalMilliseconds; rsankarindia
-
How to display Image Description?1. If you are using ASP.NET 2.0 then you can use client callback functionality to get the description from the database and fill the description label. 2. otherwise like passing image path to the javascript funciton you can also pass the description. rsankarindia
-
datagridview problem: change cell type ? [modified]try using footers... i didnt test the solution. rsankarindia
-
Editing data grid values in vs2005use edit item index and the datasource that is bound to the grid to get the old values.. rsankarindia
-
Windows authenticationHi all, can anyone tell abt how to check the roles of the current user (ex. administrators, users, etc.) in windows authentication in ASp.net2.0? I hope that there will be some enum to check the role of the current user. Thanx rsankarindia