Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:724104
More Search Options
RSS Available
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>
Posted to
Configuration and Deployment
(Forum)
by
Jay Khanpara
on 3/11/2008
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?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Jay Khanpara
on 2/28/2008
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 >
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online