You can not run a web service....... To test the web service you have to create one client application and need to refer this webservice Happy Programming
surender939
Posts
-
First web service on ASP.Net -
.Net Application with multiple languagesThanks balaji, m using global resource file as u said, but how abt java script , i hav written some java script functions how to make them dynamic depending on language. thanks inadvance.
-
.Net Application with multiple languagesHi friends, Can anyone help me in developing application with multiple language support. we can make use of resource files but whether to use gloabal resource or local resource pls suggest me. My application is having 15 pages , and m using master pages. And i want to know how to use java script with multiple languages. Any help can be appreciated. regards,
-
play media player file in vb.nethi, To play a media file u can make use of 'Embed' control. set src property of embed tag to path of the file then it will play. regards,
-
Xml problempls provide the xml structure that u r using. regards
-
Force Login PageFor that, You need to store credentials into a session. And in each page u need to check whether session["user"] not null. if it is a null then redirect it to login page. regards
-
File Uploadhi sowmya, Fileupload control is readonly, we can not assign value to it. use a label to display the path. Regards
-
pls help restricting multiple logon to an application with single user account.Thanks dilip for ur valuable suggistions...... i'll try to implement the said things Thanks once again cheers, Try to help someone
-
pls help restricting multiple logon to an application with single user account.You would not say m not trying for the solution if you would have studied my post clearly. I have mentioned everything , Try to help someone.
-
pls help restricting multiple logon to an application with single user account.yes, its a repost... waiting for the solution......... thanks
-
pls help restricting multiple logon to an application with single user account.pls help restricting multiple logon to an application with single user account. Here wht m doing is , m checking login details against a database. if is a valid user then allowing to browse throuth the application. my requirement is if one user is loged in and if someother user tries to login with same user account i need to restrict the second user saying "this login is already in use". I can maintain a temp table for this , whenever a login is success i can update "isloged" field as true and we can set it false when user logs out. but how can we handle situations like if a user logs in and closes bowser close button instead of log out. if a user logs in and leaves doing nothing. pls help in resolving this, if possible write a sample code for me. thanks in advance.
-
restricting multiple logon to an application with single user accountpls help restricting multiple logon to an application with single user account. Here wht m doing is , m checking login details against a database. if is a valid user then allowing to browse throuth the application. my requirement is if one user is loged in and if someother user tries to login with same user account i need to restrict the second user saying "this login is already in use". I can maintain a temp table for this , whenever a login is success i can update "isloged" field as true and we can set it false when user logs out. but how can we handle situations like if a user logs in and closes bowser close button instead of log out. if a user logs in and leaves doing nothing. pls help in resolving this, if possible write a sample code for me. thanks in advance.
-
How to restrict multiple logon to an application?pls help me retrict multiple logon to application with single user account. somebody helped me to get through it but need some clarification. To identify browser close event. if user logs in and leave behind.
-
How to restrict multiple logon to an application?thanks dilip for ur reply. But how to identity things like 1) what if the user logs in and log out by closing browser close button. 2) What if the user logs in and leave behind. thanks inadvance........
-
How to restrict multiple logon to an application?thanks .netman for quick reply. And i want to know , we can get session_end event if user logs out and we can updated the table details in this event. but how to identify if user logs in and quits by closing the browser.
-
How to restrict multiple logon to an application?pls help me to restrict multiple logons to an application with single user account