No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: create or replace procedure CheckLogin(u_name in varchar2, u_pwd in varchar2,is_admin in number) is uname varchar2(30); upwd varchar2(30); begin if (is_admin = 0) then select user_name,password into uname,upwd from cms_users_login where user_name = u_name and password = u_pwd; else select admin_name,password into uname,upwd from cms_admin_login where admin_name = u_name and password … ![]() | |
Re: i'm using a .NET webservice, which sends some data, nothing complex: its just about firing two numbers to the webservice and receiving the values. Nothing complex, no SSL/HTTPS, nothing. Just a damn simple webservice. So, in FireFox everything works fine. But, when users with IE are trying to get the … | |
Re: I was just going through one of my previous project and saw some code to disable the LinkButton, HyperLink and ImageButton; after going through it I remembered the issues we had faced with different browsers trying to disable these controls(with proper functionality, styling etc.). Hope posting these functions will help … |
The End.