Posted: 11/11/2010
Hi Guys,
Can any one tell me how to correct this error.
Error 3 Cannot assign to 'Equals' because it is a 'method group' C:\Inetpub\wwwroot\WebSite9\Essay.aspx.cs 41 13 C:\...\WebSite9\
vamsidhar said: user="vamsidhar janjanam"]e.Equals = -1;
user="vamsidhar janjanam"]e.Equals = -1;
e.Equals(xxxxx);
another error came in same code only
Error 3 Use of unassigned local variable 'y' C:\Inetpub\wwwroot\WebSite9\Essay.aspx.cs 37 9 C:\...\WebSite9\
Initialize the variables
int x = 0, y = 0;
Thanks yaar it is working now
Posted: 11/12/2010
Hi ,
can any one tell me how to attach a calender to a text box. i tried but not getting can any one tell me.
thanking you,
j.vamsidhar.
http://codeasp.net/blogs/hajan/microsoft-net/809/integration-of-jquery-datetimepicker-in-asp-net-website