Click here to Skip to main content
15,895,283 members

Comments by Roshan 11862764 (Top 9 by date)

Roshan 11862764 12-Aug-15 14:47pm View    
Is that commented Password.Text Working??

If your webmethod password is returning as string, then why dont you write you java script function call to accept a string value.
Example :var x= PageMethods.password(UserId,UserName,Password,ConPassword,EmailId,Country,date,onSuccess);
and check value of 'x' if it is blank so that you can set Password value in javascript itself.

Why have your written return false; instead of return true; in last line of your javascript function.
Roshan 11862764 12-Aug-15 14:31pm View    
Have you added proper Trigger for the Update Panel
If you have added trigger for btnSave, is it PostBack Trigger or AsyncPostBack Trigger?
Roshan 11862764 10-Aug-15 14:51pm View    
Try setting ChildAsTrigger property of UpdatePanel to true.
Roshan 11862764 10-Aug-15 14:45pm View    
Specify complete name of the database objects in the SP
Databasename.SchemaName.TableName
Roshan 11862764 4-Aug-15 14:14pm View    
Make sure that your application and WCF service are running on different ports