Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Login/Logout Problem Pin
Alok Sharma ji2-Apr-09 12:56
Alok Sharma ji2-Apr-09 12:56 
QuestionUnterminated string constant Pin
rakeshs3121-Apr-09 18:28
rakeshs3121-Apr-09 18:28 
AnswerRe: Unterminated string constant Pin
Piyush Vardhan Singh1-Apr-09 20:03
Piyush Vardhan Singh1-Apr-09 20:03 
QuestionVS 2008 Unit Testing Null Exception Error Pin
dboy2211-Apr-09 15:59
dboy2211-Apr-09 15:59 
AnswerRe: VS 2008 Unit Testing Null Exception Error Pin
N a v a n e e t h1-Apr-09 17:15
N a v a n e e t h1-Apr-09 17:15 
QuestionExporting Grdiview using itextsharp Pin
Mfzc1-Apr-09 14:02
Mfzc1-Apr-09 14:02 
QuestionHow to configure web app to allow strong type parameters in web service??? Pin
Member 39190491-Apr-09 13:47
Member 39190491-Apr-09 13:47 
QuestionHow I can convert my '<%# Eval.......%>' code in Page.aspx to Page.aspx.vb ? Pin
Saba021-Apr-09 12:31
Saba021-Apr-09 12:31 
Hi all,

I have code for menu in page.aspx, but now i want write this code in page.aspx.vb for menu programming.

How i can convert this code?
this is my code:

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
 <Columns>
 <asp:TemplateField>
   <ItemTemplate>
     <asp:Panel ID="Panel1" Runat="Server">
         <asp:LinkButton ID="LinkButton1" Text='<%# Eval("nam") %>' Runat="Server"
            PostBackUrl='<%# Eval("id","Page.aspx?id={0}") %>'

           ForeColor="#990000"
           Font-Underline="False"/>
     </asp:Panel>
   </ItemTemplate>
 </asp:TemplateField>
 </Columns>
</asp:GridView>


i didn't use SqlDataSouece, and i used dataset for filling gridview.

Now how i can write these code in page.aspx.vb instead of using Eval in page.aspx?

Thank you

Hoda

AnswerRe: How I can convert my '&lt;%# Eval.......%&gt;' code in Page.aspx to Page.aspx.vb ? Pin
N a v a n e e t h1-Apr-09 17:19
N a v a n e e t h1-Apr-09 17:19 
Questionhow do I suppress specific warning messages Pin
MakingALiving1-Apr-09 9:13
MakingALiving1-Apr-09 9:13 
AnswerRe: how do I suppress specific warning messages Pin
mr_muskurahat1-Apr-09 21:59
mr_muskurahat1-Apr-09 21:59 
GeneralRe: how do I suppress specific warning messages Pin
MakingALiving2-Apr-09 2:22
MakingALiving2-Apr-09 2:22 
GeneralRe: how do I suppress specific warning messages Pin
mr_muskurahat2-Apr-09 7:36
mr_muskurahat2-Apr-09 7:36 
GeneralRe: how do I suppress specific warning messages Pin
MakingALiving2-Apr-09 9:30
MakingALiving2-Apr-09 9:30 
QuestionProblem displaying aspx file Pin
StuffyEst1-Apr-09 8:54
StuffyEst1-Apr-09 8:54 
AnswerRe: Problem displaying aspx file Pin
MakingALiving1-Apr-09 9:44
MakingALiving1-Apr-09 9:44 
GeneralRe: Problem displaying aspx file Pin
StuffyEst1-Apr-09 11:03
StuffyEst1-Apr-09 11:03 
GeneralRe: Problem displaying aspx file Pin
MakingALiving2-Apr-09 2:34
MakingALiving2-Apr-09 2:34 
GeneralRe: Problem displaying aspx file Pin
StuffyEst2-Apr-09 11:17
StuffyEst2-Apr-09 11:17 
Questionmaking available all features of an worddocument Pin
praveenjakkuva1-Apr-09 6:33
praveenjakkuva1-Apr-09 6:33 
AnswerRe: making available all features of an worddocument Pin
Colin Angus Mackay1-Apr-09 6:49
Colin Angus Mackay1-Apr-09 6:49 
AnswerRe: making available all features of an worddocument Pin
Christian Graus1-Apr-09 10:05
protectorChristian Graus1-Apr-09 10:05 
QuestionControlChars in a RequiredFieldValidator Pin
Ragonastick1-Apr-09 5:40
Ragonastick1-Apr-09 5:40 
AnswerRe: ControlChars in a RequiredFieldValidator Pin
Ragonastick1-Apr-09 7:24
Ragonastick1-Apr-09 7:24 
Questiondropdownlist proble Pin
indian221-Apr-09 5:00
indian221-Apr-09 5:00 

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.