Search

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

Matching Posts

  • Expecting non-empty string for 'providerInvariantName' parameter.

    Hi All, I have developed an online application which use the SQL Server 2005 as a data source. Application is working perfectly all right, but when I have uploaded only, Its giving the error describe below. My connection string is : <connectionStrings> <add name="myconnection" connectionString="Server=serverdetail;Database=databasename;User ID=user;Password=password;Trusted_Connection=False" providerName="System.Data.SqlClient" /> </connectionStrings>
  • How to implement site search & Full text serch on SQL Server

    Hi, I want to implement site search in my application, I got the solution of searching the static content, but most of the pages in my application is content based(content is coming from database at runtime), so those content I am not able to search from database. While searching about the same, I got information about Full Text search (FT) in SQL Server 2005, but whether it will work in SQL Server 2005 Express or not? I didnt get exact steps to implement FT on my database so far.... Any help?
  • Re: How do I get Previous Page's URL?

    Hi gopalanmani, Great job !!!!!!! I got the answer but thank for giving such a good information about when it doesnt work. Thank you very much.
    Posted to State Management (Forum) by Jay Khanpara on 2/28/2008
  • Re: How do I get Previous Page's URL?

    Hi, I tried with your code but its giving the same page url only, what should I do? I am running my application on localhost, so will be a reason to give the same url everytime (means only current page's url only) ???????? After navigating three pages, my "sendmail" page is opening (Where I am fetching the previous page's url) Any ideas?
    Posted to State Management (Forum) by Jay Khanpara on 2/26/2008
  • Re: Problem while sending email

    Hi ngaisteve, I have used like tha only... "email address" I have written just sake of example.
    Posted to Web Forms (Forum) by Jay Khanpara on 2/18/2008
  • Re: Delete in gridview shopping cart...

    Hi Maha, On delete function of your gridview, bind the first gridview. on rowdatabound event of first gridview which items are not there in second gridview, according to that make the changes in apperence of the item. Hope this helps ! Don't forget to mark this as an answer, If it helps !
    Posted to Data Presentation Controls (Forum) by Jay Khanpara on 2/18/2008
  • Problem while sending email

    Hi All, I am developing an application using ASP.NET 1.1, when I tried to send the message every time its giving wired error. Look at below My Code: MailMessage mail=new MailMessage(); mail.From="email address"; mail.To = "email address"; mail.Subject="Property details from your friend!!"; mail.BodyFormat=MailFormat.Html; string strbody="body"; mail.Body=strbody; mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusing", 2); mail
    Posted to Web Forms (Forum) by Jay Khanpara on 2/18/2008
  • Re: The transport failed to connect to the server.

    Hi Irfan, I am also getting the same error. I tried with your solution by setting SmtpMail.SmtpServer = "localhost" but still it displays the same error. My question is how to set the Port address in ASP.NET 1.1, I know about 2.0 & 3.5 but dont know about 1.1 Please give me some suggestions how to over come this issue.... Thanks
    Posted to Portal Starter Kit (Forum) by Jay Khanpara on 2/18/2008
  • Re: Procedure or function has too many arguments specified.

    Hi, Check the link below : http://forums.asp.net/t/1000526.aspx If this will not work.......please let me know....... Regards, Jaydeep
    Posted to Data Presentation Controls (Forum) by Jay Khanpara on 1/17/2008
  • Re: Regarding DateTime

    [quote user="Aarowne"] Hi, Everybody know that each year contains 52 weeks or 53 weeks. If i pass 3rd week of a year or 4th week of year, i need to display all dates in this particular week. If any body know pls help me, C# or ASP.net Thanks [/quote] Hi, check out this code : public void WeekDate( int weekoftheyear) { if (weekoftheyear > 0) { DateTime dt = DateTime .Parse( "01/01/" + DateTime .Now.Year.ToString()); double no = ((weekoftheyear - 1) * 7) + 1; dt = dt.AddDays
    Posted to Web Forms (Forum) by Jay Khanpara on 1/9/2008
Page 1 of 5 (41 items) 1 2 3 4 5 Next >