Main menu:

 

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Site search

Archives

Categories

Tags

Links:

Archive for June 14th, 2008

debugging asp.net applications from MOSS

While you are trying to host the asp.net application on MOSS and want to know the reason for “not so friendly error stating critical error encountered , then its obvious you want to know the reason for the error instead of keeping quite,
Well, there is indeed a way to debug you asp.net application from MOSS, [...]

how to remove the edit button column in grid view

All these days , I have been extensively working on gridview, how to add the radio button controls, dropdown list , have been worked on nested gridview too ( gridview within a grid).
If a scenario arises where in you have to disable the edit button control on the grid view based on the roles, then [...]