Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRetry on duplicate keys ex Pin
byka3-Feb-14 6:50
byka3-Feb-14 6:50 
AnswerRe: Retry on duplicate keys ex Pin
Kornfeld Eliyahu Peter3-Feb-14 9:52
professionalKornfeld Eliyahu Peter3-Feb-14 9:52 
QuestionASP.Net Best Practices Pin
DotnetCoders0012-Feb-14 5:10
DotnetCoders0012-Feb-14 5:10 
AnswerRe: ASP.Net Best Practices Pin
Snehasish_Nandy2-Feb-14 19:12
professionalSnehasish_Nandy2-Feb-14 19:12 
GeneralRe: ASP.Net Best Practices Pin
Richard MacCutchan2-Feb-14 22:00
mveRichard MacCutchan2-Feb-14 22:00 
AnswerRe: ASP.Net Best Practices Pin
thatraja2-Feb-14 20:35
professionalthatraja2-Feb-14 20:35 
AnswerRe: ASP.Net Best Practices Pin
Kornfeld Eliyahu Peter2-Feb-14 22:14
professionalKornfeld Eliyahu Peter2-Feb-14 22:14 
QuestionProblems with Profiles ... Pin
Promised_Coming2-Feb-14 0:20
Promised_Coming2-Feb-14 0:20 
I have this code is web.config
XML
<anonymousIdentification enabled="true"/>
<profile enabled="true">
  <properties>
    <add name="FName" type="String" allowAnonymous="true"/>
  </properties>
</profile>
<authentication mode="Windows" />


and this code is default.aspx.cs page

C#
Profile.FName = TextBox1.Text;
Response.Write("Your name is: " + Profile.FName);


after runing the page, when I enter a data to text and click on button it gives me an error and this is error:

this.SetPropertyValue("FName", value);

and on the page error is:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
So, please help me to solve this problem.
AnswerRe: Problems with Profiles ... Pin
Prasad Vj2-Feb-14 1:35
professionalPrasad Vj2-Feb-14 1:35 
AnswerRe: Problems with Profiles ... Pin
Richard Deeming3-Feb-14 2:20
mveRichard Deeming3-Feb-14 2:20 
QuestionBest Practise Pin
abhi_24311-Feb-14 16:55
professionalabhi_24311-Feb-14 16:55 
AnswerRe: Best Practise Pin
Peter Leow1-Feb-14 17:30
professionalPeter Leow1-Feb-14 17:30 
AnswerRe: Best Practise Pin
Prasad Vj1-Feb-14 22:12
professionalPrasad Vj1-Feb-14 22:12 
QuestionRadiobutton not fire an event.. Pin
Member 1051352931-Jan-14 23:09
Member 1051352931-Jan-14 23:09 
AnswerRe: Radiobutton not fire an event.. Pin
Prasad Vj1-Feb-14 21:50
professionalPrasad Vj1-Feb-14 21:50 
QuestionASP.NET MVC Pin
woopsydoozy31-Jan-14 4:59
woopsydoozy31-Jan-14 4:59 
AnswerRe: ASP.NET MVC Pin
thatraja2-Feb-14 21:20
professionalthatraja2-Feb-14 21:20 
QuestionAJAX/Web Services and GET vs. POST Pin
littleGreenDude30-Jan-14 10:03
littleGreenDude30-Jan-14 10:03 
AnswerRe: AJAX/Web Services and GET vs. POST Pin
Gopi Kishan Mariyala31-Jan-14 0:27
Gopi Kishan Mariyala31-Jan-14 0:27 
GeneralRe: AJAX/Web Services and GET vs. POST Pin
littleGreenDude31-Jan-14 1:47
littleGreenDude31-Jan-14 1:47 
GeneralRe: AJAX/Web Services and GET vs. POST Pin
Gopi Kishan Mariyala31-Jan-14 1:50
Gopi Kishan Mariyala31-Jan-14 1:50 
QuestionLoading ascx control Using C# code Pin
Saeed Ansarinejad30-Jan-14 6:48
Saeed Ansarinejad30-Jan-14 6:48 
Questionhow to download xlsx file from sftp & convet into datatable Pin
antony beula30-Jan-14 1:04
antony beula30-Jan-14 1:04 
AnswerRe: how to download xlsx file from sftp & convet into datatable Pin
Richard Deeming30-Jan-14 2:10
mveRichard Deeming30-Jan-14 2:10 
Questionupdate a row in gridview when checkbox is checking (using button) Pin
Member 1036798129-Jan-14 12:12
Member 1036798129-Jan-14 12:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.