Search

You searched for the word(s): userid:666771

Matching Posts

  • Re: String was not recognized as a valid DateTime.

    hi i too faced the same problem and i solved the problem.I just changed System Globalization . For more details http://nthillaiarasu.blogspot.com/2007/11/string-was-not-recognized-as-valid.html
    Posted to Club Web Site Starter Kit (Forum) by nthillaiarasu on 11/22/2007
  • Re: File Upload

    hi also did file uploading.for more details visit this : http://nthillaiarasu.blogspot.com/2007/10/uploading-file-or-image-in-cnet-and.html
    Posted to Web Forms (Forum) by nthillaiarasu on 11/22/2007
  • How to install crystal report in webdeveloper 2005

    Hi iam using visual studio web developer .Please help me how to install crystal report tool in web developer. Thanks in Advance, ThillaiArasu.N http://nthillaiarasu.blogspot.com
  • Identity Problem in sybase

    hi iam using sybase 11.0.3.3 ,In my sybase i cant use identity .If i used first time the values are getting incremented.But if i restated the server the values are jumping from 3 to directly 50004.so i any one solved please help me Thanks in Advance, N.ThillaiArasu
    Posted to Other Databases (Forum) by nthillaiarasu on 11/6/2007
  • Re: String was not recognized as valid datetime

    Hi i also had the same problem my applications will be running in localhost but when i use IIS or apache it will throw the error String was not recognized as a valid DateTime. After a lot of search i finally got the solution just declare ur date field as System.DateTime str_date=DateTime.Parse(sel3.Text,System.Globalization.CultureInfo.CreateSpecificCulture("en-AU").DateTimeFormat); I hope it will work fine in ur application Thanks in Advance, N.ThillaiArasu, http://nthillaiarasu.blogspot
    Posted to Web Forms (Forum) by nthillaiarasu on 11/2/2007
  • Re: Error: String was not recognized as a valid DateTime

    Hi i also had the same problem my applications will be running in localhost but when i use IIS or apache it will throw the error String was not recognized as a valid DateTime. After a lot of search i finally got the solution just declare ur date field as System.DateTime str_date=DateTime.Parse(sel3.Text,System.Globalization.CultureInfo.CreateSpecificCulture("en-AU").DateTimeFormat); I hope it will work fine in ur application Thanks in Advance, N.ThillaiArasu, http://nthillaiarasu.blogspot
    Posted to .Text (Blogs) (Forum) by nthillaiarasu on 11/2/2007
    Filed under: http://nthillaiarasu.blogspot.com
  • String was not recognized as valid datetime

    hi every one.In my application. i am getting the error String was not recognized as valid datetime. If i am compiling my apllication in cache webserver in webdeveloper2005 i am not geting the error. If iam using my appliation in my pc or in other pc using IIS or apache i am getting the error my code will looks like this DateTime str_date = Convert.ToDateTime(sel3.Text); waiting for ur reply Thanks in advance, N.ThillaiArasu
    Posted to Web Forms (Forum) by nthillaiarasu on 11/1/2007
  • How to configure asp.net applications with IIS

    hi i am using windowsxp operatings .i want to use IIS server for my asp.net applications currently i am using apache as webserver for asp.net applications.so pls give the solutions to configure IIS server for running asp.net applications.Please mail to me at nthillaiarasu@gmail.com with regards, N.ThillaiArasu
    Posted to Free For All (Forum) by nthillaiarasu on 10/31/2007
  • Uploading a file or image in C#.net

    Your ASPX code will look like this: In Ur aspx.cs just write the code on the button click protected void Submit1_ServerClick(object sender, EventArgs e) { if (imageup.PostedFile != null)//Checking for valid file { //Since the postedfile.FileNameFileName gives the entire path we use substring functio to rip of the filename alone. string StrImageName = imageup.PostedFile.FileName.Substring(imageup.PostedFile.FileName.LastIndexOf("\\") + 1); string StrImageType = imageup.PostedFile.ContentType;
    Posted to Web Forms (Forum) by nthillaiarasu on 10/31/2007
Page 1 of 1 (9 items)