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

ASP.NET

 
AnswerRe: Problem with controls collection exporting data Pin
Christian Graus23-Nov-09 16:12
protectorChristian Graus23-Nov-09 16:12 
GeneralRe: Problem with controls collection exporting data Pin
Maxdd 723-Nov-09 16:14
Maxdd 723-Nov-09 16:14 
AnswerRe: Problem with controls collection exporting data Pin
sashidhar23-Nov-09 16:53
sashidhar23-Nov-09 16:53 
GeneralRe: Problem with controls collection exporting data Pin
Abhijit Jana23-Nov-09 16:59
professionalAbhijit Jana23-Nov-09 16:59 
GeneralRe: Problem with controls collection exporting data Pin
sashidhar23-Nov-09 17:01
sashidhar23-Nov-09 17:01 
GeneralRe: Problem with controls collection exporting data Pin
Abhijit Jana23-Nov-09 17:10
professionalAbhijit Jana23-Nov-09 17:10 
AnswerRe: Problem with controls collection exporting data Pin
Abhishek Sur23-Nov-09 21:17
professionalAbhishek Sur23-Nov-09 21:17 
GeneralRe: Problem with controls collection exporting data Pin
Maxdd 724-Nov-09 6:18
Maxdd 724-Nov-09 6:18 
Abhishek Sur wrote:
<% =Session["nome"] as string %> instead of <% Response.Write(Session["nome"].ToString()); %>.


That way gives the same error.

Maybe you are all right, I really should remove that. I was trying do that because I had a problem using LoginView:

<asp:LoginView id="logview" runat="server">  
 <LoggedInTemplate>  
  Welcome <asp:LoginName id="txtUserName" runat="server"/>
  
 </LoggedInTemplate> 
 
</asp:LoginView>


The problem is: since the login name is email ID, (and the name of the user is another field in DB), it appears something like "Welcome tmm@yahoo.com"
GeneralRe: Problem with controls collection exporting data Pin
Abhishek Sur24-Nov-09 21:33
professionalAbhishek Sur24-Nov-09 21:33 
QuestionJavaScript and Print Pin
AndyASPVB23-Nov-09 8:50
AndyASPVB23-Nov-09 8:50 
AnswerRe: JavaScript and Print Pin
Christian Graus23-Nov-09 9:32
protectorChristian Graus23-Nov-09 9:32 
AnswerRe: JavaScript and Print Pin
Abhishek Sur23-Nov-09 10:48
professionalAbhishek Sur23-Nov-09 10:48 
QuestionTreeView Relative Width Pin
W4Rl0CK4723-Nov-09 7:09
W4Rl0CK4723-Nov-09 7:09 
AnswerRe: TreeView Relative Width Pin
ToddHileHoffer23-Nov-09 7:15
ToddHileHoffer23-Nov-09 7:15 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 6:26
W4Rl0CK4724-Nov-09 6:26 
AnswerRe: TreeView Relative Width Pin
Abhishek Sur23-Nov-09 8:11
professionalAbhishek Sur23-Nov-09 8:11 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 6:30
W4Rl0CK4724-Nov-09 6:30 
GeneralRe: TreeView Relative Width Pin
Abhishek Sur24-Nov-09 21:31
professionalAbhishek Sur24-Nov-09 21:31 
GeneralRe: TreeView Relative Width Pin
W4Rl0CK4724-Nov-09 23:27
W4Rl0CK4724-Nov-09 23:27 
QuestionCheckboxlist checked values Pin
Paul McGann23-Nov-09 6:15
professionalPaul McGann23-Nov-09 6:15 
AnswerRe: Checkboxlist checked values Pin
ToddHileHoffer23-Nov-09 7:12
ToddHileHoffer23-Nov-09 7:12 
GeneralRe: Checkboxlist checked values Pin
Paul McGann23-Nov-09 11:48
professionalPaul McGann23-Nov-09 11:48 
AnswerRe: Checkboxlist checked values Pin
Abhishek Sur23-Nov-09 8:31
professionalAbhishek Sur23-Nov-09 8:31 
Questionuser control [modified] Pin
samir8023-Nov-09 5:10
samir8023-Nov-09 5:10 
AnswerRe: user control Pin
Richard MacCutchan23-Nov-09 5:28
mveRichard MacCutchan23-Nov-09 5:28 

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.