Click here to Skip to main content
15,890,609 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Show Popup message dynamically Pin
scothykonma4-May-09 0:17
scothykonma4-May-09 0:17 
AnswerRe: Show Popup message dynamically Pin
saanj3-May-09 22:55
saanj3-May-09 22:55 
Question404 redirect for dynamically generated page(Data not found in database) Pin
anuj_24mar@yahoo.com3-May-09 20:17
anuj_24mar@yahoo.com3-May-09 20:17 
AnswerRe: 404 redirect for dynamically generated page(Data not found in database) Pin
N a v a n e e t h3-May-09 21:49
N a v a n e e t h3-May-09 21:49 
Question[newbie] Linq cannot find the tablename.. Pin
jon-803-May-09 19:42
professionaljon-803-May-09 19:42 
AnswerRe: [newbie] Linq cannot find the tablename.. Pin
Abhijit Jana3-May-09 19:57
professionalAbhijit Jana3-May-09 19:57 
AnswerRe: [newbie] Linq cannot find the tablename.. Pin
Abhishek Sur3-May-09 22:35
professionalAbhishek Sur3-May-09 22:35 
Question[newbie] binding anomaly Pin
jon-803-May-09 8:21
professionaljon-803-May-09 8:21 
I'm going through a tutorial which mentions the use of:


<br />
1. <asp: Label ID="myLabel" runat="server" Text=<%# boundMessage() %/><br />
This does not seem to compile.  Error message: <br />
Attribute values must be enclosed in quotation marks.<br />
<br />
2. <%DataBinder.Eval (Container.DataItem, "SupID" %><br />
This does not compile. Error message:<br />
The name 'Container does not exist in the current context'<br />
<br />
3. When I use the following connection string, I get an error from SQL Server, only on DELETE <br />
statements:<br />
hookUp = new SqlConnection("Database=localhost\\$INSTANCENAME; Database=$DATABASE_NAME; Integrated Security = True".<br />
<br />
I resolved this by using the connection string generated by Visual Studio and the code compiled fine (lazy fashion), however, I could not understand how the same connection string returned no errors with<br />
SQL UPDATE and SELECT statements.<br />
<br />


Confused | :confused:


Reference book
ASP.NET 3.5 - A Beginner's Guide written by William B. Sanders (2009).

Jon

AnswerRe: [newbie] binding anomaly Pin
Christian Graus3-May-09 13:20
protectorChristian Graus3-May-09 13:20 
GeneralRe: [newbie] binding anomaly Pin
jon-803-May-09 19:47
professionaljon-803-May-09 19:47 
QuestionAre "Master pages" ASP.NET's answer to Template Engine for .NET 2.0? Pin
Member 3653373-May-09 7:15
Member 3653373-May-09 7:15 
AnswerRe: Are "Master pages" ASP.NET's answer to Template Engine for .NET 2.0? Pin
Christian Graus3-May-09 13:24
protectorChristian Graus3-May-09 13:24 
Questionexecution of remote file Pin
sarav883-May-09 6:57
sarav883-May-09 6:57 
AnswerRe: execution of remote file Pin
Christian Graus3-May-09 13:27
protectorChristian Graus3-May-09 13:27 
QuestionMembership - creating a user and sending an email Pin
Member 54067793-May-09 6:22
Member 54067793-May-09 6:22 
QuestionRe: Membership - creating a user and sending an email Pin
Member 54067793-May-09 12:06
Member 54067793-May-09 12:06 
Questionaccess compare Pin
sarav883-May-09 6:13
sarav883-May-09 6:13 
AnswerRe: access compare Pin
Christian Graus3-May-09 13:35
protectorChristian Graus3-May-09 13:35 
QuestionSend SMS to single number Pin
Sujay chakraborty3-May-09 5:01
Sujay chakraborty3-May-09 5:01 
QuestionPlease Help Me for Print Pin
mohanbalal3-May-09 3:23
mohanbalal3-May-09 3:23 
AnswerRe: Please Help Me for Print Pin
Deshbir Singh3-May-09 4:19
Deshbir Singh3-May-09 4:19 
GeneralRe: Please Help Me for Print Pin
mohanbalal3-May-09 4:37
mohanbalal3-May-09 4:37 
AnswerRe: Please Help Me for Print Pin
saanj3-May-09 20:51
saanj3-May-09 20:51 
Question[newbie] nested struct? Pin
jon-803-May-09 2:49
professionaljon-803-May-09 2:49 
AnswerRe: [newbie] nested struct? Pin
Dave Doknjas3-May-09 11:04
Dave Doknjas3-May-09 11:04 

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.