User Profile
Collapse
-
srimathiparthasarathy replied to Autocomplete extender not working..i dont know the solution,here is codein ASP .NETdont u know autocomplete extender.i am not asking you about code tag.i know that. -
srimathiparthasarathy started a topic Autocomplete extender not working..i dont know the solution,here is codein ASP .NETAutocomplete extender not working..i dont know the solution,here is code
I am using Ajax autoextender control to textbox for displaying cities name...
But when i run my project i have to type all the characters in the text box
Autocomplete not working...i have refer may website..am using code behind c#.net
my webservice\\
Code:using System; using System.Collections.Generic; using System.Web.Services; using System.Data; [WebService(Namespace
Last edited by tlhintoq; Mar 31 '10, 08:37 AM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
srimathiparthasarathy replied to HTTP 404. The resource you are looking for (or one of its dependencies) could have bein .NETi did what you have said anyway i still get error
like
string strVdir = Request.MapPath ();
No overload for method 'MapPath' takes '0' arguments
???Leave a comment:
-
srimathiparthasarathy started a topic HTTP 404. The resource you are looking for (or one of its dependencies) could have bein .NETHTTP 404. The resource you are looking for (or one of its dependencies) could have be
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly
But i have specified my file name correctly
Code:string strServer = Request.ServerVariables["SERVER_NAME"].ToString(); [B]string strVdir = Request.ApplicationPath;[/B]
Last edited by tlhintoq; Feb 22 '10, 02:54 AM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NEThi sashi
i got it.
i have passes invalid password.
thank u for ur helpLeave a comment:
-
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NETno this not my code.my job is to correct the code.but i couldnot understand what is going.am just blinking...Leave a comment:
-
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NETi could not understand what hapenin while iam debugging...... ............
still it is displaying same error...Leave a comment:
-
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NETok am trying but there nothing difference in your code and what i have posted before.
except timeout....
thank u anywayLeave a comment:
-
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NETprivate void EmailAccountInf ormation()
{
try
{
int port = 587;//use 465 also
string userName = "zionrealtors@g mail.com";
string password = "zion*123#" ;
MailMessage message = new MailMessage();
message.From = new MailAddress("ad min@zionrealtor s.com");
string...Leave a comment:
-
srimathiparthasarathy replied to The SMTP server requires a secure connection or the client was not authenticated. Thein .NETThis my code.
what is wrong here???????????
private void EmailAccountInf ormation()
{
try
{
int port = 587;//use 465 also
string userName = "zionrealtors@g mail.com";
string password = "zion*123#" ;
MailMessage message = new MailMessage();
message.From =...Leave a comment:
-
srimathiparthasarathy started a topic The SMTP server requires a secure connection or the client was not authenticated. Thein .NETThe SMTP server requires a secure connection or the client was not authenticated. The
this error is occuring while am submitting form in asp.net,code behind C#.
what is the meaning of this error,
what is my fault
can any one reply??? -
viewstate?diff between session and viewstate?
Can any one give me clear view of session and viewstate... -
thank you very much.i have find out by pressing f11 for line by line debugging
thank u for responseLeave a comment:
-
srimathiparthasarathy started a topic can any one tell me how to debug C#.net coding.i want to see value of variable whilein .NETcan any one tell me how to debug C#.net coding.i want to see value of variable while
i want to see the value of variable while debugging. -
how to debug certain page line by line
i want to debug a particular page in c#.net line by line.what shall i do?
i dont want to run my entire project from the begining of login.
can anyone have an idea? -
Error: Object reference not set to an instance of an object
i am debugging my project,am using code behind c#.net with sql 2005.i got the error Object reference not set to an instance of an object. what shall i do?
can anyone tell me reason?but my data can stored in table.!!!!!!!!! !
No activity results to display
Show More
Leave a comment: