Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionchat window Pin
saravanan0519-Apr-07 4:25
saravanan0519-Apr-07 4:25 
AnswerRe: chat window Pin
steffw19-Apr-07 4:31
steffw19-Apr-07 4:31 
QuestionRestrict User to visit any middle page Pin
meeram39519-Apr-07 4:18
meeram39519-Apr-07 4:18 
AnswerRe: Restrict User to visit any middle page Pin
Tarakeshwar Reddy19-Apr-07 4:40
professionalTarakeshwar Reddy19-Apr-07 4:40 
QuestionPass string to error page Pin
mail57235219-Apr-07 3:45
mail57235219-Apr-07 3:45 
AnswerRe: Pass string to error page Pin
Tarakeshwar Reddy19-Apr-07 3:55
professionalTarakeshwar Reddy19-Apr-07 3:55 
GeneralRe: Pass string to error page Pin
mail57235219-Apr-07 13:37
mail57235219-Apr-07 13:37 
QuestionHyperlinks in datagrid! Pin
nclauder19-Apr-07 3:27
nclauder19-Apr-07 3:27 
Hi all,
I have two datagrid, one has a list of allowed user of the second datagrid. The second datagrid is an inserting datagrid and it Function properly. Now where my problem is I need to be able to select a particular name and will be able to see whatever the Particular selected user has been inserting in the insert datagrid. So I made the names in Hyperlink and and this is the code I'm using but it's not to be working:
<ItemTemplate>
<asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='../Dash_Board/DashBoard.aspx?Name=<%# DataBinder.Eval(Container.DataItem,"TeamBilling")%>'
Text='<%#DataBinder.Eval(Container.DataItem,"TeamBilling")%>'></asp:HyperLink>
</ItemTemplate>
When I press the Name nothing changing. Where could be the problem?
Thanks.
AnswerRe: Hyperlinks in datagrid! Pin
kubben19-Apr-07 5:32
kubben19-Apr-07 5:32 
GeneralRe: Hyperlinks in datagrid! Pin
nclauder19-Apr-07 19:24
nclauder19-Apr-07 19:24 
QuestionExport Excel Problem [modified] Pin
Karthik Kommandi19-Apr-07 3:01
Karthik Kommandi19-Apr-07 3:01 
QuestionProblem with DataReader and SQL Express Pin
kallileo19-Apr-07 2:15
kallileo19-Apr-07 2:15 
AnswerRe: Problem with DataReader and SQL Express Pin
Paddy Boyd19-Apr-07 2:24
Paddy Boyd19-Apr-07 2:24 
GeneralRe: Problem with DataReader and SQL Express Pin
kallileo19-Apr-07 2:55
kallileo19-Apr-07 2:55 
GeneralRe: Problem with DataReader and SQL Express Pin
Paddy Boyd19-Apr-07 3:03
Paddy Boyd19-Apr-07 3:03 
GeneralRe: Problem with DataReader and SQL Express Pin
kallileo19-Apr-07 3:09
kallileo19-Apr-07 3:09 
GeneralRe: Problem with DataReader and SQL Express Pin
Paddy Boyd19-Apr-07 3:25
Paddy Boyd19-Apr-07 3:25 
GeneralRe: Problem with DataReader and SQL Express Pin
kallileo19-Apr-07 3:35
kallileo19-Apr-07 3:35 
Questionpopup doubt Pin
saravanan0519-Apr-07 2:15
saravanan0519-Apr-07 2:15 
AnswerRe: popup doubt Pin
rama charan19-Apr-07 5:51
rama charan19-Apr-07 5:51 
QuestionHelp regarding interaction between flash and asp.net Pin
anu8119-Apr-07 2:04
anu8119-Apr-07 2:04 
QuestionASP.NET Connection with sql server 2005. Pin
Sujit Mandal19-Apr-07 1:55
Sujit Mandal19-Apr-07 1:55 
AnswerRe: ASP.NET Connection with sql server 2005. Pin
Sujit Mandal19-Apr-07 2:26
Sujit Mandal19-Apr-07 2:26 
GeneralRe: ASP.NET Connection with sql server 2005. Pin
Arun.Immanuel19-Apr-07 2:54
Arun.Immanuel19-Apr-07 2:54 
QuestionDropdown getting Flickered, in UpdatePanel Async postback Pin
vvijaykrishna19-Apr-07 1:27
vvijaykrishna19-Apr-07 1:27 

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.